]> www.infradead.org Git - linux.git/commit
wifi: iwlwifi: mvm: simplify the uAPSD coexistence limitation code
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Fri, 10 May 2024 14:06:30 +0000 (17:06 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 23 May 2024 08:49:53 +0000 (10:49 +0200)
commit7aea71803777cddf17bbb1d4e7cd1c45df0dd47a
tree416879d777afcf9e482a406f41a1fc434304163c
parent32fca7e3820cc915d1d47e33b13da8124208b04c
wifi: iwlwifi: mvm: simplify the uAPSD coexistence limitation code

uAPSD can't be enabled on BSS or P2P Client if there is
another active interface (e.g. associated client). Allow
the code that apply those limitations to run on BSS as well.
Also forbid uAPSD if we have an IBSS or NAN interface in
the system.
Since we are now forbidding uAPSD in any concurrency
scenario, we don't need to check the number of PHY
contexts.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://msgid.link/20240510170500.4ac26534adf7.Ib892020177e86603b2be3a105f8717b9a15951d3@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/power.c