Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Nov 2004 17:30:48 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 65721 for review
Message-ID:  <200411231730.iANHUmUs060146@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=65721

Change 65721 by sam@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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411231730.iANHUmUs060146>