diff options
Diffstat (limited to 'net/wireless/wext-compat.h')
-rw-r--r-- | net/wireless/wext-compat.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/wireless/wext-compat.h b/net/wireless/wext-compat.h new file mode 100644 index 000000000000..23a6b5a83f2d --- /dev/null +++ b/net/wireless/wext-compat.h | |||
@@ -0,0 +1,21 @@ | |||
1 | #ifndef __WEXT_COMPAT | ||
2 | #define __WEXT_COMPAT | ||
3 | |||
4 | int cfg80211_ibss_wext_siwfreq(struct net_device *dev, | ||
5 | struct iw_request_info *info, | ||
6 | struct iw_freq *freq, char *extra); | ||
7 | int cfg80211_ibss_wext_giwfreq(struct net_device *dev, | ||
8 | struct iw_request_info *info, | ||
9 | struct iw_freq *freq, char *extra); | ||
10 | |||
11 | int cfg80211_mgd_wext_siwfreq(struct net_device *dev, | ||
12 | struct iw_request_info *info, | ||
13 | struct iw_freq *freq, char *extra); | ||
14 | int cfg80211_mgd_wext_giwfreq(struct net_device *dev, | ||
15 | struct iw_request_info *info, | ||
16 | struct iw_freq *freq, char *extra); | ||
17 | |||
18 | struct ieee80211_channel *cfg80211_wext_freq(struct wiphy *wiphy, | ||
19 | struct iw_freq *freq); | ||
20 | |||
21 | #endif /* __WEXT_COMPAT */ | ||