mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-19 22:11:22 +00:00
11 lines
237 B
C
11 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. */
|
||
|
|
}
|