aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/treasure
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/treasure')
0 files changed, 0 insertions, 0 deletions
-31e0f0ae/plain/package/mac80211/patches/401-ath9k-dont-register-leds-on-ar9100.patch?h=do-work/Edimax-v2&id=97243cdfbe2539bbf92d81d37ab4d32616d2ba30'>plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/drivers/net/wireless/ath/ath9k/gpio.c
+++ b/drivers/net/wireless/ath/ath9k/gpio.c
@@ -41,6 +41,9 @@ void ath_init_leds(struct ath_softc *sc)
 {
 	int ret;
 
+	if (AR_SREV_9100(sc->sc_ah))
+		return;
+
 	if (sc->sc_ah->led_pin < 0) {
 		if (AR_SREV_9287(sc->sc_ah))
 			sc->sc_ah->led_pin = ATH_LED_PIN_9287;