]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] arlan: module parameter fixes
authorMagnus Damm <damm@opensource.se>
Tue, 5 Apr 2005 18:05:50 +0000 (20:05 +0200)
committerJeff Garzik <jgarzik@pobox.com>
Sun, 26 Jun 2005 22:16:13 +0000 (18:16 -0400)
commit5ccabb9b45aff50e41d27a5f384ae2d2dd7640de
treec490351576bd643d1943ff9a87e49e6bf18334e2
parent12b279f9c0cb70695865dc336161512fa6e75d50
[PATCH] arlan: module parameter fixes

Make sure the code compiles with and without ARLAN_ENTRY_EXIT_DEBUGGING.
Only provide parameter descriptions when parameters are defined.
Remove "arlan_"-prefix to shape up built-in parameter names:

arlan.arlan_debug -> arlan.debug
arlan.arlan_EEPROM_bad -> arlan.EEPROM_bad
arlan.arlan_entry_and_exit_debug -> arlan.entry_and_exit_debug
arlan.arlan_entry_debug -> arlan.entry_debug
arlan.arlan_exit_debug -> arlan.exit_debug

Signed-off-by: Magnus Damm <damm@opensource.se>
drivers/net/wireless/arlan-main.c