staging: rtl8192u: make in ieee80211/ieee80211_tx.c some local functions static
authorAna Rey <anarey@gmail.com>
Fri, 14 Mar 2014 11:34:45 +0000 (12:34 +0100)
committerPeter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Mon, 17 Mar 2014 01:16:43 +0000 (18:16 -0700)
commita5ac48acc39ffe585d1872becdebe69eb010ed16
treefcec319e4fd3e5729efdce7733e932742df711c3
parent627877bd7a00a0365b6e8a7159b90718f764b283
staging: rtl8192u: make in ieee80211/ieee80211_tx.c some local functions static

Make some local functions (ieee80211_qurey_ShortPreambleMode and
ieee80211_query_HTCapShortGI) static and fix coding style in these
function declarations when It is necessary.

Fix the following sparse warnings in ieee80211/ieee80211_tx.c

drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c:381:6: warning: symbol 'ieee80211_qurey_ShortPreambleMode' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c:395:1: warning: symbol 'ieee80211_query_HTCapShortGI' was not declared. Should it be static?

Signed-off-by: Ana Rey <anarey@gmail.com>
Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c
This page took 0.024473 seconds and 5 git commands to generate.