linux/drivers/net/wireless/ath/wil6210
YueHaibing f9dca154a4 wil6210: fix debugfs_simple_attr.cocci warnings
Use DEFINE_DEBUGFS_ATTRIBUTE rather than DEFINE_SIMPLE_ATTRIBUTE
for debugfs files.

Semantic patch information:
Rationale: DEFINE_SIMPLE_ATTRIBUTE + debugfs_create_file()
imposes some significant overhead as compared to
DEFINE_DEBUGFS_ATTRIBUTE + debugfs_create_file_unsafe().

Generated by: scripts/coccinelle/api/debugfs/debugfs_simple_attr.cocci

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2018-10-13 20:28:44 +03:00
..
boot_loader.h
cfg80211.c wil6210: add FT roam support for AP and station 2018-08-28 16:49:05 +03:00
debug.c
debugfs.c wil6210: fix debugfs_simple_attr.cocci warnings 2018-10-13 20:28:44 +03:00
ethtool.c
fw.c wil6210: support Talyn specific board file 2018-07-31 11:01:26 +03:00
fw.h
fw_inc.c
interrupt.c
Kconfig
main.c wil6210: add FT roam support for AP and station 2018-08-28 16:49:05 +03:00
Makefile
netdev.c
p2p.c
pcie_bus.c wil6210: set edma variables only for Talyn-MB devices 2018-08-28 16:48:26 +03:00
pm.c wil6210: remove set but not used variable 'start' 2018-10-01 17:08:34 +03:00
pmc.c
pmc.h
rx_reorder.c wil6210: allocate rx reorder buffer only if rx reorder is enabled 2018-08-28 16:48:36 +03:00
trace.c
trace.h
txrx.c wil6210: add FT roam support for AP and station 2018-08-28 16:49:05 +03:00
txrx.h
txrx_edma.c wil6210: add FT roam support for AP and station 2018-08-28 16:49:05 +03:00
txrx_edma.h
wil6210.h wil6210: fix unsigned cid comparison with >= 0 2018-09-06 18:56:14 +03:00
wil_crash_dump.c
wil_platform.c
wil_platform.h
wmi.c wil6210: fix unsigned cid comparison with >= 0 2018-09-06 18:56:14 +03:00
wmi.h wil6210: add FT roam support for AP and station 2018-08-28 16:49:05 +03:00