Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Feb 2004 14:14:11 -0800 (PST)
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 46326 for review
Message-ID:  <200402012214.i11MEBlk015666@repoman.freebsd.org>

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

Change 46326 by sam@sam_ebb on 2004/02/01 14:13:40

	indicate driver is capable of short slot time

Affected files ...

.. //depot/projects/netperf+sockets/sys/dev/ath/if_ath.c#24 edit

Differences ...

==== //depot/projects/netperf+sockets/sys/dev/ath/if_ath.c#24 (text+ko) ====

@@ -338,6 +338,7 @@
 		| IEEE80211_C_HOSTAP		/* hostap mode */
 		| IEEE80211_C_MONITOR		/* monitor mode */
 		| IEEE80211_C_SHPREAMBLE	/* short preamble supported */
+		| IEEE80211_C_SHSLOT		/* short slot time supported */
 		| IEEE80211_C_RCVMGT		/* recv management frames */
 		;
 	ic->ic_flags |= IEEE80211_F_DATAPAD;



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