diff options
author | adrian <adrian@FreeBSD.org> | 2015-09-28 06:26:46 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2015-09-28 06:26:46 +0000 |
commit | 3868cd13d745c79ffdd59413fccba469e8e7fdf5 (patch) | |
tree | b60060e72f4ae4e0f62d86a6f172cd43034a568c /sys/net80211/ieee80211_superg.c | |
parent | 85dbaf473e2853a80c27374a2a664b58c43207e5 (diff) | |
download | FreeBSD-src-3868cd13d745c79ffdd59413fccba469e8e7fdf5.zip FreeBSD-src-3868cd13d745c79ffdd59413fccba469e8e7fdf5.tar.gz |
Remove some debugging that wasn't supposed to be there.
Diffstat (limited to 'sys/net80211/ieee80211_superg.c')
-rw-r--r-- | sys/net80211/ieee80211_superg.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/net80211/ieee80211_superg.c b/sys/net80211/ieee80211_superg.c index 173d4e7..e91da01 100644 --- a/sys/net80211/ieee80211_superg.c +++ b/sys/net80211/ieee80211_superg.c @@ -679,8 +679,6 @@ ieee80211_ff_check(struct ieee80211_node *ni, struct mbuf *m) * 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); |