summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8821ae/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/rtl8821ae/core.c')
-rw-r--r--drivers/staging/rtl8821ae/core.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/staging/rtl8821ae/core.c b/drivers/staging/rtl8821ae/core.c
index 9a37408..046be2c 100644
--- a/drivers/staging/rtl8821ae/core.c
+++ b/drivers/staging/rtl8821ae/core.c
@@ -1278,7 +1278,9 @@ static void rtl_op_rfkill_poll(struct ieee80211_hw *hw)
* before switch channel or power save, or tx buffer packet
* maybe send after offchannel or rf sleep, this may cause
* dis-association by AP */
-static void rtl_op_flush(struct ieee80211_hw *hw, u32 queues, bool drop)
+static void rtl_op_flush(struct ieee80211_hw *hw,
+ struct ieee80211_vif *vif,
+ u32 queues, bool drop)
{
struct rtl_priv *rtlpriv = rtl_priv(hw);
OpenPOWER on IntegriCloud