aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/301-rt2x00-Implement-support-for-802.11n.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-01-23 11:45:38 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-01-23 11:45:38 +0000
commit95222dfa79d7e7e85fadb00e87d20e9ac4c01c26 (patch)
tree4f7448016e943e83361e9cada3fc7d8f4c21641f /package/mac80211/patches/301-rt2x00-Implement-support-for-802.11n.patch
parentb9d372fc0e7446d12c21becec3248136a8694047 (diff)
downloadupstream-95222dfa79d7e7e85fadb00e87d20e9ac4c01c26.tar.gz
upstream-95222dfa79d7e7e85fadb00e87d20e9ac4c01c26.tar.bz2
upstream-95222dfa79d7e7e85fadb00e87d20e9ac4c01c26.zip
[package] mac80211: update compat-wireless to 2009-01-23
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14154 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/301-rt2x00-Implement-support-for-802.11n.patch')
-rw-r--r--package/mac80211/patches/301-rt2x00-Implement-support-for-802.11n.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/patches/301-rt2x00-Implement-support-for-802.11n.patch b/package/mac80211/patches/301-rt2x00-Implement-support-for-802.11n.patch
index a6e76bce37..a218846886 100644
--- a/package/mac80211/patches/301-rt2x00-Implement-support-for-802.11n.patch
+++ b/package/mac80211/patches/301-rt2x00-Implement-support-for-802.11n.patch
@@ -412,13 +412,13 @@ Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
#ifdef CONFIG_RT2X00_LIB_RFKILL
--- a/drivers/net/wireless/rt2x00/rt2x00queue.c
+++ b/drivers/net/wireless/rt2x00/rt2x00queue.c
-@@ -325,6 +325,7 @@ static void rt2x00queue_create_tx_descri
+@@ -326,6 +326,7 @@ static void rt2x00queue_create_tx_descri
* Apply TX descriptor handling by components
*/
rt2x00crypto_create_tx_descriptor(entry, txdesc);
+ rt2x00ht_create_tx_descriptor(entry, txdesc, rate);
rt2x00queue_create_tx_descriptor_seq(entry, txdesc);
- rt2x00queue_create_tx_descriptor_plcp(entry, txdesc, rate);
+ rt2x00queue_create_tx_descriptor_plcp(entry, txdesc, hwrate);
}
--- a/drivers/net/wireless/rt2x00/rt2x00queue.h
+++ b/drivers/net/wireless/rt2x00/rt2x00queue.h