diff options
author | John W. Linville <linville@tuxdriver.com> | 2013-03-25 16:38:02 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-03-25 16:38:02 -0400 |
commit | c78b3841fac9a59c7494be143aa7f2e69ea47958 (patch) | |
tree | 503c1279d2bdf8b295ba7d2eb81830c5eb6bfb32 /drivers/net/wireless/iwlegacy | |
parent | 0d4e67174b03e3dcfe75ce7ec488770a5d443bf4 (diff) | |
parent | f00f188f8212fec9976394976c4fd5d4a3bc4dcf (diff) |
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
Diffstat (limited to 'drivers/net/wireless/iwlegacy')
-rw-r--r-- | drivers/net/wireless/iwlegacy/common.c | 3 | ||||
-rw-r--r-- | drivers/net/wireless/iwlegacy/common.h | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlegacy/common.c b/drivers/net/wireless/iwlegacy/common.c index bc465da40476..1a518feb4b26 100644 --- a/drivers/net/wireless/iwlegacy/common.c +++ b/drivers/net/wireless/iwlegacy/common.c | |||
@@ -4704,8 +4704,7 @@ out: | |||
4704 | } | 4704 | } |
4705 | EXPORT_SYMBOL(il_mac_change_interface); | 4705 | EXPORT_SYMBOL(il_mac_change_interface); |
4706 | 4706 | ||
4707 | void | 4707 | void il_mac_flush(struct ieee80211_hw *hw, u32 queues, bool drop) |
4708 | il_mac_flush(struct ieee80211_hw *hw, bool drop) | ||
4709 | { | 4708 | { |
4710 | struct il_priv *il = hw->priv; | 4709 | struct il_priv *il = hw->priv; |
4711 | unsigned long timeout = jiffies + msecs_to_jiffies(500); | 4710 | unsigned long timeout = jiffies + msecs_to_jiffies(500); |
diff --git a/drivers/net/wireless/iwlegacy/common.h b/drivers/net/wireless/iwlegacy/common.h index 73bd3ef316c8..728aa1306ab8 100644 --- a/drivers/net/wireless/iwlegacy/common.h +++ b/drivers/net/wireless/iwlegacy/common.h | |||
@@ -1720,7 +1720,7 @@ void il_mac_remove_interface(struct ieee80211_hw *hw, | |||
1720 | struct ieee80211_vif *vif); | 1720 | struct ieee80211_vif *vif); |
1721 | int il_mac_change_interface(struct ieee80211_hw *hw, struct ieee80211_vif *vif, | 1721 | int il_mac_change_interface(struct ieee80211_hw *hw, struct ieee80211_vif *vif, |
1722 | enum nl80211_iftype newtype, bool newp2p); | 1722 | enum nl80211_iftype newtype, bool newp2p); |
1723 | void il_mac_flush(struct ieee80211_hw *hw, bool drop); | 1723 | void il_mac_flush(struct ieee80211_hw *hw, u32 queues, bool drop); |
1724 | int il_alloc_txq_mem(struct il_priv *il); | 1724 | int il_alloc_txq_mem(struct il_priv *il); |
1725 | void il_free_txq_mem(struct il_priv *il); | 1725 | void il_free_txq_mem(struct il_priv *il); |
1726 | 1726 | ||