1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-29 08:27:41 +00:00

Update drv_types.h

* Add rtw_led_ctrl module
This commit is contained in:
Christian kimocoder 2017-10-02 21:31:21 +02:00 committed by GitHub
parent db3659dd87
commit 5f01dd24f0

View File

@ -351,6 +351,10 @@ struct registry_priv
u32 reg_rxgain_offset_5gl; u32 reg_rxgain_offset_5gl;
u32 reg_rxgain_offset_5gm; u32 reg_rxgain_offset_5gm;
u32 reg_rxgain_offset_5gh; u32 reg_rxgain_offset_5gh;
#ifdef CONFIG_SW_LED
u8 led_ctrl;
#endif
}; };
//For registry parameters //For registry parameters