Centos-kernel-stream-9/drivers/net/wireless
Rusty Russell 3db1cd5c05 net: fix assignment of 0/1 to bool variables.
DaveM said:
   Please, this kind of stuff rots forever and not using bool properly
   drives me crazy.

Joe Perches <joe@perches.com> gave me the spatch script:

	@@
	bool b;
	@@
	-b = 0
	+b = false
	@@
	bool b;
	@@
	-b = 1
	+b = true

I merely installed coccinelle, read the documentation and took credit.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-12-19 22:27:29 -05:00
..
ath net: fix assignment of 0/1 to bool variables. 2011-12-19 22:27:29 -05:00
b43 net: fix assignment of 0/1 to bool variables. 2011-12-19 22:27:29 -05:00
b43legacy net: fix assignment of 0/1 to bool variables. 2011-12-19 22:27:29 -05:00
brcm80211 net: fix assignment of 0/1 to bool variables. 2011-12-19 22:27:29 -05:00
hostap
ipw2x00
iwlegacy
iwlwifi Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless 2011-12-14 14:35:41 -05:00
iwmc3200wifi net: fix assignment of 0/1 to bool variables. 2011-12-19 22:27:29 -05:00
libertas net: fix assignment of 0/1 to bool variables. 2011-12-19 22:27:29 -05:00
libertas_tf net: fix assignment of 0/1 to bool variables. 2011-12-19 22:27:29 -05:00
mwifiex mwifiex: remove cfg_workqueue 2011-12-14 14:50:11 -05:00
orinoco
p54
prism54
rt2x00 rt2x00: Make use of ieee80211_free_txskb in tx path 2011-12-14 14:50:11 -05:00
rtl818x
rtlwifi net: fix assignment of 0/1 to bool variables. 2011-12-19 22:27:29 -05:00
wl12xx wl12xx: alloc buffer in driver_state_read to prevent compilation warning 2011-12-15 16:11:29 +02:00
wl1251
zd1211rw
Kconfig
Makefile
adm8211.c
adm8211.h
airo.c
airo.h
airo_cs.c
at76c50x-usb.c
at76c50x-usb.h
atmel.c
atmel.h
atmel_cs.c
atmel_pci.c
mac80211_hwsim.c net: fix assignment of 0/1 to bool variables. 2011-12-19 22:27:29 -05:00
mac80211_hwsim.h
mwl8k.c net: fix assignment of 0/1 to bool variables. 2011-12-19 22:27:29 -05:00
ray_cs.c
ray_cs.h
rayctl.h
rndis_wlan.c
wl3501.h
wl3501_cs.c
zd1201.c
zd1201.h