projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9aaa90
)
ath9k: add missing chunk to the BlockAckReq fix (fixes a compile error)
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 4 Aug 2011 09:23:57 +0000
(09:23 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 4 Aug 2011 09:23:57 +0000
(09:23 +0000)
SVN-Revision: 27891
package/mac80211/patches/571-ath9k_send_bar_fix.patch
patch
|
blob
|
history
diff --git
a/package/mac80211/patches/571-ath9k_send_bar_fix.patch
b/package/mac80211/patches/571-ath9k_send_bar_fix.patch
index eed9d214a959292c853b3ffa3da4f334e847998e..aa162b65476a774c900a10c6bf60683ba16ae427 100644
(file)
--- a/
package/mac80211/patches/571-ath9k_send_bar_fix.patch
+++ b/
package/mac80211/patches/571-ath9k_send_bar_fix.patch
@@
-1,6
+1,14
@@
--- a/drivers/net/wireless/ath/ath9k/ath9k.h
+++ b/drivers/net/wireless/ath/ath9k/ath9k.h
-@@ -275,7 +275,6 @@ struct ath_tx_control {
+@@ -246,6 +246,7 @@ struct ath_atx_tid {
+ };
+
+ struct ath_node {
++ struct ieee80211_vif *vif;
+ #ifdef CONFIG_ATH9K_DEBUGFS
+ struct list_head list; /* for sc->nodes */
+ struct ieee80211_sta *sta; /* station struct we're part of */
+@@ -274,7 +275,6 @@ struct ath_tx_control {
#define ATH_TX_ERROR 0x01
#define ATH_TX_XRETRY 0x02