]> Git Repo - linux.git/commit
wifi: mac80211: skip powersave recalc if driver SUPPORTS_DYNAMIC_PS
authorJohannes Berg <[email protected]>
Thu, 23 Jun 2022 07:48:00 +0000 (09:48 +0200)
committerJohannes Berg <[email protected]>
Fri, 15 Jul 2022 09:43:14 +0000 (11:43 +0200)
commit28977e790b5d0e6d37db6e659cfbcde9d24ae718
tree7160c6756e96cdd5f7b5de5024d8f769706963a1
parentc5c48a11dd86c7f9d86b8c4cc8eaed350ffd1ea7
wifi: mac80211: skip powersave recalc if driver SUPPORTS_DYNAMIC_PS

There are a few places that check ps_sdata and/or the dynamic
PS timeout, but they're erroneous in case SUPPORTS_DYNAMIC_PS
is set by the driver.

Skip the entire recalculation in this case so we cannot get
into those paths elsewhere, and so we simplify this for the
purpose of implementing MLO.

Signed-off-by: Johannes Berg <[email protected]>
net/mac80211/mlme.c
This page took 0.053781 seconds and 4 git commands to generate.