Searched hist:"7 d7dc5386836dd973eaef48b11c4e77368dd07a4" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | eeprom.h | diff 7d7dc5386836dd973eaef48b11c4e77368dd07a4 Mon Dec 05 05:27:34 CST 2016 Martin Blumenstingl <martin.blumenstingl@googlemail.com> 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>
|
H A D | eeprom_4k.c | diff 7d7dc5386836dd973eaef48b11c4e77368dd07a4 Mon Dec 05 05:27:34 CST 2016 Martin Blumenstingl <martin.blumenstingl@googlemail.com> 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>
|
H A D | eeprom_def.c | diff 7d7dc5386836dd973eaef48b11c4e77368dd07a4 Mon Dec 05 05:27:34 CST 2016 Martin Blumenstingl <martin.blumenstingl@googlemail.com> 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>
|
H A D | ar9002_hw.c | diff 7d7dc5386836dd973eaef48b11c4e77368dd07a4 Mon Dec 05 05:27:34 CST 2016 Martin Blumenstingl <martin.blumenstingl@googlemail.com> 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>
|
H A D | eeprom_9287.c | diff 7d7dc5386836dd973eaef48b11c4e77368dd07a4 Mon Dec 05 05:27:34 CST 2016 Martin Blumenstingl <martin.blumenstingl@googlemail.com> 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>
|
H A D | ar5008_phy.c | diff 7d7dc5386836dd973eaef48b11c4e77368dd07a4 Mon Dec 05 05:27:34 CST 2016 Martin Blumenstingl <martin.blumenstingl@googlemail.com> 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>
|