5e52b0984122848ddd91d171c77ba4d3d6f85b17
[openwrt/openwrt.git] / package / kernel / mwlwifi / patches / 110-ampdu_api.patch
1 --- a/mac80211.c
2 +++ b/mac80211.c
3 @@ -574,7 +574,7 @@ static int mwl_mac80211_ampdu_action(str
4 struct ieee80211_vif *vif,
5 enum ieee80211_ampdu_mlme_action action,
6 struct ieee80211_sta *sta,
7 - u16 tid, u16 *ssn, u8 buf_size)
8 + u16 tid, u16 *ssn, u8 buf_size, bool amsdu)
9 {
10 int rc = 0;
11 struct mwl_priv *priv = hw->priv;