Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: 02219b3 ("mac80211: add WMM admission control support") Signed-off-by: John W. Linville <[email protected]> [extend commit message] Signed-off-by: Johannes Berg <[email protected]>
- Loading branch information