linux/drivers/net/wireless/ath/wil6210
zhengbin f89ee9927a wil6210: use true,false for bool variable
Fixes coccicheck warning:

drivers/net/wireless/ath/wil6210/main.c:765:1-14: WARNING: Assignment of 0/1 to bool variable
drivers/net/wireless/ath/wil6210/txrx.c:1143:1-19: WARNING: Assignment of 0/1 to bool variable
drivers/net/wireless/ath/wil6210/wmi.c:1516:4-23: WARNING: Assignment of 0/1 to bool variable
drivers/net/wireless/ath/wil6210/wmi.c:1523:4-23: WARNING: Assignment of 0/1 to bool variable
drivers/net/wireless/ath/wil6210/wmi.c:1538:4-30: WARNING: Assignment of 0/1 to bool variable
drivers/net/wireless/ath/wil6210/wmi.c:1545:4-30: WARNING: Assignment of 0/1 to bool variable

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2020-01-26 12:19:14 +02:00
..
Kconfig ath: fix SPDX tags 2019-06-26 18:11:06 +03:00
Makefile ath: fix SPDX tags 2019-06-26 18:11:06 +03:00
boot_loader.h wil6210: add SPDX license identifiers 2019-10-31 10:16:10 +02:00
cfg80211.c wil6210: add support for set_cqm_rssi_config 2019-12-19 18:16:54 +02:00
debug.c wil6210: add SPDX license identifiers 2019-10-31 10:16:10 +02:00
debugfs.c wil6210: add SPDX license identifiers 2019-10-31 10:16:10 +02:00
ethtool.c wil6210: get rid of begin() and complete() ethtool_ops 2020-01-06 13:54:55 -08:00
fw.c wil6210: add SPDX license identifiers 2019-10-31 10:16:10 +02:00
fw.h wil6210: add SPDX license identifiers 2019-10-31 10:16:10 +02:00
fw_inc.c wil6210: add SPDX license identifiers 2019-10-31 10:16:10 +02:00
interrupt.c wil6210: add SPDX license identifiers 2019-10-31 10:16:10 +02:00
main.c wil6210: use true,false for bool variable 2020-01-26 12:19:14 +02:00
netdev.c wil6210: add SPDX license identifiers 2019-10-31 10:16:10 +02:00
p2p.c wil6210: add SPDX license identifiers 2019-10-31 10:16:10 +02:00
pcie_bus.c wil6210: add SPDX license identifiers 2019-10-31 10:16:10 +02:00
pm.c wil6210: add SPDX license identifiers 2019-10-31 10:16:10 +02:00
pmc.c wil6210: add SPDX license identifiers 2019-10-31 10:16:10 +02:00
pmc.h wil6210: add SPDX license identifiers 2019-10-31 10:16:10 +02:00
rx_reorder.c wil6210: add SPDX license identifiers 2019-10-31 10:16:10 +02:00
trace.c wil6210: add SPDX license identifiers 2019-10-31 10:16:10 +02:00
trace.h wil6210: add SPDX license identifiers 2019-10-31 10:16:10 +02:00
txrx.c wil6210: use true,false for bool variable 2020-01-26 12:19:14 +02:00
txrx.h wil6210: add SPDX license identifiers 2019-10-31 10:16:10 +02:00
txrx_edma.c wil6210: dump Rx status message on errors 2019-12-19 18:15:32 +02:00
txrx_edma.h wil6210: fix MID valid bits in Rx status message 2019-12-19 18:16:31 +02:00
wil6210.h wil6210: add support for set_cqm_rssi_config 2019-12-19 18:16:54 +02:00
wil_crash_dump.c wil6210: take mem_lock for writing in crash dump collection 2019-12-19 18:15:56 +02:00
wil_platform.c wil6210: add SPDX license identifiers 2019-10-31 10:16:10 +02:00
wil_platform.h wil6210: add SPDX license identifiers 2019-10-31 10:16:10 +02:00
wmi.c wil6210: use true,false for bool variable 2020-01-26 12:19:14 +02:00
wmi.h wil6210: add support for set_cqm_rssi_config 2019-12-19 18:16:54 +02:00