diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-01-23 11:45:38 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-01-23 11:45:38 +0000 |
commit | d2100254066a577a2f495731d21c12375f350137 (patch) | |
tree | 7f487879890536c8e361d008e27a1f69e257568f /package/mac80211/patches/301-rt2x00-Implement-support-for-802.11n.patch | |
parent | ac2304477f7585abf097040c807b2970cc573492 (diff) | |
download | upstream-d2100254066a577a2f495731d21c12375f350137.tar.gz upstream-d2100254066a577a2f495731d21c12375f350137.tar.bz2 upstream-d2100254066a577a2f495731d21c12375f350137.zip |
mac80211: update compat-wireless to 2009-01-23
SVN-Revision: 14154
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.patch | 4 |
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 |