qcacld-3.0: cleanup NAN state upon NAN enable/disable timeout
Currently, driver sends NAN enable/disable request to firmware and waits for the response. NAN state is cleaned up when NAN disable indication is received. But if firmware doesn't respond to NAN enable or disable request, a timeout happens and NAN state is not cleaned up. Cleanup the NAN state upon timeout for NAN enable/disable request. Change-Id: Iadfff2b4d010407f04b529ff81b1ce1f11064695 CRs-Fixed: 2723094
This commit is contained in:

committed by
nshrivas

parent
834ea0b828
commit
2586d8f598
@@ -505,5 +505,11 @@ ucfg_nan_disable_ndi(struct wlan_objmgr_psoc *psoc, uint32_t ndi_vdev_id)
|
||||
{
|
||||
return QDF_STATUS_E_INVAL;
|
||||
}
|
||||
|
||||
static inline
|
||||
bool ucfg_is_nan_disable_supported(struct wlan_objmgr_psoc *psoc)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
#endif /* WLAN_FEATURE_NAN */
|
||||
#endif /* _NAN_UCFG_API_H_ */
|
||||
|
Reference in New Issue
Block a user