1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-05 02:55:44 +00:00

switch default modeswitch plugin behaviour to USB3

This commit is contained in:
evilphish 2017-10-21 02:42:53 +02:00
parent 795489ce9f
commit 9515a63dec

View File

@ -227,7 +227,7 @@ int rtw_antdiv_type = 0
int rtw_drv_ant_band_switch = 1; /* 0:OFF , 1:ON, Driver control antenna band switch*/
/* 0: doesn't switch, 1: switch from usb2.0 to usb 3.0 2: switch from usb3.0 to usb 2.0 */
int rtw_switch_usb_mode = 0;
int rtw_switch_usb_mode = 1;
#ifdef CONFIG_USB_AUTOSUSPEND
int rtw_enusbss = 1;/* 0:disable,1:enable */