qcacmn: Enable wds changes in Beryllium
wds in Beryllium is managed by hardware. Make use of hardware managedwds and disable the corresponding wds handling done in host for Beryllium. Change-Id: I39f23cb40c6c5f85ada8ce59c92ff2855bb18da3
这个提交包含在:

提交者
Madan Koyyalamudi

父节点
591f8bb3a1
当前提交
6b1d142d98
@@ -835,6 +835,16 @@ struct dp_peer *dp_sta_vdev_self_peer_ref_n_get(struct dp_soc *soc,
|
||||
struct dp_vdev *vdev,
|
||||
enum dp_mod_id mod_id);
|
||||
|
||||
void dp_peer_ast_table_detach(struct dp_soc *soc);
|
||||
void dp_peer_find_map_detach(struct dp_soc *soc);
|
||||
void dp_soc_wds_detach(struct dp_soc *soc);
|
||||
QDF_STATUS dp_peer_ast_table_attach(struct dp_soc *soc);
|
||||
QDF_STATUS dp_peer_ast_hash_attach(struct dp_soc *soc);
|
||||
QDF_STATUS dp_peer_mec_hash_attach(struct dp_soc *soc);
|
||||
void dp_soc_wds_attach(struct dp_soc *soc);
|
||||
void dp_peer_mec_hash_detach(struct dp_soc *soc);
|
||||
void dp_peer_ast_hash_detach(struct dp_soc *soc);
|
||||
|
||||
#ifdef FEATURE_AST
|
||||
/*
|
||||
* dp_peer_delete_ast_entries(): Delete all AST entries for a peer
|
||||
|
在新工单中引用
屏蔽一个用户