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>
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 */
|