mirror of
https://github.com/chinawrj/rtl8812au
synced 2025-01-25 02:25:25 +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
|
} else
|
||||||
#endif /* CONFIG_BT_COEXIST */
|
#endif /* CONFIG_BT_COEXIST */
|
||||||
{
|
{
|
||||||
BusyThresholdHigh = 100;
|
BusyThresholdHigh = 25;
|
||||||
BusyThresholdLow = 75;
|
BusyThresholdLow = 15;
|
||||||
}
|
}
|
||||||
BusyThreshold = BusyThresholdHigh;
|
BusyThreshold = BusyThresholdHigh;
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
PACKAGE_NAME="realtek-rtl88xxau"
|
PACKAGE_NAME="realtek-rtl88xxau"
|
||||||
PACKAGE_VERSION="5.1.5~20180513"
|
PACKAGE_VERSION="5.1.5~20180607"
|
||||||
CLEAN="make clean"
|
CLEAN="make clean"
|
||||||
BUILT_MODULE_NAME[0]=8812au
|
BUILT_MODULE_NAME[0]=8812au
|
||||||
DEST_MODULE_LOCATION[0]="/updates"
|
DEST_MODULE_LOCATION[0]="/updates"
|
||||||
|
Loading…
Reference in New Issue
Block a user