Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Apr 2013 20:44:21 +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: r248986 - head/sys/dev/ath
Message-ID:  <201304012044.r31KiLnZ005261@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Mon Apr  1 20:44:21 2013
New Revision: 248986
URL: http://svnweb.freebsd.org/changeset/base/248986

Log:
  Remove an un-needed comment.

Modified:
  head/sys/dev/ath/if_ath.c

Modified: head/sys/dev/ath/if_ath.c
==============================================================================
--- head/sys/dev/ath/if_ath.c	Mon Apr  1 20:12:21 2013	(r248985)
+++ head/sys/dev/ath/if_ath.c	Mon Apr  1 20:44:21 2013	(r248986)
@@ -2510,12 +2510,6 @@ _ath_getbuf_locked(struct ath_softc *sc,
  * so the link is correct.
  *
  * The caller must free the buffer using ath_freebuf().
- *
- * XXX TODO: this call shouldn't fail as it'll cause packet loss
- * XXX in the TX pathway when retries are needed.
- * XXX Figure out how to keep some buffers free, or factor the
- * XXX number of busy buffers into the xmit path (ath_start())
- * XXX so we don't over-commit.
  */
 struct ath_buf *
 ath_buf_clone(struct ath_softc *sc, const struct ath_buf *bf)



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