debugfs: Pass bool pointer to debugfs_create_bool()
[deliverable/linux.git] / drivers / net / wireless / iwlegacy / common.h
index 5b972798bdffb66d6acd242e80765fc574ce83af..ce52cf114fdebff1e2640e90cecd878ecf24b653 100644 (file)
@@ -1425,9 +1425,9 @@ struct il_priv {
 #endif                         /* CONFIG_IWLEGACY_DEBUGFS */
 
        struct work_struct txpower_work;
-       u32 disable_sens_cal;
-       u32 disable_chain_noise_cal;
-       u32 disable_tx_power_cal;
+       bool disable_sens_cal;
+       bool disable_chain_noise_cal;
+       bool disable_tx_power_cal;
        struct work_struct run_time_calib_work;
        struct timer_list stats_periodic;
        struct timer_list watchdog;
This page took 0.041008 seconds and 5 git commands to generate.