mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
ca9152e37f
This change implements rfkill support for RTL8187B and RTL8187L devices, using new cfg80211 rfkill API. Acked-by: Larry Finger <Larry.Finger@lwfinger.net> Tested-by: Hin-Tak Leung <htl10@users.sourceforge.net> Signed-off-by: Herton Ronaldo Krzesinski <herton@mandriva.com.br> Signed-off-by: John W. Linville <linville@tuxdriver.com>
8 lines
235 B
C
8 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 */
|