diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-12-05 17:12:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-12-05 17:12:56 +0000 |
commit | 6cdf436893d94eef9c3ee47814ea324c0ed4ce2f (patch) | |
tree | 35ed81d367fb463fdf89733428a0aca2cb9ed3dc /package/mac80211/patches/401-ath9k-dont-register-leds-on-ar9100.patch | |
parent | fee32f227e00406e2439d0313b76a21aa0e8a83f (diff) | |
download | mtk-20170518-6cdf436893d94eef9c3ee47814ea324c0ed4ce2f.zip mtk-20170518-6cdf436893d94eef9c3ee47814ea324c0ed4ce2f.tar.gz mtk-20170518-6cdf436893d94eef9c3ee47814ea324c0ed4ce2f.tar.bz2 |
mac80211: update to compat-wireless 2009-12-05 and fix a critical bug in ath9k tx status reporting
SVN-Revision: 18666
Diffstat (limited to 'package/mac80211/patches/401-ath9k-dont-register-leds-on-ar9100.patch')
-rw-r--r-- | package/mac80211/patches/401-ath9k-dont-register-leds-on-ar9100.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/patches/401-ath9k-dont-register-leds-on-ar9100.patch b/package/mac80211/patches/401-ath9k-dont-register-leds-on-ar9100.patch index 2a9bdc8..05b151b 100644 --- a/package/mac80211/patches/401-ath9k-dont-register-leds-on-ar9100.patch +++ b/package/mac80211/patches/401-ath9k-dont-register-leds-on-ar9100.patch @@ -1,6 +1,6 @@ --- a/drivers/net/wireless/ath/ath9k/main.c +++ b/drivers/net/wireless/ath/ath9k/main.c -@@ -1139,6 +1139,9 @@ static void ath_unregister_led(struct at +@@ -1112,6 +1112,9 @@ static void ath_unregister_led(struct at static void ath_deinit_leds(struct ath_softc *sc) { @@ -10,7 +10,7 @@ ath_unregister_led(&sc->assoc_led); sc->sc_flags &= ~SC_OP_LED_ASSOCIATED; ath_unregister_led(&sc->tx_led); -@@ -1157,6 +1160,9 @@ static void ath_init_leds(struct ath_sof +@@ -1130,6 +1133,9 @@ static void ath_init_leds(struct ath_sof else sc->sc_ah->led_pin = ATH_LED_PIN_DEF; |