qcacld-3.0: TDLS sta_id cleanup for hdd_roam_deregister_tdlssta

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

Change-Id: Ie0d8e16606bd72d77cc5f152cf5bfe530bd3856b
CRs-Fixed: 2503949
This commit is contained in:
Yeshwanth Sriram Guntuka
2019-08-02 18:28:33 +05:30
committed by nshrivas
parent ffbd027f6b
commit 4fb838c4e9
4 changed files with 8 additions and 7 deletions

View File

@@ -595,9 +595,10 @@ typedef QDF_STATUS (*tdls_register_peer_callback)(void *userdata,
uint8_t qos);
/* This callback is used to deregister TDLS peer from the datapath */
typedef QDF_STATUS (*tdls_deregister_peer_callback)(void *userdata,
uint32_t vdev_id,
uint8_t sta_id);
typedef QDF_STATUS
(*tdls_deregister_peer_callback)(void *userdata,
uint32_t vdev_id,
struct qdf_mac_addr *peer_mac);
/* This callback is used to update datapath vdev flags */
typedef QDF_STATUS