mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
net: wireless: bcmdhd: Allow to push more packets to FW for Tx
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
@@ -382,7 +382,7 @@ static bool dhd_readahead;
|
||||
|
||||
/* To check if there's window offered */
|
||||
#define DATAOK(bus) \
|
||||
(((uint8)(bus->tx_max - bus->tx_seq) > 2) && \
|
||||
(((uint8)(bus->tx_max - bus->tx_seq) > 1) && \
|
||||
(((uint8)(bus->tx_max - bus->tx_seq) & 0x80) == 0))
|
||||
|
||||
/* To check if there's window offered for ctrl frame */
|
||||
|
||||
Reference in New Issue
Block a user