mirror of
https://github.com/RinCat/RTL88x2BU-Linux-Driver.git
synced 2024-12-24 09:01:35 +00:00
Merge pull request #199 from labrat97/master
Fixing random disconnect issue
This commit is contained in:
commit
7f08a790b7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user