qcacmn: Bypass cds to create AST entry for WDS station
The qcacld driver does not register ol_if_ops callbacks to handle wds AST request. Call target if APIs directly to add, delete, and update the AST entries for the WDS stations. Change-Id: Ib4d5e1fdd6598e3390dbd2be0f24a72ccf01f202 CRs-Fixed: 3133839
这个提交包含在:
@@ -182,8 +182,7 @@ target_if_update_wds_entry(struct cdp_ctrl_objmgr_psoc *soc, uint8_t vdev_id,
|
||||
#else
|
||||
static inline QDF_STATUS
|
||||
target_if_add_wds_entry(struct cdp_ctrl_objmgr_psoc *soc, uint8_t vdev_id,
|
||||
uint8_t *peer_mac, uint16_t peer_id,
|
||||
const uint8_t *dest_mac, uint8_t *next_node_mac,
|
||||
uint8_t *peer_mac, const uint8_t *dest_mac,
|
||||
uint32_t flags, uint8_t type)
|
||||
{
|
||||
return QDF_STATUS_SUCCESS;
|
||||
|
在新工单中引用
屏蔽一个用户