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>
This commit is contained in:
Cihangir Akturk 2015-03-24 21:53:53 +02:00 коммит произвёл Greg Kroah-Hartman
Родитель 330b5e80ef
Коммит d9e048cdd2
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1921,7 +1921,7 @@ static void ieee80211_process_action(struct ieee80211_device *ieee,
}
void ieee80211_check_auth_response(struct ieee80211_device *ieee,
static void ieee80211_check_auth_response(struct ieee80211_device *ieee,
struct sk_buff *skb)
{
/* default support N mode, disable halfNmode */