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
This commit is contained in:
Pavankumar Nandeshwar
2021-09-07 23:52:36 -07:00
کامیت شده توسط Madan Koyyalamudi
والد 591f8bb3a1
کامیت 6b1d142d98
12فایلهای تغییر یافته به همراه272 افزوده شده و 77 حذف شده

مشاهده پرونده

@@ -2726,10 +2726,11 @@ static void dp_htt_t2h_msg_handler(void *context, HTC_PACKET *pkt)
* Update ast indexes for flow override support
* Applicable only for non wds peers
*/
dp_peer_ast_index_flow_queue_map_create(
soc->dp_soc, is_wds,
peer_id, peer_mac_addr,
&ast_flow_info);
if (!soc->dp_soc->ast_offload_support)
dp_peer_ast_index_flow_queue_map_create(
soc->dp_soc, is_wds,
peer_id, peer_mac_addr,
&ast_flow_info);
break;
}