PERFORCE change 67498 for review

Sam Leffler sam at FreeBSD.org
Tue Dec 21 16:59:07 PST 2004


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

Change 67498 by sam at 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,


More information about the p4-projects mailing list