diff options
| author | Johannes Berg <johannes.berg@intel.com> | 2026-05-29 11:25:05 +0300 |
|---|---|---|
| committer | Johannes Berg <johannes.berg@intel.com> | 2026-06-03 15:11:58 +0300 |
| commit | f576db12f1f0adafd8fd1c395e377b7b37a77b7b (patch) | |
| tree | 84ed5f0fad6aaca90d917aef88daed3ddad6219d /include/linux | |
| parent | 7ad8731738d7511c92f9ffc8c69fa8681986dd5d (diff) | |
| download | linux-f576db12f1f0adafd8fd1c395e377b7b37a77b7b.tar.xz | |
wifi: Update UHR MAC capabilities to D1.4
There are now 8 more reserved bits in D1.4, update the code
accordingly.
Link: https://patch.msgid.link/20260529102644.6e27c54cfceb.Id395c07ffde286011494fc75190dc6060117436e@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ieee80211-uhr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ieee80211-uhr.h b/include/linux/ieee80211-uhr.h index be51d91f5e03..c8dde0fbd896 100644 --- a/include/linux/ieee80211-uhr.h +++ b/include/linux/ieee80211-uhr.h @@ -398,7 +398,7 @@ enum ieee80211_uhr_dbe_max_supported_bw { }; struct ieee80211_uhr_cap_mac { - u8 mac_cap[5]; + u8 mac_cap[6]; } __packed; #define IEEE80211_UHR_PHY_CAP_MAX_NSS_RX_SND_NDP_LE80 0x00000001 |
