Browse Source

qcacmn: Fix max RX monitor meta header TLV macro

RX monitor meta header now supports two TLVs.
Macro used to represent maximum RX monitor meta
header TLVs should reflect the same.

Change-Id: I29cf830323cbe91a186c4876606290dc3c87b4eb
CRs-Fixed: 3385695
Jeevan Kukkalli 2 năm trước cách đây
mục cha
commit
10b8c93c24
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      dp/wifi3.0/monitor/2.0/dp_rx_mon_2.0.h

+ 1 - 1
dp/wifi3.0/monitor/2.0/dp_rx_mon_2.0.h

@@ -32,10 +32,10 @@
 
 #define DP_RX_MON_TLV_PF_ID 1
 #define DP_RX_MON_TLV_PPDU_ID 2
+#define DP_RX_MON_MAX_TLVS 2
 
 #define DP_RX_MON_TLV_MSDU_CNT 2
 #define DP_RX_MON_MAX_MSDU 16
-#define DP_RX_MON_MAX_TLVS 1
 #define DP_RX_MON_PF_TLV_LEN (((DP_RX_MON_PF_TAG_LEN_PER_FRAG)\
 			       * (DP_RX_MON_MAX_MSDU) * 2)\
 			       + (DP_RX_MON_TLV_MSDU_CNT))