qcacmn: Split Tx and Rx indication handling
Add support to handle Tx completion processing and Rx processing into different NAPI threads/contexts for Lithium DP Change-Id: I4f5c6ef3ce969ce457e26cf3e8305df1ae782f09
此提交包含在:
@@ -145,6 +145,13 @@ static const int tx_ring_mask[WLAN_CFG_INT_NUM_CONTEXTS] = {
|
||||
WLAN_CFG_TX_RING_MASK_3};
|
||||
|
||||
static const int rx_ring_mask[WLAN_CFG_INT_NUM_CONTEXTS] = {
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
WLAN_CFG_RX_RING_MASK_0,
|
||||
WLAN_CFG_RX_RING_MASK_1,
|
||||
WLAN_CFG_RX_RING_MASK_2,
|
||||
|
新增問題並參考
封鎖使用者