]> asedeno.scripts.mit.edu Git - linux.git/commit
iwlwifi: mvm: move queue management into sta.c
authorJohannes Berg <johannes.berg@intel.com>
Wed, 4 Jul 2018 09:38:34 +0000 (11:38 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Mon, 8 Oct 2018 07:47:16 +0000 (10:47 +0300)
commit99448a8c11456fe4721e326047db008e273c3de8
tree001d993cab902dd387e6ba55fe916593e8947b44
parent08c2af621b870d4760b701dfe276876d5d24828b
iwlwifi: mvm: move queue management into sta.c

None of these functions really need to be separate, they're all
only used in sta.c, move them there and make them static.

Fix a small typo in related code 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/mvm.h
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
drivers/net/wireless/intel/iwlwifi/mvm/utils.c