Fixes more freeze/delays (test)

This commit is contained in:
kimocoder 2018-06-07 12:25:06 +02:00
parent e4ec939756
commit e2ed84fe68
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -1,5 +1,5 @@
PACKAGE_NAME="realtek-rtl88xxau"
PACKAGE_VERSION="5.1.5~20180513"
PACKAGE_VERSION="5.1.5~20180607"
CLEAN="make clean"
BUILT_MODULE_NAME[0]=8812au
DEST_MODULE_LOCATION[0]="/updates"