git: 3d0d43d25ac6 - main - net80211: remove IEEE80211_FC0_QOSDATA

From: Adrian Chadd <adrian_at_FreeBSD.org>
Date: Sun, 17 Nov 2024 18:00:21 UTC
The branch main has been updated by adrian:

URL: https://cgit.FreeBSD.org/src/commit/?id=3d0d43d25ac6e4a6157447e3b7307e1b44275b08

commit 3d0d43d25ac6e4a6157447e3b7307e1b44275b08
Author:     Adrian Chadd <adrian@FreeBSD.org>
AuthorDate: 2024-11-10 04:12:57 +0000
Commit:     Adrian Chadd <adrian@FreeBSD.org>
CommitDate: 2024-11-17 17:53:16 +0000

    net80211: remove IEEE80211_FC0_QOSDATA
    
    This is unused by anything in the tree; anything using it should be
    instead using one of the frame type macros.
    
    Differential Revision: https://reviews.freebsd.org/D47503
---
 sys/net80211/ieee80211.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sys/net80211/ieee80211.h b/sys/net80211/ieee80211.h
index e9147e028385..eb83d0a40a33 100644
--- a/sys/net80211/ieee80211.h
+++ b/sys/net80211/ieee80211.h
@@ -255,9 +255,6 @@ struct ieee80211_qosframe_addr4 {
 
 /* Data frame types */
 
-#define	IEEE80211_FC0_QOSDATA \
-	(IEEE80211_FC0_TYPE_DATA|IEEE80211_FC0_SUBTYPE_QOS_DATA|IEEE80211_FC0_VERSION_0)
-
 /*
  * Return true if the frame is any of the QOS frame types, not just
  * data frames.  Matching on the IEEE80211_FC0_SUBTYPE_QOS_ANY bit