diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-08-04 09:23:57 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-08-04 09:23:57 +0000 |
commit | 53401a7cd405700dba067b08495ab7fa04ad6cb8 (patch) | |
tree | 96c868895267882f1ecbe80dc480dda023ee878b /package | |
parent | 7eb7c8bdabb498b5b50663e8e15f7c85993b10b5 (diff) | |
download | upstream-53401a7cd405700dba067b08495ab7fa04ad6cb8.tar.gz upstream-53401a7cd405700dba067b08495ab7fa04ad6cb8.tar.bz2 upstream-53401a7cd405700dba067b08495ab7fa04ad6cb8.zip |
ath9k: add missing chunk to the BlockAckReq fix (fixes a compile error)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27891 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/mac80211/patches/571-ath9k_send_bar_fix.patch | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/package/mac80211/patches/571-ath9k_send_bar_fix.patch b/package/mac80211/patches/571-ath9k_send_bar_fix.patch index eed9d214a9..aa162b6547 100644 --- 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 |