debugfs: Pass bool pointer to debugfs_create_bool()
[deliverable/linux.git] / drivers / net / wireless / ath / ath5k / ath5k.h
index fa6e89e5c4213dbb76da4a5ef2b780550cd6b954..ba12f7f4061dd0f481c2b228a0ecebd2f7518cd3 100644 (file)
@@ -1367,7 +1367,7 @@ struct ath5k_hw {
        u8                      ah_retry_long;
        u8                      ah_retry_short;
 
-       u32                     ah_use_32khz_clock;
+       bool                    ah_use_32khz_clock;
 
        u8                      ah_coverage_class;
        bool                    ah_ack_bitrate_high;
This page took 0.029604 seconds and 5 git commands to generate.