Remove some debugging that wasn't supposed to be there.

This commit is contained in:
Adrian Chadd 2015-09-28 06:26:46 +00:00
parent c36a2f462d
commit 6f5ed42a0c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288334

View 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);