mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 17:25:16 +07:00
f1d2b4d338
Now that a new mac80211-based driver for Realtek devices has been submitted, it is time to reorganize the directories. Rather than having directories rtlwifi and rtl818x be in drivers/net/wireless/, they will now be in drivers/net/wireless/realtek/. This change simplifies the directory structure, but does not result in any configuration changes that are visable to the user. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
9 lines
235 B
C
9 lines
235 B
C
#ifndef RTL8187_RFKILL_H
|
|
#define RTL8187_RFKILL_H
|
|
|
|
void rtl8187_rfkill_init(struct ieee80211_hw *hw);
|
|
void rtl8187_rfkill_poll(struct ieee80211_hw *hw);
|
|
void rtl8187_rfkill_exit(struct ieee80211_hw *hw);
|
|
|
|
#endif /* RTL8187_RFKILL_H */
|