qcacmn: Word mask TLV support for monitor
Word mask TLV support for QCN9224. Change-Id: I9e5d6cbb32cc7469dc367f6fc4bca4ce8adc9da8 CRs-Fixed: 3368626
这个提交包含在:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2016-2021 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
* any purpose with or without fee is hereby granted, provided that the
|
||||
@@ -676,8 +676,9 @@ struct htt_rx_ring_tlv_filter {
|
||||
u_int32_t phy_err_mask;
|
||||
u_int32_t phy_err_mask_cont;
|
||||
#endif
|
||||
#if defined(QCA_MONITOR_2_0_SUPPORT) || defined(CONFIG_WORD_BASED_TLV)
|
||||
uint16_t rx_mpdu_start_wmask;
|
||||
#if defined(QCA_MONITOR_2_0_SUPPORT) || defined(CONFIG_WORD_BASED_TLV) || \
|
||||
defined(CONFIG_MON_WORD_BASED_TLV)
|
||||
uint32_t rx_mpdu_start_wmask;
|
||||
uint16_t rx_mpdu_end_wmask;
|
||||
uint32_t rx_msdu_end_wmask;
|
||||
uint16_t rx_pkt_tlv_offset;
|
||||
|
在新工单中引用
屏蔽一个用户