qcacmn: Enable peer filtering for enhanced RX capture

Enable peer filtering for enhanced RX capture.

Change-Id: Ic8d27b575721f6fe3bae06ed7d23b1ff300306c9
此提交包含在:
Kai Chen
2019-08-20 17:51:27 -07:00
提交者 nshrivas
父節點 5985716a66
當前提交 99efa0dce4
共有 6 個檔案被更改,包括 18 行新增5 行删除

查看文件

@@ -908,7 +908,7 @@ dp_rx_process_peer_based_pktlog(struct dp_soc *soc,
uint32_t ast_index;
ast_index = ppdu_info->rx_status.ast_index;
if (ast_index < (WLAN_UMAC_PSOC_MAX_PEERS * 2)) {
if (ast_index < wlan_cfg_get_max_ast_idx(soc->wlan_cfg_ctx)) {
ast_entry = soc->ast_table[ast_index];
if (ast_entry) {
peer = ast_entry->peer;