mac80211: add vif to flush call
[linux-2.6-block.git] / drivers / net / wireless / iwlwifi / dvm / mac80211.c
index dd55c9cf7ba80376ef3ae507b434e79d6dd1cca4..d4fae9fb2ddbed30d777942de451d42de2677997 100644 (file)
@@ -1091,7 +1091,8 @@ static void iwlagn_configure_filter(struct ieee80211_hw *hw,
                        FIF_BCN_PRBRESP_PROMISC | FIF_CONTROL;
 }
 
-static void iwlagn_mac_flush(struct ieee80211_hw *hw, u32 queues, bool drop)
+static void iwlagn_mac_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
+                            u32 queues, bool drop)
 {
        struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw);