Disable this debugging - it's far too verbose when doing TX rate debugging.

This commit is contained in:
Adrian Chadd 2013-11-29 22:36:00 +00:00
parent 2f1b79906d
commit 011a151b50

View file

@ -4012,12 +4012,14 @@ iwn_tx_rate_to_linkq_offset(struct iwn_softc *sc, struct ieee80211_node *ni,
if (rate & IEEE80211_RATE_MCS)
cmp_rate |= IEEE80211_RATE_MCS;
#if 0
DPRINTF(sc, IWN_DEBUG_XMIT, "%s: idx %d: nr=%d, rate=0x%02x, rateentry=0x%02x\n",
__func__,
i,
nr,
rate,
cmp_rate);
#endif
if (cmp_rate == rate)
return (i);