Author: adrian
Date: Mon Sep 28 06:26:46 2015
New Revision: 288334
URL: https://svnweb.freebsd.org/changeset/base/288334
Log:
Remove some debugging that wasn't supposed to be there.
Modified:
head/sys/net80211/ieee80211_superg.c
Modified: head/sys/net80211/ieee80211_superg.c
==============================================================================
--- head/sys/net80211/ieee80211_superg.c Mon Sep 28 03:43:05 2015
(r288333)
+++ head/sys/net80211/ieee80211_superg.c Mon Sep 28 06:26:46 2015
(r288334)
@@ -679,8 +679,6 @@ ieee80211_ff_check(struct ieee80211_node
* If there is no frame to combine with and the pps is
* too low; then do not attempt to aggregate this frame.
*/
- IEEE80211_DPRINTF(vap, IEEE80211_MSG_SUPERG,
- "%s: staged: %p; pps: %d\n", __func__, mstaged,
ieee80211_txampdu_getpps(tap));
if (mstaged == NULL &&
ieee80211_txampdu_getpps(tap) < ieee80211_ffppsmin) {
IEEE80211_UNLOCK(ic);
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"