]> www.infradead.org Git - users/dwmw2/linux.git/commit
wifi: mac80211: fix the type of status_code for negotiated TID to Link Mapping
authorMichael-CY Lee <michael-cy.lee@mediatek.com>
Mon, 5 May 2025 08:19:46 +0000 (16:19 +0800)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 6 May 2025 19:27:10 +0000 (21:27 +0200)
commite12a42f64fc3d74872b349eedd47f90c6676b78a
treefeb1075206005dcb0cc7015bd8b466e873e759e3
parent023c1f2f0609218103cbcb48e0104b144d4a16dc
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>
include/linux/ieee80211.h
net/mac80211/mlme.c