mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 13:34:27 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			294 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			294 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/ath/if_ath.c
 | |
| +++ b/ath/if_ath.c
 | |
| @@ -3697,6 +3697,7 @@ ff_bypass:
 | |
|  	 */
 | |
|  	skb = ieee80211_encap(ni, skb, &framecnt);
 | |
|  	if (skb == NULL) {
 | |
| +		STAILQ_INSERT_TAIL(&bf_head, bf, bf_list);
 | |
|  		DPRINTF(sc, ATH_DEBUG_XMIT,
 | |
|  			"Dropping; encapsulation failure\n");
 | |
|  		sc->sc_stats.ast_tx_encap++;
 |