X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=net%2Fwireless%2Fwext-compat.h;h=9a37747495890548621dcf0c5a851e4e4fe66eb3;hb=a9a11622c5c742c115fad371c0397ae86dd3bb67;hp=c0310d93c2e5fcf908766d9e29df15dcce626da1;hpb=1f9298f96082692bdfe73af6fc2167f627f21647;p=safe%2Fjmp%2Flinux-2.6 diff --git a/net/wireless/wext-compat.h b/net/wireless/wext-compat.h index c0310d9..9a37747 100644 --- a/net/wireless/wext-compat.h +++ b/net/wireless/wext-compat.h @@ -1,6 +1,9 @@ #ifndef __WEXT_COMPAT #define __WEXT_COMPAT +#include +#include + int cfg80211_ibss_wext_siwfreq(struct net_device *dev, struct iw_request_info *info, struct iw_freq *freq, char *extra); @@ -42,4 +45,6 @@ int cfg80211_mgd_wext_giwessid(struct net_device *dev, struct ieee80211_channel *cfg80211_wext_freq(struct wiphy *wiphy, struct iw_freq *freq); + +extern const struct iw_handler_def cfg80211_wext_handler; #endif /* __WEXT_COMPAT */