diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-10-30 15:17:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-10-30 15:17:56 +0000 |
commit | ec3ee0969e6ecf49a2c98ce96f6977906ada0553 (patch) | |
tree | 29f379f37176d854bf3d91746b6e9e683590c6ea /package/kernel/mwlwifi | |
parent | f79bae2fc011c8ea553c878dc3f0e09ef9b0217a (diff) | |
download | upstream-ec3ee0969e6ecf49a2c98ce96f6977906ada0553.tar.gz upstream-ec3ee0969e6ecf49a2c98ce96f6977906ada0553.tar.bz2 upstream-ec3ee0969e6ecf49a2c98ce96f6977906ada0553.zip |
mac80211: update to wireless-testing 2015-10-26
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47286
Diffstat (limited to 'package/kernel/mwlwifi')
-rw-r--r-- | package/kernel/mwlwifi/patches/110-ampdu_api.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/kernel/mwlwifi/patches/110-ampdu_api.patch b/package/kernel/mwlwifi/patches/110-ampdu_api.patch new file mode 100644 index 0000000000..5e52b09841 --- /dev/null +++ b/package/kernel/mwlwifi/patches/110-ampdu_api.patch @@ -0,0 +1,11 @@ +--- a/mac80211.c ++++ b/mac80211.c +@@ -574,7 +574,7 @@ static int mwl_mac80211_ampdu_action(str + struct ieee80211_vif *vif, + enum ieee80211_ampdu_mlme_action action, + struct ieee80211_sta *sta, +- u16 tid, u16 *ssn, u8 buf_size) ++ u16 tid, u16 *ssn, u8 buf_size, bool amsdu) + { + int rc = 0; + struct mwl_priv *priv = hw->priv; |