iwlwifi: mvm: clean up iteration in iwl_mvm_inactivity_check()
authorJohannes Berg <johannes.berg@intel.com>
Wed, 4 Jul 2018 11:06:53 +0000 (13:06 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Mon, 8 Oct 2018 07:47:48 +0000 (10:47 +0300)
commit459ab045925d8a8e08d1faa54688dda654ef826f
treed8f46e9d7ea397d11861e12742c6684c0701b465
parent1c14089e37835dd7a3494636175deddbde2cf43e
iwlwifi: mvm: clean up iteration in iwl_mvm_inactivity_check()

There's no need to build a bitmap first and then iterate,
just do the iteration with the right locking directly.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/sta.c