forked from Minki/linux
3cfeb0c33f
These drivers share one header file, but nothing else. Worse, both drivers use the rtl8225 part with different register settings. The results has been some ugly naming -- let's simplify that. Signed-off-by: John W. Linville <linville@tuxdriver.com> Acked-by: Hin-Tak Leung <htl10@users.sourceforge.net> Acked-by: Larry Finger <Larry.Finger@lwfinger.net> Acked-by: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
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 */
|