diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2009-06-25 17:28:36 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2009-06-25 17:28:36 +0000 |
commit | c5002e5a21e6dc95e7759ada12b88940c50996bf (patch) | |
tree | fb980f294fc8563b7bc700412718697e07bb26d5 /package/mac80211/patches/401-ath9k-dont-register-leds-on-ar9100.patch | |
parent | 8ca5c4609e886b3d40d316709c311bdc56cd1123 (diff) | |
download | upstream-c5002e5a21e6dc95e7759ada12b88940c50996bf.tar.gz upstream-c5002e5a21e6dc95e7759ada12b88940c50996bf.tar.bz2 upstream-c5002e5a21e6dc95e7759ada12b88940c50996bf.zip |
[mac80211] Update compat-wireless to 2009-06-25
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16561 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 7100062b25..34972b7e5f 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 -@@ -1041,6 +1041,9 @@ static void ath_unregister_led(struct at +@@ -1057,6 +1057,9 @@ static void ath_unregister_led(struct at static void ath_deinit_leds(struct ath_softc *sc) { @@ -10,7 +10,7 @@ cancel_delayed_work_sync(&sc->ath_led_blink_work); ath_unregister_led(&sc->assoc_led); sc->sc_flags &= ~SC_OP_LED_ASSOCIATED; -@@ -1055,6 +1058,9 @@ static void ath_init_leds(struct ath_sof +@@ -1071,6 +1074,9 @@ static void ath_init_leds(struct ath_sof char *trigger; int ret; |