diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2005-03-30 20:29:02 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2005-03-30 20:29:02 +0000 |
| commit | a7073e8b96d3f54339bd19decaadee8614d05604 (patch) | |
| tree | b6b37f0de83d47e8389a229a018fc2e60951b3ec /sys/dev/ath | |
| parent | 211faaafa90343b410331a677878e604812ef6d1 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ath')
| -rw-r--r-- | sys/dev/ath/if_ath.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c index 3eab36aefc06..b58aa110e0af 100644 --- a/sys/dev/ath/if_ath.c +++ b/sys/dev/ath/if_ath.c @@ -2914,9 +2914,9 @@ ath_tx_cleanup(struct ath_softc *sc) /* * Defragment an mbuf chain, returning at most maxfrags separate * mbufs+clusters. If this is not possible NULL is returned and - * the original mbuf chain is reclaimed. We use two techniques: - * collapsing consecutive mbufs and replacing consecutive mbufs - * by a cluster. + * the original mbuf chain is left in it's present (potentially + * modified) state. We use two techniques: collapsing consecutive + * mbufs and replacing consecutive mbufs by a cluster. */ static struct mbuf * ath_defrag(struct mbuf *m0, int how, int maxfrags) |
