PERFORCE change 151527 for review
    Sam Leffler 
    sam at FreeBSD.org
       
    Sat Oct 18 23:21:04 UTC 2008
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=151527
Change 151527 by sam at sam_ebb on 2008/10/18 23:20:20
	don't indicate success status in the tx callback unless the frame
	was ACK'd
Affected files ...
.. //depot/projects/vap/sys/dev/ath/if_ath.c#99 edit
Differences ...
==== //depot/projects/vap/sys/dev/ath/if_ath.c#99 (text+ko) ====
@@ -5091,7 +5091,8 @@
 			 */
 			if (bf->bf_m->m_flags & M_TXCB)
 				ieee80211_process_callback(ni, bf->bf_m,
-					ts->ts_status);
+				    (bf->bf_flags & HAL_TXDESC_NOACK) == 0 ?
+				        ts->ts_status : HAL_TXERR_XRETRY);
 			/*
 			 * Reclaim reference to node.
 			 *
    
    
More information about the p4-projects
mailing list