Felix Fietkau
5f1c42d8b6
mac80211: update to wireless-testing 2013-11-05
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38783
2013-11-12 22:11:33 +00:00
Felix Fietkau
247299bfa0
rt2x00: merge an rt2800 initialization order fix
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37922
2013-09-09 17:31:53 +00:00
Felix Fietkau
249c396583
mac80211: merge a big batch of upstream changes/improvements
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37918
2013-09-08 09:38:32 +00:00
Gabor Juhos
6c29525f42
mac80211: add a bunch of rt2x00 specific changes
...
Backport some rt2x00 specific changes from
wireless-testing/master-2013-08-26 to add
support for RT3573 based devices.
Also refresh the rt2x00 specific patches.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37843
2013-08-27 10:44:06 +00:00
Gabor Juhos
885cf1f19f
mac80211: rt2x00: fix LED polarity patch
...
The patch causes compiler warning ...
<...>/drivers/net/wireless/rt2x00/rt2800lib.c: In function 'rt2800_init_eeprom':
<...>/drivers/net/wireless/rt2x00/rt2800lib.c:5971:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
... and runtime errors on PCI/USB devices:
[ 11.810000] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3071, rev 021c detected
[ 11.830000] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0001 detected
[ 11.880000] rt2x00mmio_regbusy_read() Indirect register access failed: offset=0x00007010, value=0x01ff0001
[ 12.080000] usb 1-1: reset high-speed USB device number 2 using ehci-platform
[ 12.250000] ieee80211 phy1: rt2x00_set_rt: Info - RT chipset 5592, rev 0222 detecte
[ 12.300000] ieee80211 phy1: rt2x00_set_rf: Info - RF chipset 000f detected
[ 12.350000] ieee80211 phy1: rt2x00usb_regbusy_read: Error - Indirect register access failed: offset=0x00007010, value=0x1a93b47
[ 12.430000] ieee80211 phy1: rt2x00usb_regbusy_read: Error - Indirect register access failed: offset=0x00007010, value=0x11a93b47
[ 12.480000] ieee80211 phy1: rt2x00usb_regbusy_read: Error - Indirect register access failed: offset=0x00007010, value=0x11a93b47
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37698
2013-08-05 09:09:41 +00:00
Felix Fietkau
5bd3f8b164
mac80211: rt2x00: add missing of.h header
...
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
SVN-Revision: 37618
2013-07-29 22:45:57 +00:00
John Crispin
7f895c6776
mac80211: rt2x00: enable setting wifi led polarity from OF
...
This patch enables setting the wifi led polarity from OF.
It can be used in a DTS' wmac section like this:
ralink,led-polarity = <1>;
Valid values are 0 or 1.
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
SVN-Revision: 37607
2013-07-29 13:09:16 +00:00