diff options
| author | Ashwini Patil <apati@codeaurora.org> | 2017-01-18 14:23:08 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-01-26 22:19:14 -0800 |
| commit | fef5da04cec44e504f837752984f90d8afc9f3d3 (patch) | |
| tree | 7a72b6382d02e19a156f5f172e5ad79e8fab19d2 /include/net | |
| parent | 48a9fe070cbd27baf85f9482dcc79bda00f60241 (diff) | |
cfg80211: Define macro for report better BSS in sched scan
Define macro to indicate backport support to sched scan to report
better BSSs
Change-Id: I32639e615ba5f91ebe29a9a0e37b757eec3c7578
CRs-Fixed: 1112378
Signed-off-by: Ashwini Patil <apati@codeaurora.org>
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/cfg80211.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 1212ec1bfdba..e5930177c96a 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -70,6 +70,7 @@ struct wiphy; #define CFG80211_UPDATE_CONNECT_PARAMS 1 #define CFG80211_BEACON_TX_RATE_CUSTOM_BACKPORT 1 #define CFG80211_RAND_TA_FOR_PUBLIC_ACTION_FRAME 1 +#define CFG80211_REPORT_BETTER_BSS_IN_SCHED_SCAN 1 /* * wireless hardware capability structures |
