aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2010-07-20 12:22:40 -0400
committerJohn W. Linville <linville@tuxdriver.com>2010-07-20 16:49:37 -0400
commitc28991a02caec1f3bfe4638ccf4e494c3e9418a3 (patch)
tree9cf993d74d59723673963877fc80379684e5e7ad /include/net
parentwireless: correct sparse warning in lib80211_crypt_tkip.c (diff)
downloadlinux-dev-c28991a02caec1f3bfe4638ccf4e494c3e9418a3.tar.xz
linux-dev-c28991a02caec1f3bfe4638ccf4e494c3e9418a3.zip
wireless: correct sparse warning in wext-compat.c
CHECK net/wireless/wext-compat.c net/wireless/wext-compat.c:1434:5: warning: symbol 'cfg80211_wext_siwpmksa' was not declared. Should it be static? Add declaration in cfg80211.h. Also add an EXPORT_SYMBOL_GPL, since all the peer functions have it. Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/cfg80211.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 9b8b3f486ec8..f68ae54cdae6 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -1963,6 +1963,10 @@ int cfg80211_wext_giwap(struct net_device *dev,
struct iw_request_info *info,
struct sockaddr *ap_addr, char *extra);
+int cfg80211_wext_siwpmksa(struct net_device *dev,
+ struct iw_request_info *info,
+ struct iw_point *data, char *extra);
+
/*
* callbacks for asynchronous cfg80211 methods, notification
* functions and BSS handling helpers