mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			280 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			280 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/ath/if_ath.c
 | |
| +++ b/ath/if_ath.c
 | |
| @@ -3683,6 +3683,7 @@ ff_bypass:
 | |
|  		 *  already alloc'd
 | |
|  		 */
 | |
|  		ATH_TXBUF_LOCK_IRQ(sc);
 | |
| +		STAILQ_INSERT_TAIL(&bf_head, bf, bf_list);
 | |
|  		for (bfcnt = 1; bfcnt < framecnt; ++bfcnt) {
 | |
|  			tbf = ath_take_txbuf_locked(sc);
 | |
|  			if (tbf == NULL)
 |