diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2024-11-10 04:12:57 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2024-11-17 17:53:16 +0000 |
| commit | 3d0d43d25ac6e4a6157447e3b7307e1b44275b08 (patch) | |
| tree | b05bf5a9ff69de58113e2d9626b4e0afd6ec69eb | |
| parent | c249cc3822dc002288700ee206cf28c0c6031449 (diff) | |
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
| -rw-r--r-- | sys/net80211/ieee80211.h | 3 |
1 files changed, 0 insertions, 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 |
