2010-01-15 01:16:40 +00:00
|
|
|
--- a/drivers/net/wireless/ath/ath9k/gpio.c
|
|
|
|
+++ b/drivers/net/wireless/ath/ath9k/gpio.c
|
2011-03-13 18:38:37 +00:00
|
|
|
@@ -41,6 +41,9 @@ void ath_init_leds(struct ath_softc *sc)
|
2009-01-31 18:36:07 +00:00
|
|
|
{
|
2010-01-15 01:16:40 +00:00
|
|
|
int ret;
|
2009-01-31 18:36:07 +00:00
|
|
|
|
|
|
|
+ if (AR_SREV_9100(sc->sc_ah))
|
|
|
|
+ return;
|
|
|
|
+
|
2011-03-22 21:00:58 +00:00
|
|
|
if (sc->sc_ah->led_pin < 0) {
|
|
|
|
if (AR_SREV_9287(sc->sc_ah))
|
|
|
|
sc->sc_ah->led_pin = ATH_LED_PIN_9287;
|