diff options
| author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2015-05-04 04:20:52 -0400 |
|---|---|---|
| committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2015-05-21 15:27:03 -0400 |
| commit | 165b3c4f78ca72bd83bf6abd9ecc472c09f444d3 (patch) | |
| tree | 42c52e7d5a1860a1884351b149a72cfc650ccbd7 | |
| parent | 18f84673fb0fb3b4727ecf53a7455874172899d4 (diff) | |
iwlwifi: mvm: BT Coex - duplicate the command if sent ASYNC
There are buses that can't handle ASYNC command without
copying them. Duplicate the host command instead.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
| -rw-r--r-- | drivers/net/wireless/iwlwifi/mvm/coex_legacy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/mvm/coex_legacy.c b/drivers/net/wireless/iwlwifi/mvm/coex_legacy.c index d954591e0be5..6ac6de2af977 100644 --- a/drivers/net/wireless/iwlwifi/mvm/coex_legacy.c +++ b/drivers/net/wireless/iwlwifi/mvm/coex_legacy.c | |||
| @@ -776,7 +776,7 @@ static int iwl_mvm_bt_coex_reduced_txp(struct iwl_mvm *mvm, u8 sta_id, | |||
| 776 | struct iwl_host_cmd cmd = { | 776 | struct iwl_host_cmd cmd = { |
| 777 | .id = BT_CONFIG, | 777 | .id = BT_CONFIG, |
| 778 | .len = { sizeof(*bt_cmd), }, | 778 | .len = { sizeof(*bt_cmd), }, |
| 779 | .dataflags = { IWL_HCMD_DFL_NOCOPY, }, | 779 | .dataflags = { IWL_HCMD_DFL_DUP, }, |
| 780 | .flags = CMD_ASYNC, | 780 | .flags = CMD_ASYNC, |
| 781 | }; | 781 | }; |
| 782 | struct iwl_mvm_sta *mvmsta; | 782 | struct iwl_mvm_sta *mvmsta; |
