diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-11-14 02:35:04 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-11-14 02:35:04 +0000 |
commit | bb572e08f8346d1a1665dd15030576b10fb385cd (patch) | |
tree | 6a674f61f97c7b05d1a6d81e7491fb4130e5cea7 /package/mac80211/patches/401-ath9k-dont-register-leds-on-ar9100.patch | |
parent | eaf1d61e6d76cc19aeaee5b31833f6e844264e0b (diff) | |
download | upstream-bb572e08f8346d1a1665dd15030576b10fb385cd.tar.gz upstream-bb572e08f8346d1a1665dd15030576b10fb385cd.tar.bz2 upstream-bb572e08f8346d1a1665dd15030576b10fb385cd.zip |
mac80211: update to 2009-11-13 and add some of my new performance improvement patches. fixes excessive cpu usage of hostapd in ap mode, should also fix the ath9k memleak
SVN-Revision: 18415
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 b458dde6de..2a9bdc8b23 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 -@@ -1135,6 +1135,9 @@ static void ath_unregister_led(struct at +@@ -1139,6 +1139,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); -@@ -1153,6 +1156,9 @@ static void ath_init_leds(struct ath_sof +@@ -1157,6 +1160,9 @@ static void ath_init_leds(struct ath_sof else sc->sc_ah->led_pin = ATH_LED_PIN_DEF; |