aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r--include/net/cfg80211.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index ccfdf3f63ce5..c1dd56b7cce5 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -860,6 +860,7 @@ struct cfg80211_ssid {
860 * @wiphy: the wiphy this was for 860 * @wiphy: the wiphy this was for
861 * @dev: the interface 861 * @dev: the interface
862 * @aborted: (internal) scan request was notified as aborted 862 * @aborted: (internal) scan request was notified as aborted
863 * @no_cck: used to send probe requests at non CCK rate in 2GHz band
863 */ 864 */
864struct cfg80211_scan_request { 865struct cfg80211_scan_request {
865 struct cfg80211_ssid *ssids; 866 struct cfg80211_ssid *ssids;
@@ -874,6 +875,7 @@ struct cfg80211_scan_request {
874 struct wiphy *wiphy; 875 struct wiphy *wiphy;
875 struct net_device *dev; 876 struct net_device *dev;
876 bool aborted; 877 bool aborted;
878 bool no_cck;
877 879
878 /* keep last */ 880 /* keep last */
879 struct ieee80211_channel *channels[0]; 881 struct ieee80211_channel *channels[0];
@@ -1560,7 +1562,8 @@ struct cfg80211_ops {
1560 struct ieee80211_channel *chan, bool offchan, 1562 struct ieee80211_channel *chan, bool offchan,
1561 enum nl80211_channel_type channel_type, 1563 enum nl80211_channel_type channel_type,
1562 bool channel_type_valid, unsigned int wait, 1564 bool channel_type_valid, unsigned int wait,
1563 const u8 *buf, size_t len, u64 *cookie); 1565 const u8 *buf, size_t len, bool no_cck,
1566 u64 *cookie);
1564 int (*mgmt_tx_cancel_wait)(struct wiphy *wiphy, 1567 int (*mgmt_tx_cancel_wait)(struct wiphy *wiphy,
1565 struct net_device *dev, 1568 struct net_device *dev,
1566 u64 cookie); 1569 u64 cookie);