2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-10 22:54:11 +08:00
linux-next/drivers/net/wireless/rtlwifi
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
..
rtl8192c rtl8192c: Do not log firmware load message unless actually done 2011-12-06 16:05:25 -05:00
rtl8192ce net: fix assignment of 0/1 to bool variables. 2011-12-19 22:27:29 -05:00
rtl8192cu net: fix assignment of 0/1 to bool variables. 2011-12-19 22:27:29 -05:00
rtl8192de net: fix assignment of 0/1 to bool variables. 2011-12-19 22:27:29 -05:00
rtl8192se net: fix assignment of 0/1 to bool variables. 2011-12-19 22:27:29 -05:00
base.c net: fix assignment of 0/1 to bool variables. 2011-12-19 22:27:29 -05:00
base.h rtlwifi: rtl8192cu: Fix endianian issues 2011-11-21 16:20:46 -05:00
cam.c drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE 2011-10-31 19:31:08 -04:00
cam.h
core.c mac80211: pass vif param to conf_tx() callback 2011-10-03 15:22:41 -04:00
core.h rtlwifi: include mac80211.h from core.h 2011-06-20 15:16:32 -04:00
debug.c rtlwifi: Change debug parameter to apply to individual drivers 2011-10-11 16:41:22 -04:00
debug.h wireless: rtlwifi: throw away MAC_FMT and use %pM instead 2011-07-20 15:04:38 -04:00
efuse.c drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE 2011-10-31 19:31:08 -04:00
efuse.h
Kconfig um: a couple of missing dependencies... 2011-11-02 14:15:28 +01:00
Makefile rtlwifi: rtl8192de: Modify Kconfig and Makefile routines for new driver 2011-06-27 15:09:38 -04:00
pci.c net: fix assignment of 0/1 to bool variables. 2011-12-19 22:27:29 -05:00
pci.h rtlwifi: Change PCI drivers to use the new PM framework 2011-10-14 14:48:14 -04:00
ps.c rtlwifi: merge ips,lps spinlocks into one mutex 2011-12-13 15:34:05 -05:00
ps.h rtlwifi: rtl8192cu: Remove unused parameter 2011-06-20 15:47:43 -04:00
rc.c rtlwifi: rtl8192{c,ce,cu,se}: Remove comparisons of booleans with true 2011-06-20 15:47:43 -04:00
rc.h
regd.c rtlwifi: Fix warnings from gcc 4.6.0 2011-06-01 15:12:29 -04:00
regd.h
usb.c rtlwifi: squash warning in _usb_read_sync 2011-11-22 14:41:22 -05:00
usb.h
wifi.h module_param: make bool parameters really bool (net & drivers/net) 2011-12-19 22:27:29 -05:00