iwlwifi: use type uint for module param debug
This enables one to change the debug level at bit 31. Signed-off-by: Wu Fengguang <fengguang.wu@intel.com> Signed-off-by: Zhu Yi <yi.zhu@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
c3a739fa35
commit
95aa194ac4
@ -154,7 +154,7 @@ struct iwl_ops {
|
||||
struct iwl_mod_params {
|
||||
int disable; /* def: 0 = enable radio */
|
||||
int sw_crypto; /* def: 0 = using hardware encryption */
|
||||
int debug; /* def: 0 = minimal debug log messages */
|
||||
u32 debug; /* def: 0 = minimal debug log messages */
|
||||
int disable_hw_scan; /* def: 0 = use h/w scan */
|
||||
int num_of_queues; /* def: HW dependent */
|
||||
int num_of_ampdu_queues;/* def: HW dependent */
|
||||
|
Reference in New Issue
Block a user