]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Remove some debugging that wasn't supposed to be there.
authoradrian <adrian@FreeBSD.org>
Mon, 28 Sep 2015 06:26:46 +0000 (06:26 +0000)
committeradrian <adrian@FreeBSD.org>
Mon, 28 Sep 2015 06:26:46 +0000 (06:26 +0000)
sys/net80211/ieee80211_superg.c

index 173d4e729c0672aa5d1c3eadcfb99c28a52e8411..e91da017c8a5a3b0bb87789805597a309965a674 100644 (file)
@@ -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);