]> asedeno.scripts.mit.edu Git - linux.git/commit
iwlwifi: mvm: move iwl_mvm_sta_alloc_queue() down
authorJohannes Berg <johannes.berg@intel.com>
Wed, 4 Jul 2018 20:59:52 +0000 (22:59 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Mon, 8 Oct 2018 07:49:08 +0000 (10:49 +0300)
commitc20e08b0d6ed2a641a5217ccfaf8b616bbba869e
treedd5ed3b950ffdefe83921668a37f0dac085b1d19
parent6fe64d034ec927d9c0fa28176dd071741d4f2180
iwlwifi: mvm: move iwl_mvm_sta_alloc_queue() down

We want to call iwl_mvm_inactivity_check() from here in the
next patch, so need to move the code down to be able to.

Fix a minor checkpatch complaint while at it.

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