linux/drivers/staging
Ana Rey fabdbdb2fb staging: rtl8192u: make in ieee80211/ieee80211_softmac.c some local functions static
Make some local functions static and fix coding style in these function
declarations when It is necessary

These are the local functions that were made static:

ieee80211_MFIE_rate_len, ieee80211_MFIE_Brate, ieee80211_MFIE_Grate,
ieee80211_WMM_Info, enqueue_mgmt, dequeue_mgmt, init_mgmt_queue,
MgntQuery_MgntFrameTxRate, ieee80211_send_beacon,
ieee80211_send_beacon_cb, ieee80211_softmac_scan_wq,
ieee80211_beacons_start, ieee80211_beacons_stop,
ieee80211_softmac_stop_scan, ieee80211_auth_resp, ieee80211_null_func,
ieee80211_resp_to_assoc_rq, ieee80211_resp_to_auth,
ieee80211_resp_to_probe, ieee80211_associate_abort_cb,
ieee80211_associate_step1, ieee80211_auth_challenge,
ieee80211_associate_step2, ieee80211_associate_complete_wq,
ieee80211_associate_complete, ieee80211_associate_procedure_wq,
auth_rq_parse, assoc_rq_parse, ieee80211_sta_ps_send_null_frame,
ieee80211_sta_ps_sleep, ieee80211_process_action, ieee80211_resume_tx,
ieee80211_start_monitor_mode, ieee80211_start_ibss_wq,
ieee80211_associate_retry_wq, ieee80211_wpa_assoc_frame,
ieee80211_sta_ps, ieee80211_send_probe, ieee80211_start_scan
and ieee80211_assoc_resp

Fix the following sparse warnings in ieee80211/ieee80211_softmac.c

drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:41:14: warning: symbol 'ieee80211_MFIE_rate_len' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:59:6: warning: symbol 'ieee80211_MFIE_Brate' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:76:6: warning: symbol 'ieee80211_MFIE_Grate' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c💯6: warning: symbol 'ieee80211_WMM_Info' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:142:6: warning: symbol 'enqueue_mgmt' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:160:16: warning: symbol 'dequeue_mgmt' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:175:6: warning: symbol 'init_mgmt_queue' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:180:4: warning: symbol 'MgntQuery_MgntFrameTxRate' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:359:6: warning: symbol 'ieee80211_send_beacon' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:385:6: warning: symbol 'ieee80211_send_beacon_cb' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:488:6: warning: symbol 'ieee80211_softmac_scan_wq' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:532:6: warning: symbol 'ieee80211_beacons_start' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:543:6: warning: symbol 'ieee80211_beacons_stop' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:575:6: warning: symbol 'ieee80211_softmac_stop_scan' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:890:16: warning: symbol 'ieee80211_auth_resp' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:918:16: warning: symbol 'ieee80211_null_func' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:944:6: warning: symbol 'ieee80211_resp_to_assoc_rq' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:953:6: warning: symbol 'ieee80211_resp_to_auth' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:962:6: warning: symbol 'ieee80211_resp_to_probe' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:1244:6: warning: symbol 'ieee80211_associate_abort_cb' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:1250:6: warning: symbol 'ieee80211_associate_step1' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:1276:6: warning: symbol 'ieee80211_auth_challenge' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:1306:6: warning: symbol 'ieee80211_associate_step2' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:1325:6: warning: symbol 'ieee80211_associate_complete_wq' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:1372:6: warning: symbol 'ieee80211_associate_complete' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:1383:6: warning: symbol 'ieee80211_associate_procedure_wq' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:1556:5: warning: symbol 'auth_rq_parse' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:1612:5: warning: symbol 'assoc_rq_parse' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:1706:6: warning: symbol 'ieee80211_sta_ps_send_null_frame' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:1717:7: warning: symbol 'ieee80211_sta_ps_sleep' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:1882:6: warning: symbol 'ieee80211_process_action' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:2185:6: warning: symbol 'ieee80211_resume_tx' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:2314:6: warning: symbol 'ieee80211_start_monitor_mode' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:2324:6: warning: symbol 'ieee80211_start_ibss_wq' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:2497:6: warning: symbol 'ieee80211_associate_retry_wq' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:2768:6: warning: symbol 'ieee80211_wpa_assoc_frame' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:1765:13: warning: symbol 'ieee80211_sta_ps' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:398:6: warning: symbol 'ieee80211_send_probe' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:604:6: warning: symbol 'ieee80211_start_scan' was not declared. Should it be static?
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:836:16: warning: symbol 'ieee80211_assoc_resp' 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>
2014-03-16 18:16:43 -07:00
..
android staging: android: ion: Use ERR_CAST instead of ERR_PTR 2014-03-13 16:34:02 -07:00
bcm staging: bcm: Replace <asm/uaccess.h> by <linux/uaccess.h> 2014-03-16 18:05:44 -07:00
ced1401 Staging: ced1401: Fix removed unused structs 2014-03-07 13:39:56 -08:00
comedi staging:comedi: Fix sparse warnings of incorrect type in assignment 2014-03-13 17:36:55 -07:00
cptm1217
crystalhd drivers/staging/crystalhd/bcm_70012_regs.h: Fix line over 80 characters. 2014-03-10 23:09:54 -07:00
cxt1e1 staging: cxt1e1: Removed assignments from if statements. 2014-03-13 17:44:45 -07:00
dgap staging: dgap: implement proper error handling in dgap_start() 2014-03-08 22:44:35 -08:00
dgnc Staging: dgnc: fix indentation in dgnc_mgmt.c 2014-03-13 16:17:59 -07:00
dgrp /dgrp: Fixed warning by adding fallthrough comment 2014-03-10 23:36:00 -07:00
et131x Staging: et131x: Fix warning of prefer ether_addr_copy() in et131x.c 2014-03-08 20:27:48 -08:00
frontier staging: frontier: fix memory leak in usb_alphatrack_probe() 2014-03-08 22:39:40 -08:00
ft1000 Staging: ft1000-usb: Fix Smatch Warning in ft1000_hw.c 2014-03-16 17:43:17 -07:00
fwserial
gdm72xx Staging: gdm72xx: Fix incorrect type in assignment in gdm_wimax.c 2014-03-07 15:41:30 -08:00
gdm724x staging: gdm724x: cleanup alloc_tx_sdu_struct() 2014-02-18 11:16:56 -08:00
goldfish
gs_fpgaboot Staging: gs_gpgaboot: Fix Bad function definition in io.c 2014-03-07 13:39:56 -08:00
iio Staging: iio/accel: Fix Prefer netdev_warn(netdev, ...then dev_warn(dev, ... then pr_warn(... to printk(KERN_INFO ... in sca3000_ring.c 2014-03-07 14:48:47 -08:00
imx-drm Merge branch 'imx-drm-staging' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into staging-next 2014-03-07 14:23:34 -08:00
keucr
line6 staging:line6: Fix use of variable length arrays 2014-03-08 20:35:16 -08:00
lustre staging:lustre: Fix sparse warning of plain integer as NULL 2014-03-16 17:50:23 -07:00
media Staging: solo6x10: Replace expressions that don't use ALIGN macro 2014-03-16 18:00:56 -07:00
mt29f_spinand
netlogic Staging:netlogic: Correct double assignment in xlr_net.c 2014-03-08 20:31:53 -08:00
nokia_h4p staging:nokia_h4p:Replace __attribute__((packed)) by __packed 2014-03-08 20:35:16 -08:00
nvec staging:nvec: Introduce the use of the managed version of kzalloc 2014-03-07 15:19:36 -08:00
octeon Staging: octeon: Fix coding style 2014-03-07 13:52:23 -08:00
octeon-usb Staging: octeon-usb: Remove unnecessary brackets 2014-03-07 16:10:54 -08:00
olpc_dcon staging: olpc_dcon: Trivial: Remove space before indentation. 2014-02-07 10:35:30 -08:00
ozwpan staging/ozwpan: formatting coding style 2014-03-13 02:34:17 +00:00
panel Staging: panel: Fix quoted string split across line in panel.c 2014-02-27 12:29:24 -08:00
phison
quickstart
rtl8187se staging:rtl8187se: Fix sparse warning in right shift 2014-03-13 17:33:01 -07:00
rtl8188eu Staging: rtl8188eu: Fix sparse warnings. 2014-03-13 16:49:19 -07:00
rtl8192e Staging: rtl8192e: Fix Sparse Warning of invalid assignment in rtllib_tx.c 2014-03-07 16:13:39 -08:00
rtl8192u staging: rtl8192u: make in ieee80211/ieee80211_softmac.c some local functions static 2014-03-16 18:16:43 -07:00
rtl8712 staging: rtl8712: Delete space before semicolon 2014-03-13 17:36:40 -07:00
rtl8821ae staging:rtl8821ae:Fix sparse warning of static function declaration 2014-03-10 23:25:08 -07:00
rts5139 staging: rts5139: Added in sd_cprm.c an include to fix a sparse warning 2014-03-16 17:41:13 -07:00
rts5208 staging: rts5208: Remove unnecessary parentheses. 2014-03-13 17:37:01 -07:00
sbe-2t3e3 /drivers/staging/sbe2t3e3: Fixed left brace to be on the previous line 2014-03-10 15:06:22 -07:00
sep staging: sep: Add fallthrough comment 2014-03-16 17:52:00 -07:00
serqt_usb2 staging:serqt_usb2: Fix sparse warning restricted __le16 degrades to integer 2014-03-07 15:21:58 -08:00
silicom staging: silicom: 80 character and tab formatting in libbp_sd.h 2014-03-08 19:48:41 -08:00
slicoss staging: slicoss: Fix unnecessary line continuations 2014-03-16 16:49:56 -07:00
speakup
ste_rmi4
tidspbridge Staging:tidspbridge: Fixed braces, spaces and long line coding style 2014-03-04 16:17:31 -08:00
unisys staging: unisys: visorutil: Use kzalloc instead of kmalloc with memset 2014-03-13 16:49:02 -07:00
usbip usbcore: rename struct dev_state to struct usb_dev_state 2014-03-10 09:54:56 -07:00
vme
vt6655 staging: vt6655 : Fix placement of open brace 2014-03-13 16:20:58 -07:00
vt6656 staging: vt6656: Use __releases/__acquires annotations 2014-03-16 17:07:06 -07:00
winbond Staging:winbond: Fix line over 80 characters in wb35rx.c 2014-03-07 15:38:06 -08:00
wlags49_h2 staging:wlags49_h2: Removed assignments from if statements. 2014-03-10 14:56:33 -07:00
wlags49_h25
wlan-ng Staging: wlan-ng: Fix sparse non-static symbol warning 2014-03-16 17:54:49 -07:00
xgifb Staging: xgifb: Fix quoted string split across lines in XGI_main_26.c 2014-02-28 14:29:38 -08:00
xillybus staging: xillybus: Open Firmware driver supporting coherent DMA 2014-01-09 10:42:36 -08:00
Kconfig staging: visorutil driver to provide common functionality to other s-Par drivers 2014-03-04 16:52:12 -08:00
Makefile staging: visorutil driver to provide common functionality to other s-Par drivers 2014-03-04 16:52:12 -08:00
staging.c