d2175bc557f14fe8e1f61b8a747749ef77816c81

In non concurrency scenario with TDLS Offchan link, FW is sending two pauses namely PAUSE_TYPE_CHOP and PAUSE_TYPE_CHOP_TDLS_OFFCHAN back to back when DUT dwells between TDLS Off channel and AP channel respectively. HOST handles these events as vdev based event instead of peer based event and remove all the tx queues from scheduler for all the peer irrespective of the pause type. This will lead to data stall in TDLS offchan scenarios, as at any point of time, host will be receiving one of the two pauses and keep its peer queues out of scheduler. Changes are done to decouple the handling of pause/unpause events for TDLS peers with Offchan enabled from vdev based pause/unpause. TDLS peers will be paused/unpaused based on PAUSE_TYPE_CHOP_TDLS_OFFCHAN pause type. Other pause/unpause events will be handled as usual. Change-Id: Iccb46fd6d121d5df6d53633c9978ddc8e02f588f CRs-Fixed: 2558612
描述
未提供描述
儲存庫語言
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%