diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-08-26 17:31:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-08-26 17:31:15 +0000 |
commit | 9cf157ac75180eb79b91736274f84ae6cfb994f9 (patch) | |
tree | ccd49c40333b7ad092ad91450e8301d0f52df294 /package/kernel/mac80211/patches/616-rt2x00-support-rt5350.patch | |
parent | 03b1d4289b8421bfbeedca95e95fb6e48b9122d8 (diff) | |
download | upstream-9cf157ac75180eb79b91736274f84ae6cfb994f9.tar.gz upstream-9cf157ac75180eb79b91736274f84ae6cfb994f9.tar.bz2 upstream-9cf157ac75180eb79b91736274f84ae6cfb994f9.zip |
mac80211: disable CCK rates for 802.11n clients on brcmsmac to fix crash issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37839
Diffstat (limited to 'package/kernel/mac80211/patches/616-rt2x00-support-rt5350.patch')
-rw-r--r-- | package/kernel/mac80211/patches/616-rt2x00-support-rt5350.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kernel/mac80211/patches/616-rt2x00-support-rt5350.patch b/package/kernel/mac80211/patches/616-rt2x00-support-rt5350.patch index 88ed277d4a..ac308afaf4 100644 --- a/package/kernel/mac80211/patches/616-rt2x00-support-rt5350.patch +++ b/package/kernel/mac80211/patches/616-rt2x00-support-rt5350.patch @@ -242,7 +242,7 @@ case RF5360: case RF5370: case RF5372: -@@ -6263,7 +6376,8 @@ static int rt2800_probe_hw_mode(struct r +@@ -6264,7 +6377,8 @@ static int rt2800_probe_hw_mode(struct r rt2x00_rf(rt2x00dev, RF5392)) { spec->num_channels = 14; spec->channels = rf_vals_3x; @@ -252,7 +252,7 @@ spec->num_channels = 14; if (spec->clk_is_20mhz) spec->channels = rf_vals_xtal20mhz_3x; -@@ -6364,6 +6478,7 @@ static int rt2800_probe_hw_mode(struct r +@@ -6365,6 +6479,7 @@ static int rt2800_probe_hw_mode(struct r case RF3320: case RF3052: case RF3290: @@ -260,7 +260,7 @@ case RF5360: case RF5370: case RF5372: -@@ -6401,6 +6516,7 @@ static int rt2800_probe_rt(struct rt2x00 +@@ -6402,6 +6517,7 @@ static int rt2800_probe_rt(struct rt2x00 case RT3352: case RT3390: case RT3572: |