Re: [PATCH] staging: rtl8192u: fix sparse warnings for static declaration

2015-03-20 Thread Greg KH
On Wed, Mar 18, 2015 at 10:25:29AM +, vibi sreenivasan wrote: > This patch fixes following sparse warning > drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:1924:6: warning: > symbol 'ieee80211_check_auth_response' was not declared. Should it be static? > > Signed-off-by: Vibi Sreenivas

[PATCH] staging: rtl8192u: fix sparse warnings for static declaration

2015-03-18 Thread vibi sreenivasan
This patch fixes following sparse warning drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:1924:6: warning: symbol 'ieee80211_check_auth_response' was not declared. Should it be static? Signed-off-by: Vibi Sreenivasan --- .../staging/rtl8192u/ieee80211/ieee80211_softmac.c |2 +- 1 fil