summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlegacy/common.h
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2014-05-02 19:47:50 +0200
committerJohn W. Linville <linville@tuxdriver.com>2014-05-02 19:47:50 +0200
commit406a94d7fae94a893c3afb9c2d18c83124d3cd9b (patch)
treec81f4de219ff9309a3f8f60c7855a620b8598ef4 /drivers/net/wireless/iwlegacy/common.h
parenthyperv: Enable sendbuf mechanism on the send path (diff)
parentrsi: Changing opcode for sta mode according to changes in firmware (diff)
downloadlinux-406a94d7fae94a893c3afb9c2d18c83124d3cd9b.tar.xz
linux-406a94d7fae94a893c3afb9c2d18c83124d3cd9b.zip
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
Diffstat (limited to 'drivers/net/wireless/iwlegacy/common.h')
-rw-r--r--drivers/net/wireless/iwlegacy/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlegacy/common.h b/drivers/net/wireless/iwlegacy/common.h
index dfb13c70efe8..ea5c0f863c4e 100644
--- a/drivers/net/wireless/iwlegacy/common.h
+++ b/drivers/net/wireless/iwlegacy/common.h
@@ -1723,7 +1723,8 @@ void il_mac_remove_interface(struct ieee80211_hw *hw,
struct ieee80211_vif *vif);
int il_mac_change_interface(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
enum nl80211_iftype newtype, bool newp2p);
-void il_mac_flush(struct ieee80211_hw *hw, u32 queues, bool drop);
+void il_mac_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
+ u32 queues, bool drop);
int il_alloc_txq_mem(struct il_priv *il);
void il_free_txq_mem(struct il_priv *il);