summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael-CY Lee <michael-cy.lee@mediatek.com>2025-05-05 16:19:46 +0800
committerJohannes Berg <johannes.berg@intel.com>2025-05-06 21:27:10 +0200
commite12a42f64fc3d74872b349eedd47f90c6676b78a (patch)
treefeb1075206005dcb0cc7015bd8b466e873e759e3 /include
parent023c1f2f0609218103cbcb48e0104b144d4a16dc (diff)
wifi: mac80211: fix the type of status_code for negotiated TID to Link Mapping
The status code should be type of __le16. Fixes: 83e897a961b8 ("wifi: ieee80211: add definitions for negotiated TID to Link map") Fixes: 8f500fbc6c65 ("wifi: mac80211: process and save negotiated TID to Link mapping request") Signed-off-by: Michael-CY Lee <michael-cy.lee@mediatek.com> Link: https://patch.msgid.link/20250505081946.3927214-1-michael-cy.lee@mediatek.com Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/ieee80211.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h
index 508d466de1cc..457b4fba88bd 100644
--- a/include/linux/ieee80211.h
+++ b/include/linux/ieee80211.h
@@ -1526,7 +1526,7 @@ struct ieee80211_mgmt {
struct {
u8 action_code;
u8 dialog_token;
- u8 status_code;
+ __le16 status_code;
u8 variable[];
} __packed ttlm_res;
struct {