qcacmn: compact tlv support for QCN9224
Adding compact tlv support for QCN9224, As part of this change Rx tlv size will reduce from 384 bytes to 128 bytes. Change-Id: I3f42a781e42b2e696a5b25d9c5f333c8cc83b7fe CRs-Fixed: 3274152
此提交包含在:
@@ -44,6 +44,18 @@
|
||||
#define DP_DEFRAG_RBM(sw0_bm_id) HAL_RX_BUF_RBM_SW3_BM(sw0_bm_id)
|
||||
#endif
|
||||
|
||||
/* Max buffer in invalid peer SG list*/
|
||||
#define DP_MAX_INVALID_BUFFERS 10
|
||||
#ifdef DP_INVALID_PEER_ASSERT
|
||||
#define DP_PDEV_INVALID_PEER_MSDU_CHECK(head, tail) \
|
||||
do { \
|
||||
qdf_assert_always(!(head)); \
|
||||
qdf_assert_always(!(tail)); \
|
||||
} while (0)
|
||||
#else
|
||||
#define DP_PDEV_INVALID_PEER_MSDU_CHECK(head, tail) /* no op */
|
||||
#endif
|
||||
|
||||
#define RX_BUFFER_RESERVATION 0
|
||||
#ifdef BE_PKTLOG_SUPPORT
|
||||
#define BUFFER_RESIDUE 1
|
||||
|
新增問題並參考
封鎖使用者