PERFORCE change 65721 for review

Sam Leffler sam at FreeBSD.org
Tue Nov 23 17:30:49 GMT 2004


http://perforce.freebsd.org/chv.cgi?CH=65721

Change 65721 by sam at sam_ebb on 2004/11/23 17:30:32

	fix typo that caused beacon tx's to wait for an ack

Affected files ...

.. //depot/projects/wifi/sys/dev/ath/if_ath.c#28 edit

Differences ...

==== //depot/projects/wifi/sys/dev/ath/if_ath.c#28 (text+ko) ====

@@ -1671,7 +1671,7 @@
 	flags = HAL_TXDESC_NOACK;
 	if (ic->ic_opmode == IEEE80211_M_IBSS && sc->sc_hasveol) {
 		ds->ds_link = bf->bf_daddr;	/* self-linked */
-		flags = HAL_TXDESC_VEOL;
+		flags |= HAL_TXDESC_VEOL;
 	} else
 		ds->ds_link = 0;
 	ds->ds_data = bf->bf_segs[0].ds_addr;


More information about the p4-projects mailing list