]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: mvm: let any command flag be passed to iwl_mvm_flushtx_path()
authorLuca Coelho <luciano.coelho@intel.com>
Tue, 6 Oct 2015 06:54:57 +0000 (09:54 +0300)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Sun, 25 Oct 2015 11:45:04 +0000 (13:45 +0200)
commit0097823619b4d9d6324a1602112cd8d8c7d67029
treeaebe1ef0b7ee8d4ca67b9d69b6d9896401f07574
parent51f02b05fe8ead7125d36361c33b4f73ca508d03
iwlwifi: mvm: let any command flag be passed to iwl_mvm_flushtx_path()

Instead of only allowing the caller to decide whether the CMD_ASYNC
flag is set, let it pass the entire flags bitmask.  This allows more
flexibility and will be needed when we call this function in the
suspend flow (where other flags are needed).

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/mvm/debugfs.c
drivers/net/wireless/iwlwifi/mvm/mac80211.c
drivers/net/wireless/iwlwifi/mvm/mvm.h
drivers/net/wireless/iwlwifi/mvm/sta.c
drivers/net/wireless/iwlwifi/mvm/time-event.c
drivers/net/wireless/iwlwifi/mvm/tx.c