Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

wifi: ieee80211: fix UHR operation DBE vs. P-EDCA order

Draft P802.11bn_D1.3 switched the order here to align with
the order of the fields. Adjust the code accordingly.

Link: https://patch.msgid.link/20260304144148.ce45942294e1.I22ab3f16e6376a19c3953cf81dd67105ea8e529d@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

+2 -2
+2 -2
include/linux/ieee80211-uhr.h
··· 12 12 13 13 #define IEEE80211_UHR_OPER_PARAMS_DPS_ENA 0x0001 14 14 #define IEEE80211_UHR_OPER_PARAMS_NPCA_ENA 0x0002 15 - #define IEEE80211_UHR_OPER_PARAMS_DBE_ENA 0x0004 16 - #define IEEE80211_UHR_OPER_PARAMS_PEDCA_ENA 0x0008 15 + #define IEEE80211_UHR_OPER_PARAMS_PEDCA_ENA 0x0004 16 + #define IEEE80211_UHR_OPER_PARAMS_DBE_ENA 0x0008 17 17 18 18 struct ieee80211_uhr_operation { 19 19 __le16 params;