qcacld-3.0: TDLS sta_id cleanup for hdd_update_dp_vdev_flags

hdd_update_dp_vdev_flags takes sta_id as input and as a
part of clean up of sta_id, replace it by peer mac address.

Change-Id: Id9a8c132546d312f5b048485de48535807e2db4b
CRs-Fixed: 2506497
This commit is contained in:
Yeshwanth Sriram Guntuka
2019-08-02 17:33:50 +05:30
committed by nshrivas
父節點 a93de1c382
當前提交 3199046f44
共有 3 個文件被更改,包括 5 次插入5 次删除

查看文件

@@ -603,7 +603,7 @@ typedef QDF_STATUS
/* This callback is used to update datapath vdev flags */
typedef QDF_STATUS
(*tdls_dp_vdev_update_flags_callback)(void *cbk_data,
uint8_t sta_id,
struct qdf_mac_addr *peer_mac,
uint32_t vdev_param,
bool is_link_up);