aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/607-rt2x00-allow_disabling_bands_through_platform_data.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-02-23 01:12:36 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-02-23 01:12:36 +0000
commite526c7bc1718f3e0dd4ed1e774f08b449ae27cce (patch)
tree396ae820a3fa3a6162066e9babb6fa43e98e113b /package/mac80211/patches/607-rt2x00-allow_disabling_bands_through_platform_data.patch
parentc4c43eed046e4107fb24e79099159af63e535003 (diff)
downloadupstream-e526c7bc1718f3e0dd4ed1e774f08b449ae27cce.tar.gz
upstream-e526c7bc1718f3e0dd4ed1e774f08b449ae27cce.tar.bz2
upstream-e526c7bc1718f3e0dd4ed1e774f08b449ae27cce.zip
mac80211: update to wireless-testing 2013-02-22
SVN-Revision: 35753
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 83a8aae83b..0b0c30ed0e 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
-@@ -842,6 +842,22 @@ static int rt2x00lib_probe_hw_modes(stru
+@@ -939,6 +939,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
-@@ -426,6 +426,7 @@ struct hw_mode_spec {
+@@ -424,6 +424,7 @@ struct hw_mode_spec {
unsigned int supported_bands;
#define SUPPORT_BAND_2GHZ 0x00000001
#define SUPPORT_BAND_5GHZ 0x00000002