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
这个提交包含在:
Subrat Dash
2022-02-17 18:36:05 +05:30
提交者 Madan Koyyalamudi
父节点 63b2260b64
当前提交 b657bc4223
修改 2 个文件,包含 155 行新增38 行删除

查看文件

@@ -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;