1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
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
..
acx.c
acx.h wireless: ti: Replace zero-length array with flexible-array member 2020-03-23 18:55:04 +02:00
boot.c wlcore: fix overlapping snprintf arguments in debugfs 2021-04-17 21:01:56 +03:00
boot.h wireless: ti: Replace zero-length array with flexible-array member 2020-03-23 18:55:04 +02:00
cmd.c wlcore: Fix missing function name in comments 2021-06-15 16:10:47 +03:00
cmd.h Revert "wlcore: Adding suppoprt for IGTK key in wlcore driver" 2020-09-07 11:39:32 +03:00
conf.h wireless: ti: Replace zero-length array with flexible-array member 2020-03-23 18:55:04 +02:00
debug.h
debugfs.c wlcore: Remove unused function no_write_handler() 2020-09-22 10:14:42 +03:00
debugfs.h wlcore: Fix buffer overrun by snprintf due to incorrect buffer size 2021-04-22 17:39:29 +03:00
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
Kconfig treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
main.c Driver core changes for 5.14-rc1 2021-07-05 13:51:41 -07:00
Makefile
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 wlcore: fix runtime pm imbalance in wl1271_tx_work 2020-05-29 20:31:03 +03:00
tx.h
vendor_cmd.c
vendor_cmd.h
wl12xx_80211.h wireless: ti: Replace zero-length array with flexible-array member 2020-03-23 18:55:04 +02:00
wlcore.h wlcore: Fix command execute failure 19 for wl12xx 2021-01-25 16:42:12 +02:00
wlcore_i.h