svn commit: r191757 - head/sys/net80211

Sam Leffler sam at FreeBSD.org
Sat May 2 20:28:56 UTC 2009


Author: sam
Date: Sat May  2 20:28:55 2009
New Revision: 191757
URL: http://svn.freebsd.org/changeset/base/191757

Log:
  don't say "ac WME_AC_BE"; remove "ac"

Modified:
  head/sys/net80211/ieee80211_ddb.c

Modified: head/sys/net80211/ieee80211_ddb.c
==============================================================================
--- head/sys/net80211/ieee80211_ddb.c	Sat May  2 20:25:22 2009	(r191756)
+++ head/sys/net80211/ieee80211_ddb.c	Sat May  2 20:28:55 2009	(r191757)
@@ -183,7 +183,7 @@ DB_SHOW_ALL_COMMAND(vaps, db_show_all_va
 static void
 _db_show_txampdu(const char *sep, int ix, const struct ieee80211_tx_ampdu *tap)
 {
-	db_printf("%stxampdu[%d]: %p flags %b ac %s\n",
+	db_printf("%stxampdu[%d]: %p flags %b %s\n",
 		sep, ix, tap, tap->txa_flags, IEEE80211_AGGR_BITS,
 		ieee80211_wme_acnames[tap->txa_ac]);
 	db_printf("%s  token %u lastsample %d pkts %d avgpps %d qbytes %d qframes %d\n",


More information about the svn-src-all mailing list