qcacmn: Update the vdev id while updating the ast entry
In client roaming scenarios, when the ast entry is updated, make sure the ast entry is updated with new vdev id. Change-Id: I0bd5235eeb28909cabe48f577d4477789d7be9e8
此提交包含在:
@@ -1524,6 +1524,7 @@ int dp_peer_update_ast(struct dp_soc *soc, struct dp_peer *peer,
|
|||||||
ast_entry->peer_id = peer->peer_id;
|
ast_entry->peer_id = peer->peer_id;
|
||||||
ast_entry->type = CDP_TXRX_AST_TYPE_WDS;
|
ast_entry->type = CDP_TXRX_AST_TYPE_WDS;
|
||||||
ast_entry->pdev_id = peer->vdev->pdev->pdev_id;
|
ast_entry->pdev_id = peer->vdev->pdev->pdev_id;
|
||||||
|
ast_entry->vdev_id = peer->vdev->vdev_id;
|
||||||
ast_entry->is_active = TRUE;
|
ast_entry->is_active = TRUE;
|
||||||
TAILQ_INSERT_TAIL(&peer->ast_entry_list, ast_entry, ase_list_elem);
|
TAILQ_INSERT_TAIL(&peer->ast_entry_list, ast_entry, ase_list_elem);
|
||||||
|
|
||||||
|
新增問題並參考
封鎖使用者