diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/cfg80211.h | 3 |
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, | |||
833 | int cfg80211_wext_giwscan(struct net_device *dev, | 833 | int 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); |
836 | int cfg80211_wext_siwmlme(struct net_device *dev, | ||
837 | struct iw_request_info *info, | ||
838 | struct iw_point *data, char *extra); | ||
836 | int cfg80211_wext_giwrange(struct net_device *dev, | 839 | int 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); |