mac80211: update to 2014-10-08
[openwrt/svn-archive/archive.git] / package / kernel / mac80211 / patches / 600-0033-rt2x00-rt2800lib-use-high-memory-for-beacons-on-RT38.patch
1 From f1acfc2f397e86548ae1b479c198d4bef57050f6 Mon Sep 17 00:00:00 2001
2 From: Gabor Juhos <juhosg@openwrt.org>
3 Date: Sun, 29 Sep 2013 18:10:34 +0200
4 Subject: [PATCH] rt2x00: rt2800lib: use high memory for beacons on RT3883
5
6 Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
7 ---
8 drivers/net/wireless/rt2x00/rt2800lib.c | 3 ++-
9 1 file changed, 2 insertions(+), 1 deletion(-)
10
11 --- a/drivers/net/wireless/rt2x00/rt2800lib.c
12 +++ b/drivers/net/wireless/rt2x00/rt2800lib.c
13 @@ -97,7 +97,8 @@ static inline void rt2800_shared_mem_sel
14
15 static inline bool rt2800_beacon_uses_high_mem(struct rt2x00_dev *rt2x00dev)
16 {
17 - if (rt2x00_rt(rt2x00dev, RT3593))
18 + if (rt2x00_rt(rt2x00dev, RT3593) ||
19 + rt2x00_rt(rt2x00dev, RT3883))
20 return true;
21
22 return false;