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

Skip to content
Commit 5f9994bd authored by Michael Braun's avatar Michael Braun Committed by Johannes Berg
Browse files

mac80211: remove unnecessary num_mcast_sta check



Checking for num_mcast_sta in __ieee80211_request_smps_ap() is
unnecessary as sta list will be empty in this case anyway, so
the list iteration will just exit immediately. Since this isn't
a "hot" code path, it doesn't really matter, and the next patch
will redefine num_mcast_sta to make this check invalid.

Signed-off-by: default avatarMichael Braun <michael-dev@fami-braun.de>
[change commit message]
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 246ad56e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment