aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/cfg.c')
-rw-r--r--net/mac80211/cfg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c
index b57ddf941e59..9cba0104e291 100644
--- a/net/mac80211/cfg.c
+++ b/net/mac80211/cfg.c
@@ -1869,7 +1869,8 @@ static int ieee80211_mgmt_tx(struct wiphy *wiphy, struct net_device *dev,
1869 struct ieee80211_channel *chan, bool offchan, 1869 struct ieee80211_channel *chan, bool offchan,
1870 enum nl80211_channel_type channel_type, 1870 enum nl80211_channel_type channel_type,
1871 bool channel_type_valid, unsigned int wait, 1871 bool channel_type_valid, unsigned int wait,
1872 const u8 *buf, size_t len, u64 *cookie) 1872 const u8 *buf, size_t len, bool no_cck,
1873 u64 *cookie)
1873{ 1874{
1874 struct ieee80211_sub_if_data *sdata = IEEE80211_DEV_TO_SUB_IF(dev); 1875 struct ieee80211_sub_if_data *sdata = IEEE80211_DEV_TO_SUB_IF(dev);
1875 struct ieee80211_local *local = sdata->local; 1876 struct ieee80211_local *local = sdata->local;