msm: wlan: Define CFG80211_CONNECT_TIMEOUT
To indicate, presence of cfg80211_connect_timeout() api to wlan driver, CFG80211_CONNECT_TIMEOUT is defined and depends on commit 48f3dee442d9 ("cfg80211: Allow cfg80211_connect_result() errors to be distinguished") which implements cfg80211_connect_timeout(). When CFG80211_CONNECT_TIMEOUT is defined and if wlan connection attempt failed due to timeout, then wlan driver invokes cfg80211_connect_timeout(). CRs-Fixed: 2004380 Change-Id: Ie2c16eb9c1a1330264daf843848c7da43da49b6c Signed-off-by: Purushottam Kushwaha <pkushwah@codeaurora.org>
This commit is contained in:
parent
dcfe151610
commit
4f74effbf0
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ struct wiphy;
|
|||
#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
|
||||
#define CFG80211_CONNECT_TIMEOUT 1
|
||||
|
||||
/*
|
||||
* wireless hardware capability structures
|
||||
|
|
Loading…
Add table
Reference in a new issue