diff options
| author | Vidyullatha Kanchanapally <vidyullatha@codeaurora.org> | 2016-04-19 15:11:26 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-08-29 01:43:21 -0700 |
| commit | 6038e87f08945254a8cfb181ef3c1b6b6e06029f (patch) | |
| tree | 37ef8582614d3efe2121755d80799cb2691533a1 /include | |
| parent | 57663336983d5124459de50b72148d6902fa49bc (diff) | |
cfg80211: Define macro to indicate bssid based scan support
Define macro to indicate backport support for bssid parameter
in scan request.
Change-Id: I542b0de66948610135cf69a3d24c1561017fe7a8
CRs-Fixed: 996660
Signed-off-by: Vidyullatha Kanchanapally <vidyullatha@codeaurora.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/cfg80211.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 8d29e441ae71..010a076a8c80 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -63,6 +63,8 @@ struct wiphy; +#define CFG80211_SCAN_BSSID 1 + /* * wireless hardware capability structures */ |
