]> git.karo-electronics.de Git - linux-beck.git/commit
staging: rtl8192u: Fix static decleration sparse warning.
authorCihangir Akturk <cakturk@gmail.com>
Tue, 24 Mar 2015 19:53:53 +0000 (21:53 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Mar 2015 12:13:13 +0000 (13:13 +0100)
commitd9e048cdd260a1e7f9f2e25cb2bad46521812d99
tree3ab73f4038aca6022d7955f3b3cc6fa9063787d7
parent330b5e80efcace88663b93bdd5ee41013284cb52
staging: rtl8192u: Fix static decleration sparse warning.

The function 'ieee80211_check_auth_response' is used only in this
file, so make it static. This patch fixes the following sparse
warning.

'ieee80211_check_auth_response' was not declared. Should it be static?

Signed-off-by: Cihangir Akturk <cakturk@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c