diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-09-09 17:31:53 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-09-09 17:31:53 +0000 |
commit | 247299bfa0b5b18a98a721cdcbf4f5af4ff78a51 (patch) | |
tree | 503b5bff7313f8ed3ee7665759ad587ea2eb2cfd /package/kernel/mac80211/patches/619-rt2x00-change-led-polarity-from-OF.patch | |
parent | e6d015489bc4afc26bdc8e0bc57a54ee7b3b049a (diff) | |
download | upstream-247299bfa0b5b18a98a721cdcbf4f5af4ff78a51.tar.gz upstream-247299bfa0b5b18a98a721cdcbf4f5af4ff78a51.tar.bz2 upstream-247299bfa0b5b18a98a721cdcbf4f5af4ff78a51.zip |
rt2x00: merge an rt2800 initialization order fix
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37922
Diffstat (limited to 'package/kernel/mac80211/patches/619-rt2x00-change-led-polarity-from-OF.patch')
-rw-r--r-- | package/kernel/mac80211/patches/619-rt2x00-change-led-polarity-from-OF.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/619-rt2x00-change-led-polarity-from-OF.patch b/package/kernel/mac80211/patches/619-rt2x00-change-led-polarity-from-OF.patch index 05d5f119a8..a81d6c96fd 100644 --- a/package/kernel/mac80211/patches/619-rt2x00-change-led-polarity-from-OF.patch +++ b/package/kernel/mac80211/patches/619-rt2x00-change-led-polarity-from-OF.patch @@ -8,7 +8,7 @@ #include "rt2x00.h" #include "rt2800lib.h" -@@ -7252,6 +7253,17 @@ static int rt2800_init_eeprom(struct rt2 +@@ -7253,6 +7254,17 @@ static int rt2800_init_eeprom(struct rt2 rt2800_init_led(rt2x00dev, &rt2x00dev->led_assoc, LED_TYPE_ASSOC); rt2800_init_led(rt2x00dev, &rt2x00dev->led_qual, LED_TYPE_QUALITY); |