diff options
Diffstat (limited to 'include/net/cfg80211.h')
-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 e0312746a8cc..43ac90df4164 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -765,6 +765,9 @@ int cfg80211_wext_siwscan(struct net_device *dev, | |||
765 | int cfg80211_wext_giwscan(struct net_device *dev, | 765 | int cfg80211_wext_giwscan(struct net_device *dev, |
766 | struct iw_request_info *info, | 766 | struct iw_request_info *info, |
767 | struct iw_point *data, char *extra); | 767 | struct iw_point *data, char *extra); |
768 | int cfg80211_wext_giwrange(struct net_device *dev, | ||
769 | struct iw_request_info *info, | ||
770 | struct iw_point *data, char *extra); | ||
768 | 771 | ||
769 | /** | 772 | /** |
770 | * cfg80211_scan_done - notify that scan finished | 773 | * cfg80211_scan_done - notify that scan finished |