summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/607-rt2x00-allow_disabling_bands_through_platform_data.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-02-27 22:56:05 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-02-27 22:56:05 +0000
commit7d7118b8bf9d9a7b8a18f2964efd848e1eb5b1f3 (patch)
tree81917bea922a22652a828e33c25bef0e6c0a2b74 /package/mac80211/patches/607-rt2x00-allow_disabling_bands_through_platform_data.patch
parent340909c73e4944434237418715d6006a95f5b493 (diff)
downloadmaster-31e0f0ae-7d7118b8bf9d9a7b8a18f2964efd848e1eb5b1f3.tar.gz
master-31e0f0ae-7d7118b8bf9d9a7b8a18f2964efd848e1eb5b1f3.tar.bz2
master-31e0f0ae-7d7118b8bf9d9a7b8a18f2964efd848e1eb5b1f3.zip
mac80211: update to wireless-testing 2012-02-27
SVN-Revision: 30746
Diffstat (limited to 'package/mac80211/patches/607-rt2x00-allow_disabling_bands_through_platform_data.patch')
-rw-r--r--package/mac80211/patches/607-rt2x00-allow_disabling_bands_through_platform_data.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/patches/607-rt2x00-allow_disabling_bands_through_platform_data.patch b/package/mac80211/patches/607-rt2x00-allow_disabling_bands_through_platform_data.patch
index 9243c8be6d..9056076bd4 100644
--- a/package/mac80211/patches/607-rt2x00-allow_disabling_bands_through_platform_data.patch
+++ b/package/mac80211/patches/607-rt2x00-allow_disabling_bands_through_platform_data.patch
@@ -12,7 +12,7 @@
#endif /* _RT2X00_PLATFORM_H */
--- a/drivers/net/wireless/rt2x00/rt2x00dev.c
+++ b/drivers/net/wireless/rt2x00/rt2x00dev.c
-@@ -825,6 +825,22 @@ static int rt2x00lib_probe_hw_modes(stru
+@@ -829,6 +829,22 @@ static int rt2x00lib_probe_hw_modes(stru
unsigned int num_rates;
unsigned int i;
@@ -37,7 +37,7 @@
num_rates += 4;
--- a/drivers/net/wireless/rt2x00/rt2x00.h
+++ b/drivers/net/wireless/rt2x00/rt2x00.h
-@@ -419,6 +419,7 @@ struct hw_mode_spec {
+@@ -425,6 +425,7 @@ struct hw_mode_spec {
unsigned int supported_bands;
#define SUPPORT_BAND_2GHZ 0x00000001
#define SUPPORT_BAND_5GHZ 0x00000002