Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Aug 2011 01:22:27 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r225253 - user/adrian/if_ath_tx/sys/dev/ath
Message-ID:  <201108300122.p7U1MRsI026546@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Tue Aug 30 01:22:27 2011
New Revision: 225253
URL: http://svn.freebsd.org/changeset/base/225253

Log:
  * Add an RTS/CTS handling comment when forming aggregates;
  * Re-enable a comment - I think there are issues forming large
    aggregates

Modified:
  user/adrian/if_ath_tx/sys/dev/ath/if_ath_tx_ht.c

Modified: user/adrian/if_ath_tx/sys/dev/ath/if_ath_tx_ht.c
==============================================================================
--- user/adrian/if_ath_tx/sys/dev/ath/if_ath_tx_ht.c	Mon Aug 29 22:55:37 2011	(r225252)
+++ user/adrian/if_ath_tx/sys/dev/ath/if_ath_tx_ht.c	Tue Aug 30 01:22:27 2011	(r225253)
@@ -291,11 +291,9 @@ ath_tx_rate_fill_rcflags(struct ath_soft
 			    ath_max_4ms_framelen[j][HT_RC_2_MCS(rate)];
 		} else
 			rc[i].max4msframelen = 0;
-#if 0
 		DPRINTF(sc, ATH_DEBUG_SW_TX_AGGR,
 		    "%s: i=%d, rate=0x%x, flags=0x%x, max4ms=%d\n",
 		    __func__, i, rate, rc[i].flags, rc[i].max4msframelen);
-#endif
 	}
 }
 
@@ -755,6 +753,11 @@ ath_tx_form_aggr(struct ath_softc *sc, s
 		bf->bf_state.bfs_addedbaw = 1;
 
 		/*
+		 * XXX TODO: If any frame in the aggregate requires RTS/CTS,
+		 * set the first frame.
+		 */
+
+		/*
 		 * Add the now owned buffer (which isn't
 		 * on the software TXQ any longer) to our
 		 * aggregate frame list.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108300122.p7U1MRsI026546>