aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2009-04-19 13:57:45 -0400
committerJohn W. Linville <linville@tuxdriver.com>2009-04-22 16:57:17 -0400
commit691597cb26f236ac7471f1adf925a134c86799d6 (patch)
treee89d91e496af082711b7c0789aaf0a985e7ba964 /include
parentd726405af6c8c81d2ee5e6a29301c68b9d4c574f (diff)
cfg80211/mac80211: move wext SIWMLME into cfg80211
Since we have ->deauth and ->disassoc we can support the wext SIWMLME call directly without driver wext handlers. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include')
-rw-r--r--include/net/cfg80211.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index d303c269a693..019a41efa0bb 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -833,6 +833,9 @@ int cfg80211_wext_siwscan(struct net_device *dev,
833int cfg80211_wext_giwscan(struct net_device *dev, 833int cfg80211_wext_giwscan(struct net_device *dev,
834 struct iw_request_info *info, 834 struct iw_request_info *info,
835 struct iw_point *data, char *extra); 835 struct iw_point *data, char *extra);
836int cfg80211_wext_siwmlme(struct net_device *dev,
837 struct iw_request_info *info,
838 struct iw_point *data, char *extra);
836int cfg80211_wext_giwrange(struct net_device *dev, 839int cfg80211_wext_giwrange(struct net_device *dev,
837 struct iw_request_info *info, 840 struct iw_request_info *info,
838 struct iw_point *data, char *extra); 841 struct iw_point *data, char *extra);