Merge pull request #199 from labrat97/master

Fixing random disconnect issue
This commit is contained in:
Rin Cat (鈴猫) 2023-06-14 22:59:12 -04:00 committed by GitHub
commit 7f08a790b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -427,11 +427,17 @@ int rtw_hwpwrp_detect = 1;
int rtw_hwpwrp_detect = 0; /* HW power ping detect 0:disable , 1:enable */
#endif
#ifdef CONFIG_USB_HCI
int rtw_hw_wps_pbc = 1;
#else
/*
Causes excessive rescanning by nature of WPS, the "Push Button Configuration"
being something initialized on the access point by button due to the
traditionally non-graphical nature of routers. This should only be enabled
during those events, otherwise the radio(s) will have to drop beam forming
capabilities to do a general scan for an access point emitting the unsecured
connection information.
*/
int rtw_hw_wps_pbc = 0;
#endif
#ifdef CONFIG_80211D
int rtw_80211d = 0;