]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: mac80211: Fix possible integer promotion issue
authorIlan Peer <ilan.peer@intel.com>
Fri, 14 Feb 2025 07:47:21 +0000 (09:47 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 26 Feb 2025 14:45:12 +0000 (15:45 +0100)
commitebf9944bed4ef69d29371cd3b7276f858c513954
tree0ebfe5f886da91ca6c66c4578c9e4fdef8b2618d
parent7d2497ff7e5ffd5a2e4fb1a7f2547db61bcbebdd
wifi: mac80211: Fix possible integer promotion issue

Fix a possible integer promotion issue in mac80211 in ieee80211_ml_epcs()

Fixes: de86c5f60839 ("wifi: mac80211: Add support for EPCS configuration")
Reported-by: Dan Carpenter <dan.carpenter@linaro.org>
Signed-off-by: Ilan Peer <ilan.peer@intel.com>
Link: https://patch.msgid.link/20250214074721.1613549-1-ilan.peer@intel.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c