commit | c28991a02caec1f3bfe4638ccf4e494c3e9418a3 | [log] [tgz] |
---|---|---|
author | John W. Linville <linville@tuxdriver.com> | Tue Jul 20 12:22:40 2010 -0400 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jul 20 16:49:37 2010 -0400 |
tree | 9cf993d74d59723673963877fc80379684e5e7ad | |
parent | 3f6ff6bacdec217c98a60910c4804d11ce859820 [diff] |
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>