mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-10 15:23:06 +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
4930848feb
commit
627a577e5c
3 changed files with 12 additions and 0 deletions
|
@ -114,6 +114,8 @@ struct registry_priv {
|
|||
u8 uapsd_acvi_en;
|
||||
u8 uapsd_acvo_en;
|
||||
|
||||
u8 led_enable;
|
||||
|
||||
struct wlan_bssid_ex dev_network;
|
||||
|
||||
u8 ht_enable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue