Revert "qcacmn: limit tx completion process count to napi quota"
This reverts Change-Id: Ic24f131c90b90b0e118edffcab559ddf31779dcf Change-Id: Ia683184f346ee13ad970679bef8bab211a84503d CRs-Fixed: 3421368
This commit is contained in:

committed by
Madan Koyyalamudi

parent
2467d81f7b
commit
6f3d208ec8
@@ -41,7 +41,7 @@
|
||||
* This mask defines how many transmit frames account for 1 NAPI work unit
|
||||
* 0 means each tx completion is 1 unit
|
||||
*/
|
||||
#define DP_TX_NAPI_BUDGET_DIV_MASK 0xffff
|
||||
#define DP_TX_NAPI_BUDGET_DIV_MASK 0
|
||||
|
||||
/* PPDU Stats Configuration - Configure bitmask for enabling tx ppdu tlv's */
|
||||
#define DP_PPDU_TXLITE_STATS_BITMASK_CFG 0x3FFF
|
||||
|
Reference in New Issue
Block a user