aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/wireless/ath/ath6kl/cfg80211.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/cfg80211.c b/drivers/net/wireless/ath/ath6kl/cfg80211.c
index 8d9fbd4a62b7..3aff36bad5d3 100644
--- a/drivers/net/wireless/ath/ath6kl/cfg80211.c
+++ b/drivers/net/wireless/ath/ath6kl/cfg80211.c
@@ -1732,7 +1732,7 @@ static int ath6kl_mgmt_tx(struct wiphy *wiphy, struct net_device *dev,
1732 struct ieee80211_channel *chan, bool offchan, 1732 struct ieee80211_channel *chan, bool offchan,
1733 enum nl80211_channel_type channel_type, 1733 enum nl80211_channel_type channel_type,
1734 bool channel_type_valid, unsigned int wait, 1734 bool channel_type_valid, unsigned int wait,
1735 const u8 *buf, size_t len, u64 *cookie) 1735 const u8 *buf, size_t len, bool no_cck, u64 *cookie)
1736{ 1736{
1737 struct ath6kl *ar = ath6kl_priv(dev); 1737 struct ath6kl *ar = ath6kl_priv(dev);
1738 u32 id; 1738 u32 id;