From af1fc407d7c3955d902aad9558a8d5dd41598ced Mon Sep 17 00:00:00 2001 From: Christian kimocoder Date: Tue, 26 Sep 2017 19:07:57 +0200 Subject: [PATCH] Update drv_types.h * Add rtw_led_ctrl module --- include/drv_types.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/drv_types.h b/include/drv_types.h index 7a08138..3d400f9 100644 --- a/include/drv_types.h +++ b/include/drv_types.h @@ -397,6 +397,10 @@ struct registry_priv { u8 trx_share_mode; #endif u8 check_hw_status; + +#ifdef CONFIG_SW_LED + u8 led_ctrl; +#endif }; /* For registry parameters */