rtl8188eu: Add rtw_led_enable module parameter

Make it possible to disable the LED, as it can be pretty annoying
depending on where it's located.
This commit is contained in:
Bastien Nocera 2020-01-06 21:15:07 +01:00 committed by Larry Finger
parent 412fc61887
commit 5c7589507a
3 changed files with 1711 additions and 3 deletions

View file

@ -191,7 +191,8 @@ struct registry_priv {
u8 uapsd_acvi_en;
u8 uapsd_acvo_en;
WLAN_BSSID_EX dev_network;
u8 tx_bw_mode;
u8 tx_bw_mode;
u8 led_enable;
u8 ht_enable;
/* 0: 20 MHz, 1: 40 MHz, 2: 80 MHz, 3: 160MHz */
/* 2.4G use bit 0 ~ 3, 5G use bit 4 ~ 7 */