From 5d624f8f14afb145964ba64fad16cecd1bc094a0 Mon Sep 17 00:00:00 2001 From: adrian Date: Mon, 1 Apr 2013 20:44:21 +0000 Subject: [PATCH] Remove an un-needed comment. --- sys/dev/ath/if_ath.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c index 2bdc797c75a0..8fb4ff0f0607 100644 --- a/sys/dev/ath/if_ath.c +++ b/sys/dev/ath/if_ath.c @@ -2510,12 +2510,6 @@ _ath_getbuf_locked(struct ath_softc *sc, ath_buf_type_t btype) * 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)