Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit cc72f6e2 authored by John Linville's avatar John Linville Committed by Johannes Berg
Browse files

mac80211: uninitialized return val in __ieee80211_sta_handle_tspec_ac_params



The return value should be initialized to false so that there's a
valid return value when there are no sessions that need work to be
done on them. Luckily, the side effect of using the uninitialized
value is an extra harmless driver call.

Coverity: CID 1260096
Fixes: 02219b3a ("mac80211: add WMM admission control support")
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
[extend commit message]
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 1e359a5d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment