PERFORCE change 147241 for review

Sam Leffler sam at FreeBSD.org
Tue Aug 12 16:11:51 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=147241

Change 147241 by sam at sam_ebb on 2008/08/12 16:11:47

	fix debug msg; missed in previous cl

Affected files ...

.. //depot/projects/vap/sys/net80211/ieee80211_ht.c#31 edit

Differences ...

==== //depot/projects/vap/sys/net80211/ieee80211_ht.c#31 (text+ko) ====

@@ -1712,8 +1712,8 @@
 			IEEE80211_ACTION_BA_DELBA, args);
 	} else {
 		IEEE80211_NOTE(vap, IEEE80211_MSG_ACTION | IEEE80211_MSG_11N,
-		    ni, "%s: BA stream for AC %d not running",
-		    __func__, tap->txa_ac);
+		    ni, "%s: BA stream for AC %d not running (reason %d)",
+		    __func__, tap->txa_ac, reason);
 		vap->iv_stats.is_ampdu_stop_failed++;
 	}
 }


More information about the p4-projects mailing list