Skip to content

Commit d3ca4ab

Browse files
morse-liamjmberg-intel
authored andcommitted
wifi: ieee80211: fix PV1 frame control field name
Update PV1 frame control field TODS to FROMDS to match 802.11 standard Signed-off-by: Liam Kearney <liam.kearney@morsemicro.com> Reviewed-by: Jeff Johnson <quic_jjohnson@quicinc.com> Link: https://lore.kernel.org/r/20231025002755.1752983-1-liam.kearney@morsemicro.com Signed-off-by: Johannes Berg <johannes.berg@intel.com>
1 parent f52c8fb commit d3ca4ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/linux/ieee80211.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,11 @@
172172
#define IEEE80211_SN_MODULO (IEEE80211_MAX_SN + 1)
173173

174174

175-
/* PV1 Layout 11ah 9.8.3.1 */
175+
/* PV1 Layout IEEE 802.11-2020 9.8.3.1 */
176176
#define IEEE80211_PV1_FCTL_VERS 0x0003
177177
#define IEEE80211_PV1_FCTL_FTYPE 0x001c
178178
#define IEEE80211_PV1_FCTL_STYPE 0x00e0
179-
#define IEEE80211_PV1_FCTL_TODS 0x0100
179+
#define IEEE80211_PV1_FCTL_FROMDS 0x0100
180180
#define IEEE80211_PV1_FCTL_MOREFRAGS 0x0200
181181
#define IEEE80211_PV1_FCTL_PM 0x0400
182182
#define IEEE80211_PV1_FCTL_MOREDATA 0x0800

0 commit comments

Comments
 (0)