From: John W. Linville Date: Tue, 20 Jul 2010 16:22:40 +0000 (-0400) Subject: wireless: correct sparse warning in wext-compat.c X-Git-Tag: v2.6.36-rc1~571^2~107^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c28991a02caec1f3bfe4638ccf4e494c3e9418a3;p=pandora-kernel.git 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 --- Reading git-diff-tree failed