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
这个提交包含在:
@@ -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;
|
||||
|
在新工单中引用
屏蔽一个用户