diff options
| author | CNSS_WLAN Service <cnssbldsw@qualcomm.com> | 2017-09-06 18:42:01 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-09-06 18:42:01 -0700 |
| commit | a5505131df77363d252a2dddd74693eb2936707a (patch) | |
| tree | a0fcc0cc5d262b1911ab04a5610997cc937490ce | |
| parent | 1b74d2a7dfa9319bb343aabce15b9d28148d8b13 (diff) | |
| parent | fad9cb8eaabb2a0bf23921360dc085e5d8f70ab8 (diff) | |
Merge "qcacld-3.0: Remove recovery in progress check" into wlan-cld3.driver.lnx.1.1
| -rw-r--r-- | core/hdd/src/wlan_hdd_hostapd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/hdd/src/wlan_hdd_hostapd.c b/core/hdd/src/wlan_hdd_hostapd.c index 57db045ebf07..1264e7c147c2 100644 --- a/core/hdd/src/wlan_hdd_hostapd.c +++ b/core/hdd/src/wlan_hdd_hostapd.c @@ -2063,8 +2063,7 @@ QDF_STATUS hdd_hostapd_sap_event_cb(tpSap_Event pSapEvent, return QDF_STATUS_E_FAILURE; } #ifdef IPA_OFFLOAD - if (!cds_is_driver_recovering() && - hdd_ipa_is_enabled(pHddCtx)) { + if (hdd_ipa_is_enabled(pHddCtx)) { status = hdd_ipa_wlan_evt(pHostapdAdapter, staId, HDD_IPA_CLIENT_DISCONNECT, pSapEvent->sapevt. |
