10 lines
237 B
C
10 lines
237 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
/* Copyright(c) 2024 Realtek Corporation.*/
|
|
|
|
#include "../wifi.h"
|
|
#include "led.h"
|
|
|
|
void rtl92du_led_control(struct ieee80211_hw *hw, enum led_ctl_mode ledaction)
|
|
{
|
|
/* The hardware has control. */
|
|
}
|