aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mwlwifi/patches/110-api_sync.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2016-09-29 14:24:56 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-09-29 14:24:56 +0200
commit1016f38a869a77a384b11aac7f6b947ce67726e1 (patch)
treeb159a739ddf22bd2a320589a2628f87c37310487 /package/kernel/mwlwifi/patches/110-api_sync.patch
parent3bf4b214e8a2f4f35b541a6180ac7d5cdd6786fc (diff)
downloadupstream-1016f38a869a77a384b11aac7f6b947ce67726e1.tar.gz
upstream-1016f38a869a77a384b11aac7f6b947ce67726e1.tar.bz2
upstream-1016f38a869a77a384b11aac7f6b947ce67726e1.zip
mwlwifi: upgrade to 10.3.0.18-20160804
adds support for the Linksys WRT1900ACSv2 and WRT1200ACv2 Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
Diffstat (limited to 'package/kernel/mwlwifi/patches/110-api_sync.patch')
-rw-r--r--package/kernel/mwlwifi/patches/110-api_sync.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/package/kernel/mwlwifi/patches/110-api_sync.patch b/package/kernel/mwlwifi/patches/110-api_sync.patch
deleted file mode 100644
index ed3e06a1c1..0000000000
--- a/package/kernel/mwlwifi/patches/110-api_sync.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/mac80211.c
-+++ b/mac80211.c
-@@ -597,10 +597,13 @@ static int mwl_mac80211_get_survey(struc
-
- static int mwl_mac80211_ampdu_action(struct ieee80211_hw *hw,
- struct ieee80211_vif *vif,
-- enum ieee80211_ampdu_mlme_action action,
-- struct ieee80211_sta *sta,
-- u16 tid, u16 *ssn, u8 buf_size, bool amsdu)
-+ struct ieee80211_ampdu_params *params)
- {
-+ enum ieee80211_ampdu_mlme_action action = params->action;
-+ struct ieee80211_sta *sta = params->sta;
-+ u16 tid = params->tid;
-+ u16 *ssn = &params->ssn;
-+ u8 buf_size = params->buf_size;
- int rc = 0;
- struct mwl_priv *priv = hw->priv;
- struct mwl_ampdu_stream *stream;