qcacld-3.0: Enable TDLS in case of STA association failure
TDLS is disabled if second connection comes up. If that second connection fails then enable the TDLS again. Change-Id: Id5df1df81c94bcf3a0616bbfb4b33f3e4d81dcbe CRs-Fixed: 2445831
This commit is contained in:
@@ -1118,3 +1118,8 @@ QDF_STATUS ucfg_tdls_set_rssi(struct wlan_objmgr_vdev *vdev,
|
||||
{
|
||||
return tdls_set_rssi(vdev, mac, rssi);
|
||||
}
|
||||
|
||||
void ucfg_tdls_notify_connect_failure(struct wlan_objmgr_psoc *psoc)
|
||||
{
|
||||
return tdls_notify_decrement_session(psoc);
|
||||
}
|
||||
|
Reference in New Issue
Block a user