kern/168170: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Wed Jun 13 05:50:12 UTC 2012


The following reply was made to PR kern/168170; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: kern/168170: commit references a PR
Date: Wed, 13 Jun 2012 05:41:15 +0000 (UTC)

 Author: adrian
 Date: Wed Jun 13 05:41:00 2012
 New Revision: 236994
 URL: http://svn.freebsd.org/changeset/base/236994
 
 Log:
   Oops, return the newly allocated buffer to the queue, not the completed
   buffer.
   
   PR:	kern/168170
 
 Modified:
   head/sys/dev/ath/if_ath_tx.c
 
 Modified: head/sys/dev/ath/if_ath_tx.c
 ==============================================================================
 --- head/sys/dev/ath/if_ath_tx.c	Wed Jun 13 05:39:16 2012	(r236993)
 +++ head/sys/dev/ath/if_ath_tx.c	Wed Jun 13 05:41:00 2012	(r236994)
 @@ -3137,7 +3137,7 @@ ath_tx_retry_clone(struct ath_softc *sc,
  		 * the list.)
  		 */
  		ATH_TXBUF_LOCK(sc);
 -		ath_returnbuf_head(sc, bf);
 +		ath_returnbuf_head(sc, nbf);
  		ATH_TXBUF_UNLOCK(sc);
  		return NULL;
  	}
 _______________________________________________
 svn-src-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 


More information about the freebsd-wireless mailing list