qcacmn: Avoid wdi events for bss peer

As the bss peer is closely tied with the vdev creation
and deletion, listeners might be uninitialized and result
race conditions. send an event only to the connected peers.

Change-Id: Ia0ae063c92bba38d2fb67fe4eae84f5562991fa2
CRs-Fixed: 3574176
这个提交包含在:
Sai Rupesh Chevuru
2023-07-28 12:48:42 +05:30
提交者 Rahul Choudhary
父节点 f8d1f8ac6f
当前提交 7157add22c
修改 2 个文件,包含 11 行新增6 行删除

查看文件

@@ -3245,7 +3245,7 @@ struct cdp_pdev_attach_params {
* @pdev_id: PDEV ID
*/
struct cdp_txrx_peer_params_update {
uint8_t vdev_id;
uint8_t vdev_id;
uint8_t *peer_mac;
uint8_t chip_id;
uint8_t pdev_id;