We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52c8fb commit d3ca4abCopy full SHA for d3ca4ab
include/linux/ieee80211.h
@@ -172,11 +172,11 @@
172
#define IEEE80211_SN_MODULO (IEEE80211_MAX_SN + 1)
173
174
175
-/* PV1 Layout 11ah 9.8.3.1 */
+/* PV1 Layout IEEE 802.11-2020 9.8.3.1 */
176
#define IEEE80211_PV1_FCTL_VERS 0x0003
177
#define IEEE80211_PV1_FCTL_FTYPE 0x001c
178
#define IEEE80211_PV1_FCTL_STYPE 0x00e0
179
-#define IEEE80211_PV1_FCTL_TODS 0x0100
+#define IEEE80211_PV1_FCTL_FROMDS 0x0100
180
#define IEEE80211_PV1_FCTL_MOREFRAGS 0x0200
181
#define IEEE80211_PV1_FCTL_PM 0x0400
182
#define IEEE80211_PV1_FCTL_MOREDATA 0x0800
0 commit comments