Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Dec 2004 00:59:04 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 67498 for review
Message-ID:  <200412220059.iBM0x4OD098545@repoman.freebsd.org>

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

Change 67498 by sam@sam_ebb on 2004/12/22 00:58:43

	correct QoS frame recognition in ieee80211_dump_pkt

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_proto.c#19 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_proto.c#19 (text+ko) ====

@@ -301,7 +301,7 @@
 		printf(" type#%d", wh->i_fc[0] & IEEE80211_FC0_TYPE_MASK);
 		break;
 	}
-	if (wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_QOS) {
+	if (IEEE80211_QOS_HAS_SEQ(wh)) {
 		const struct ieee80211_qosframe *qwh = 
 			(const struct ieee80211_qosframe *)buf;
 		printf(" QoS [TID %u%s]", qwh->i_qos[0] & IEEE80211_QOS_TID,



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