diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-01-07 19:15:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-01-07 19:15:05 +0000 |
commit | fe32f100a8cd9fd6f65d74632a0cdc9fb57c2dd9 (patch) | |
tree | bf23be761a1a1f263cc95903ce34be26489fdc03 /package/mac80211/patches/401-ath9k-dont-register-leds-on-ar9100.patch | |
parent | c97341b7614c25b30f19856e300718114ab1435f (diff) | |
download | upstream-fe32f100a8cd9fd6f65d74632a0cdc9fb57c2dd9.tar.gz upstream-fe32f100a8cd9fd6f65d74632a0cdc9fb57c2dd9.tar.bz2 upstream-fe32f100a8cd9fd6f65d74632a0cdc9fb57c2dd9.zip |
mac80211: update to compat-wireless 2010-01-07 (unoffical snapshot, official ones are not working yet)
SVN-Revision: 19063
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 05b151b541..a4af5c98dc 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 -@@ -1112,6 +1112,9 @@ static void ath_unregister_led(struct at +@@ -1103,6 +1103,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); -@@ -1130,6 +1133,9 @@ static void ath_init_leds(struct ath_sof +@@ -1121,6 +1124,9 @@ static void ath_init_leds(struct ath_sof else sc->sc_ah->led_pin = ATH_LED_PIN_DEF; |