mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[package] mac80211: add more patches from the rt2x00 git repository
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14534 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
From c223b72884576ffcbe17cef32cfa6edfe6b32e7e Mon Sep 17 00:00:00 2001
|
||||
From: Ivo van Doorn <IvDoorn@gmail.com>
|
||||
Date: Sun, 8 Feb 2009 12:11:14 +0100
|
||||
Subject: [PATCH] rt2x00: Add RT2860C BBP channel init values (rt2800usb)
|
||||
|
||||
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
|
||||
---
|
||||
drivers/net/wireless/rt2x00/rt2800usb.c | 12 ++++++++++++
|
||||
1 files changed, 12 insertions(+), 0 deletions(-)
|
||||
|
||||
--- a/drivers/net/wireless/rt2x00/rt2800usb.c
|
||||
+++ b/drivers/net/wireless/rt2x00/rt2800usb.c
|
||||
@@ -883,6 +883,18 @@ static void rt2800usb_config_channel(str
|
||||
rt2x00_set_field8(&bbp, BBP3_HT40_PLUS, conf_is_ht40_plus(conf));
|
||||
rt2800usb_bbp_write(rt2x00dev, 3, bbp);
|
||||
|
||||
+ if (rt2x00_rev(&rt2x00dev->chip) == RT2860C_VERSION) {
|
||||
+ if (conf_is_ht40(conf)) {
|
||||
+ rt2800usb_bbp_write(rt2x00dev, 69, 0x1a);
|
||||
+ rt2800usb_bbp_write(rt2x00dev, 70, 0x0a);
|
||||
+ rt2800usb_bbp_write(rt2x00dev, 73, 0x16);
|
||||
+ } else {
|
||||
+ rt2800usb_bbp_write(rt2x00dev, 69, 0x16);
|
||||
+ rt2800usb_bbp_write(rt2x00dev, 70, 0x08);
|
||||
+ rt2800usb_bbp_write(rt2x00dev, 73, 0x11);
|
||||
+ }
|
||||
+ }
|
||||
+
|
||||
msleep(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user