git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f6ff6b
)
wireless: correct sparse warning in wext-compat.c
author
John W. Linville
<linville@tuxdriver.com>
Tue, 20 Jul 2010 16:22:40 +0000
(12:22 -0400)
committer
John W. Linville
<linville@tuxdriver.com>
Tue, 20 Jul 2010 20:49:37 +0000
(16:49 -0400)
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>
No differences found