ath9k: add debug messages to aggr/chanctx funcs
[cascardo/linux.git] / drivers / net / wireless / ath / ath9k / hw.c
index 41382f8..2e252af 100644 (file)
@@ -2299,10 +2299,10 @@ void ath9k_hw_set_sta_beacon_timers(struct ath_hw *ah,
        else
                nextTbtt = bs->bs_nexttbtt;
 
-       ath_dbg(common, BEACON, "next DTIM %d\n", bs->bs_nextdtim);
-       ath_dbg(common, BEACON, "next beacon %d\n", nextTbtt);
-       ath_dbg(common, BEACON, "beacon period %d\n", beaconintval);
-       ath_dbg(common, BEACON, "DTIM period %d\n", dtimperiod);
+       ath_dbg(common, BEACON, "next DTIM %u\n", bs->bs_nextdtim);
+       ath_dbg(common, BEACON, "next beacon %u\n", nextTbtt);
+       ath_dbg(common, BEACON, "beacon period %u\n", beaconintval);
+       ath_dbg(common, BEACON, "DTIM period %u\n", dtimperiod);
 
        ENABLE_REGWRITE_BUFFER(ah);