diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-10-11 00:36:23 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-10-11 00:36:23 +0000 |
commit | 3a81e25e0261a153d2ef5acd64dab69a87f7e139 (patch) | |
tree | ea467b2884864deb8a58c23b6413642ca8c338c0 /package/mac80211/patches/401-ath9k-dont-register-leds-on-ar9100.patch | |
parent | 089ce4376df7a7f2611c785704efeccd9065a506 (diff) | |
download | upstream-3a81e25e0261a153d2ef5acd64dab69a87f7e139.tar.gz upstream-3a81e25e0261a153d2ef5acd64dab69a87f7e139.tar.bz2 upstream-3a81e25e0261a153d2ef5acd64dab69a87f7e139.zip |
mac80211: upgrade to latest compat-wireless, fix ad-hoc interface setup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18023 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 71b0ae469e..b458dde6de 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 -@@ -1054,6 +1054,9 @@ static void ath_unregister_led(struct at +@@ -1135,6 +1135,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); -@@ -1072,6 +1075,9 @@ static void ath_init_leds(struct ath_sof +@@ -1153,6 +1156,9 @@ static void ath_init_leds(struct ath_sof else sc->sc_ah->led_pin = ATH_LED_PIN_DEF; |