svn commit: r307222 - head/sys/net80211

Adrian Chadd adrian at FreeBSD.org
Thu Oct 13 16:45:03 UTC 2016


Author: adrian
Date: Thu Oct 13 16:45:01 2016
New Revision: 307222
URL: https://svnweb.freebsd.org/changeset/base/307222

Log:
  [net80211] remove now duplicate copy of the QOSDATA check macro.

Modified:
  head/sys/net80211/ieee80211_ht.c

Modified: head/sys/net80211/ieee80211_ht.c
==============================================================================
--- head/sys/net80211/ieee80211_ht.c	Thu Oct 13 16:41:34 2016	(r307221)
+++ head/sys/net80211/ieee80211_ht.c	Thu Oct 13 16:45:01 2016	(r307222)
@@ -779,8 +779,6 @@ ampdu_rx_flush_upto(struct ieee80211_nod
 int
 ieee80211_ampdu_reorder(struct ieee80211_node *ni, struct mbuf *m)
 {
-#define	IEEE80211_FC0_QOSDATA \
-	(IEEE80211_FC0_TYPE_DATA|IEEE80211_FC0_SUBTYPE_QOS|IEEE80211_FC0_VERSION_0)
 #define	PROCESS		0	/* caller should process frame */
 #define	CONSUMED	1	/* frame consumed, caller does nothing */
 	struct ieee80211vap *vap = ni->ni_vap;
@@ -966,7 +964,6 @@ again:
 	}
 #undef CONSUMED
 #undef PROCESS
-#undef IEEE80211_FC0_QOSDATA
 }
 
 /*


More information about the svn-src-all mailing list