commit | 7d7dc5386836dd973eaef48b11c4e77368dd07a4 | [log] [tgz] |
---|---|---|
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | Mon Dec 05 13:27:34 2016 +0200 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Thu Dec 15 10:26:27 2016 +0200 |
tree | 6e4b2ae6e7bcb37fcb507aaf54b16b3dd46cea33 | |
parent | d8ec2e2a63e8136fc7d687cf75bcd034d9615c24 [diff] |
ath9k: replace eeprom_param EEP_MINOR_REV with get_eeprom_rev get_eeprom(ah, EEP_MINOR_REV) and get_eeprom_rev(ah) are both doing the same thing: returning the EEPROM revision (12 lowest bits). Make the code consistent by using get_eeprom_rev(ah) everywhere. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>