qcacld-3.0: Fill op and ext rates in LIM
Fill operational and extended rates in LIM instead of CSR as part of connection manager. Change-Id: I9197e835703059d61bc67897a9670ff166460318 CRs-Fixed: 2892415
此提交包含在:
@@ -1016,7 +1016,10 @@ QDF_STATUS wlan_cm_send_connect_rsp(struct scheduler_msg *msg)
|
||||
}
|
||||
}
|
||||
cm_csr_connect_rsp(vdev, rsp);
|
||||
status = wlan_cm_connect_rsp(vdev, &rsp->connect_rsp);
|
||||
if (rsp->connect_rsp.is_reassoc)
|
||||
status = wlan_cm_reassoc_rsp(vdev, &rsp->connect_rsp);
|
||||
else
|
||||
status = wlan_cm_connect_rsp(vdev, &rsp->connect_rsp);
|
||||
wlan_objmgr_vdev_release_ref(vdev, WLAN_MLME_CM_ID);
|
||||
|
||||
wlan_cm_free_connect_rsp(rsp);
|
||||
|
新增問題並參考
封鎖使用者