mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

These contain functions related to the dynamic mechanism, which runs every two seconds to adjust to changes in the environment. Signed-off-by: Bitterblue Smith <rtl8821cerfe2@gmail.com> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Link: https://msgid.link/a010ed6d-efb0-456d-bd4a-dfc6da23e7aa@gmail.com
10 lines
242 B
C
10 lines
242 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/* Copyright(c) 2024 Realtek Corporation.*/
|
|
|
|
#ifndef __RTL92DU_DM_H__
|
|
#define __RTL92DU_DM_H__
|
|
|
|
void rtl92du_dm_init(struct ieee80211_hw *hw);
|
|
void rtl92du_dm_watchdog(struct ieee80211_hw *hw);
|
|
|
|
#endif
|