linux/drivers/net/wireless/realtek/rtlwifi/rtl8192du/dm.h
Bitterblue Smith 3f8b94dbff wifi: rtlwifi: Add rtl8192du/dm.{c,h}
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
2024-05-30 10:28:02 +08:00

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