linux/drivers/net/wireless/orinoco
Rusty Russell eb93992207 module_param: make bool parameters really bool (net & drivers/net)
module_param(bool) used to counter-intuitively take an int.  In
fddd5201 (mid-2009) we allowed bool or int/unsigned int using a messy
trick.

It's time to remove the int/unsigned int option.  For this version
it'll simply give a warning, but it'll break next kernel version.

(Thanks to Joe Perches for suggesting coccinelle for 0/1 -> true/false).

Cc: "David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org
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
..
airport.c orinoco: minor fixes for problems found by checkpatch.pl 2011-07-15 13:38:31 -04:00
cfg.c orinoco: minor fixes for problems found by checkpatch.pl 2011-07-15 13:38:31 -04:00
cfg.h
fw.c drivers/net: Add module.h to drivers who were implicitly using it 2011-10-31 19:31:07 -04:00
fw.h orinoco: minor fixes for problems found by checkpatch.pl 2011-07-15 13:38:31 -04:00
hermes.c orinoco: minor fixes for problems found by checkpatch.pl 2011-07-15 13:38:31 -04:00
hermes.h orinoco: minor fixes for problems found by checkpatch.pl 2011-07-15 13:38:31 -04:00
hermes_dld.c orinoco: minor fixes for problems found by checkpatch.pl 2011-07-15 13:38:31 -04:00
hermes_dld.h orinoco: minor fixes for problems found by checkpatch.pl 2011-07-15 13:38:31 -04:00
hermes_rid.h
hw.c orinoco: minor fixes for problems found by checkpatch.pl 2011-07-15 13:38:31 -04:00
hw.h orinoco: minor fixes for problems found by checkpatch.pl 2011-07-15 13:38:31 -04:00
Kconfig
main.c module_param: make bool parameters really bool (net & drivers/net) 2011-12-19 22:27:29 -05:00
main.h
Makefile
mic.c orinoco: minor fixes for problems found by checkpatch.pl 2011-07-15 13:38:31 -04:00
mic.h
orinoco.h orinoco: minor fixes for problems found by checkpatch.pl 2011-07-15 13:38:31 -04:00
orinoco_cs.c orinoco_cs: be more careful when matching cards with ID 0x0156:0x0002 2011-08-08 16:04:12 -04:00
orinoco_nortel.c orinoco: minor fixes for problems found by checkpatch.pl 2011-07-15 13:38:31 -04:00
orinoco_pci.c orinoco: minor fixes for problems found by checkpatch.pl 2011-07-15 13:38:31 -04:00
orinoco_pci.h
orinoco_plx.c orinoco: minor fixes for problems found by checkpatch.pl 2011-07-15 13:38:31 -04:00
orinoco_tmd.c orinoco: minor fixes for problems found by checkpatch.pl 2011-07-15 13:38:31 -04:00
orinoco_usb.c net: remove use of ndo_set_multicast_list in drivers 2011-08-17 20:22:03 -07:00
scan.c orinoco: release BSS structures returned by cfg80211_inform_bss() 2011-11-09 16:00:59 -05:00
scan.h orinoco: abort scan on interface down 2010-11-30 13:23:05 -05:00
spectrum_cs.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem 2011-07-22 17:51:16 -04:00
wext.c cfg80211: split wext compatibility to separate header 2011-08-08 14:24:59 -04:00
wext.h