Use decimal notation in a debug message
[madwifi/.git] / ath / if_ath.c
index b8b7b304dceadefc9d80124b21044481d8735722..a3e04cab6b3addfa9847694ab6ffe5a63c4a386e 100644 (file)
@@ -6478,8 +6478,8 @@ ath_recv_mgmt(struct ieee80211vap * vap, struct ieee80211_node *ni_or_null,
                        /* Check sc_nexttbtt */
                        if (sc->sc_nexttbtt < hw_tu) {
                                DPRINTF(sc, ATH_DEBUG_BEACON,
-                                       "sc_nexttbtt (%8x TU) is in the past "
-                                       "(tsf %8x TU), updating timers\n",
+                                       "sc_nexttbtt (%u TU) is in the past "
+                                       "(tsf %u TU), updating timers\n",
                                        sc->sc_nexttbtt, hw_tu);
                                do_merge = 1;
                        }