linux/drivers/net/wireless/ti/wlcore
Jason Wang fa4408b079 wlcore: no need to initialise statics to false
Static variables do not need to be initialized to false. The
compiler will do that.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20211113063551.257804-1-wangborong@cdjrlc.com
2021-11-29 12:44:10 +02:00
..
Kconfig
Makefile
acx.c
acx.h
boot.c
boot.h
cmd.c wlcore: Fix missing function name in comments 2021-06-15 16:10:47 +03:00
cmd.h
conf.h
debug.h
debugfs.c
debugfs.h
event.c wlcore: fix read pointer update 2021-06-14 18:49:42 +03:00
event.h
hw_ops.h
ini.h
init.c
init.h
io.c
io.h
main.c Driver core changes for 5.14-rc1 2021-07-05 13:51:41 -07:00
ps.c
ps.h
rx.c
rx.h
scan.c
scan.h
sdio.c wlcore: no need to initialise statics to false 2021-11-29 12:44:10 +02:00
spi.c wlcore: spi: Use dev_err_probe() 2021-10-27 10:31:33 +03:00
sysfs.c wlcore: use DEVICE_ATTR_<RW|RO> macro 2021-06-14 18:47:09 +03:00
sysfs.h
testmode.c
testmode.h
tx.c
tx.h
vendor_cmd.c
vendor_cmd.h
wl12xx_80211.h
wlcore.h
wlcore_i.h