Skip to content

Commit

Permalink
Enable USB3 mode switch which also enables VHT SS3
Browse files Browse the repository at this point in the history
  • Loading branch information
kimocoder committed Aug 16, 2019
1 parent 03324f2 commit 7ff8e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os_dep/linux/os_intfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ int rtw_drv_ant_band_switch = 1; /* 0:OFF , 1:ON, Driver control antenna band sw
int rtw_single_ant_path; /*0:main ant , 1:aux ant , Fixed single antenna path, default main ant*/

/* 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 */
Expand Down

0 comments on commit 7ff8e97

Please sign in to comment.