Author: nbd
Date: 2016-01-15 17:58:00 +0100 (Fri, 15 Jan 2016)
New Revision: 48251

Added:
   trunk/package/kernel/mwlwifi/patches/110-api_sync.patch
Log:
mwlwifi: fix build with latest mac80211

Signed-off-by: Felix Fietkau <[email protected]>

Added: trunk/package/kernel/mwlwifi/patches/110-api_sync.patch
===================================================================
--- trunk/package/kernel/mwlwifi/patches/110-api_sync.patch                     
        (rev 0)
+++ trunk/package/kernel/mwlwifi/patches/110-api_sync.patch     2016-01-15 
16:58:00 UTC (rev 48251)
@@ -0,0 +1,19 @@
+--- 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;
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to