mirror of
https://github.com/chinawrj/rtl8812au
synced 2025-01-09 10:01:37 +00:00
Fixes more freeze/delays (test)
This commit is contained in:
parent
e4ec939756
commit
e2ed84fe68
@ -2256,8 +2256,8 @@ u8 traffic_status_watchdog(_adapter *padapter, u8 from_timer)
|
||||
} else
|
||||
#endif /* CONFIG_BT_COEXIST */
|
||||
{
|
||||
BusyThresholdHigh = 100;
|
||||
BusyThresholdLow = 75;
|
||||
BusyThresholdHigh = 25;
|
||||
BusyThresholdLow = 15;
|
||||
}
|
||||
BusyThreshold = BusyThresholdHigh;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user