aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mwlwifi/patches/110-ampdu_api.patch
blob: 5e52b0984122848ddd91d171c77ba4d3d6f85b17 (plain)
1
2
3
4
5
6
7
8
9
10
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;