svn commit: r225010 - user/adrian/if_ath_tx/sys/dev/ath

Adrian Chadd adrian at FreeBSD.org
Fri Aug 19 13:34:06 UTC 2011


Author: adrian
Date: Fri Aug 19 13:34:05 2011
New Revision: 225010
URL: http://svn.freebsd.org/changeset/base/225010

Log:
  Be consistent in the buffer free/completion path.

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

Modified: user/adrian/if_ath_tx/sys/dev/ath/if_ath_tx.c
==============================================================================
--- user/adrian/if_ath_tx/sys/dev/ath/if_ath_tx.c	Fri Aug 19 13:31:48 2011	(r225009)
+++ user/adrian/if_ath_tx/sys/dev/ath/if_ath_tx.c	Fri Aug 19 13:34:05 2011	(r225010)
@@ -2094,7 +2094,7 @@ ath_tx_tid_free_pkts(struct ath_softc *s
 			    SEQNO(bf->bf_state.bfs_seqno));
 		ATH_TXQ_REMOVE(atid, bf, bf_list);
 		ATH_TXQ_UNLOCK(atid);
-		ath_tx_freebuf(sc, bf, -1);
+		ath_tx_default_comp(sc, bf, -1);
 	}
 }
 


More information about the svn-src-user mailing list