commit | d9e048cdd260a1e7f9f2e25cb2bad46521812d99 | [log] [tgz] |
---|---|---|
author | Cihangir Akturk <cakturk@gmail.com> | Tue Mar 24 21:53:53 2015 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Mar 26 13:13:13 2015 +0100 |
tree | 3ab73f4038aca6022d7955f3b3cc6fa9063787d7 | |
parent | 330b5e80efcace88663b93bdd5ee41013284cb52 [diff] |
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>