xref: /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192du/led.c (revision 4fc4187984e5dbd7ad63c3acf0b228fa9bf298d3)
1 // SPDX-License-Identifier: GPL-2.0
2 /* Copyright(c) 2024  Realtek Corporation.*/
3 
4 #include "../wifi.h"
5 #include "led.h"
6 
7 void rtl92du_led_control(struct ieee80211_hw *hw, enum led_ctl_mode ledaction)
8 {
9 	/* The hardware has control. */
10 }
11