mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 22:43:04 +00:00
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:
parent
412fc61887
commit
5c7589507a
3 changed files with 1711 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue