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 */