diff options
| author | Vidyullatha Kanchanapally <vidyullatha@codeaurora.org> | 2016-04-27 11:58:08 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-08-29 01:43:43 -0700 |
| commit | 1b4ea777695255892b0d54bfe805f5383841ca36 (patch) | |
| tree | 63dd8a8fe2d78092b50645109fd73a8ab2ba56c3 /include | |
| parent | 6038e87f08945254a8cfb181ef3c1b6b6e06029f (diff) | |
cfg80211: Define macro to indicate prev_bssid connect support
Define macro to indicate backport support for prev_bssid
parameter in connect request. This parameter allows the
driver to decide whether to do a new association or a
re-association on a cfg80211 connect request.
Change-Id: I760e2999ec56c9aa0c44ac7b062ee1755192299f
CRs-Fixed: 1004073
Signed-off-by: Vidyullatha Kanchanapally <vidyullatha@codeaurora.org>
Diffstat (limited to 'include')
| -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 010a076a8c80..3ee07db23049 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -64,6 +64,7 @@ struct wiphy; #define CFG80211_SCAN_BSSID 1 +#define CFG80211_CONNECT_PREV_BSSID 1 /* * wireless hardware capability structures |
