android_kernel_xiaomi_sm8350/core/wma
Srinivas Dasari a44ae3f2a3 qcacld-3.0: Send appropriate NDP peer mac address for remove peer
Currently, wma->peer_macaddr is passed as peer mac address for
NDP peer removal. This gets filled only when PEER_STATS_INFO is
queried from firmware. This is not the right mac address to be
sent for peer removal. Driver might attempt to remove an invalid
peer(or NULL) which leads to assertion in wma_remove_peer.
Get the peer mac address from tpDeleteStaParams which is
sent from lim and pass it to wma_remove_peer.

Change-Id: I90beb7edc1d6ad5790ed972dcb9d3ac42bc04ea7
CRs-Fixed: 2617918
2020-02-07 23:16:38 -08:00
..
inc qcacld-3.0: Remove duplicate logs from sta_send_add_bss 2020-02-07 12:12:56 -08:00
src qcacld-3.0: Send appropriate NDP peer mac address for remove peer 2020-02-07 23:16:38 -08:00