Date: Mon, 28 Sep 2015 06:26:47 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r288334 - head/sys/net80211 Message-ID: <201509280626.t8S6Qllp017861@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509280626.t8S6Qllp017861>