mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-22 13:24:36 +00:00
hal_led: Explicitly convert RTW_LED_OFF to enum type LED_CTL_MODE
This commit is contained in:
parent
6ac6fc9530
commit
6059390bcf
@ -63,7 +63,7 @@ void rtw_led_set_strategy(_adapter *adapter, u8 strategy)
|
||||
rtw_hal_sw_led_deinit(pri_adapter);
|
||||
#endif
|
||||
|
||||
rtw_led_control(pri_adapter, RTW_LED_OFF);
|
||||
rtw_led_control(pri_adapter, (LED_CTL_MODE)RTW_LED_OFF);
|
||||
}
|
||||
|
||||
#ifdef CONFIG_RTW_SW_LED
|
||||
|
Loading…
Reference in New Issue
Block a user