Author: adrian
Date: Fri Nov 29 22:36:00 2013
New Revision: 258760
URL: http://svnweb.freebsd.org/changeset/base/258760
Log:
Disable this debugging - it's far too verbose when doing TX rate debugging.
Modified:
head/sys/dev/iwn/if_iwn.c
Modified: head/sys/dev/iwn/if_iwn.c
==============================================================================
--- head/sys/dev/iwn/if_iwn.c Fri Nov 29 22:35:24 2013 (r258759)
+++ head/sys/dev/iwn/if_iwn.c Fri Nov 29 22:36:00 2013 (r258760)
@@ -4012,12 +4012,14 @@ iwn_tx_rate_to_linkq_offset(struct iwn_s
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);
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"