linux/drivers/net/wireless/ti/wlcore
Luciano Coelho 2247997233 wlcore: fix some sparse warnings due to missing static declaration
There were three sparse warnings in main.c due to missing static
declaration:

  CHECK   drivers/net/wireless/ti/wlcore/main.c
drivers/net/wireless/ti/wlcore/main.c:1265:5: warning: symbol 'wl1271_validate_wowlan_pattern' was not declared. Should it be static?
drivers/net/wireless/ti/wlcore/main.c:1408:5: warning: symbol 'wl1271_convert_wowlan_pattern_to_rx_filter' was not declared. Should it be static?
drivers/net/wireless/ti/wlcore/main.c:4823:6: warning: symbol 'wl1271_connection_loss_work' was not declared. Should it be static?

Fix these by adding the static declaration to those functions.

Signed-off-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2012-05-16 13:08:30 -04:00
..
acx.c wlcore: fix pointer print out in wl1271_acx_set_rx_filter() 2012-05-16 13:08:27 -04:00
acx.h wl12xx: add RX filters ACX commands 2012-05-15 17:53:23 -04:00
boot.c wlcore/wl12xx: implement better beacon loss handling 2012-05-15 17:53:25 -04:00
boot.h
cmd.c wlcore: fix size of two memset's in wl1271_cmd_build_arp_rsp() 2012-05-15 17:53:24 -04:00
cmd.h
conf.h
debug.h
debugfs.c
debugfs.h
event.c wlcore/wl12xx: implement better beacon loss handling 2012-05-15 17:53:25 -04:00
event.h
hw_ops.h
ini.h
init.c
init.h
io.c
io.h
Kconfig wireless: TI wlxxx depends on MAC80211 2012-05-15 17:53:24 -04:00
main.c wlcore: fix some sparse warnings due to missing static declaration 2012-05-16 13:08:30 -04:00
Makefile
ps.c
ps.h
rx.c wlcore: add RX filters driver state mgmt functions 2012-05-15 17:53:23 -04:00
rx.h wlcore: add RX filters driver state mgmt functions 2012-05-15 17:53:23 -04:00
scan.c
scan.h
sdio.c
spi.c
testmode.c
testmode.h
tx.c
tx.h
wl12xx_80211.h
wl12xx_platform_data.c
wl12xx.h wl12xx: support wowlan wakeup patterns 2012-05-15 17:53:23 -04:00
wlcore.h wlcore/wl12xx: implement better beacon loss handling 2012-05-15 17:53:25 -04:00