linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
To: linux-wireless@vger.kernel.org
Cc: Assaf Krauss <assaf.krauss@intel.com>,
	Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Subject: [PATCH 11/26] iwlwifi: mvm: ToF - Set correct range request cmd id
Date: Tue, 18 Aug 2015 10:57:21 +0300	[thread overview]
Message-ID: <1439884656-18146-11-git-send-email-emmanuel.grumbach@intel.com> (raw)
In-Reply-To: <0BA3FCBA62E2DC44AF3030971E174FB32E8110F8@hasmsx107.ger.corp.intel.com>

From: Assaf Krauss <assaf.krauss@intel.com>

Command ID of ToF range request command adapted to new FW commands grouping
scheme.

Signed-off-by: Assaf Krauss <assaf.krauss@intel.com>
Reviewed-by: Gregory Greenman <gregory.greenman@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
---
 drivers/net/wireless/iwlwifi/mvm/tof.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/iwlwifi/mvm/tof.c b/drivers/net/wireless/iwlwifi/mvm/tof.c
index d060e12..380972f 100644
--- a/drivers/net/wireless/iwlwifi/mvm/tof.c
+++ b/drivers/net/wireless/iwlwifi/mvm/tof.c
@@ -194,7 +194,7 @@ int iwl_mvm_tof_range_request_cmd(struct iwl_mvm *mvm,
 				  struct ieee80211_vif *vif)
 {
 	struct iwl_host_cmd cmd = {
-		.id = TOF_CMD,
+		.id = iwl_cmd_id(TOF_CMD, IWL_ALWAYS_LONG_GROUP, 0),
 		.len = { sizeof(mvm->tof_data.range_req), },
 		/* no copy because of the command size */
 		.dataflags = { IWL_HCMD_DFL_NOCOPY, },
-- 
2.1.4


  parent reply	other threads:[~2015-08-18  7:58 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-18  7:55 pull request: iwlwifi-next 2015-08-18 Grumbach, Emmanuel
2015-08-18  7:57 ` [PATCH 01/26] iwlwifi: mvm: Add FW paging mechanism for the UMAC on PCI Emmanuel Grumbach
2015-08-18  7:57 ` [PATCH 02/26] iwlwifi: mvm: print secboot status registers on alive timeout Emmanuel Grumbach
2015-08-18  7:57 ` [PATCH 03/26] iwlwifi: pcie: dump RBs when FW error occurs Emmanuel Grumbach
2015-08-18  7:57 ` [PATCH 04/26] iwlwifi: mvm: revert to our old skip over dtim policy Emmanuel Grumbach
2015-08-18  7:57 ` [PATCH 05/26] iwlwifi: Add max TX aggregation size for 8260 SDIO devices series Emmanuel Grumbach
2015-08-18  7:57 ` [PATCH 06/26] iwlwifi: add new TLV capability flag for gscan support Emmanuel Grumbach
2015-08-18  7:57 ` [PATCH 07/26] iwlwifi: pcie: support frag SKBs Emmanuel Grumbach
2015-08-18  7:57 ` [PATCH 08/26] iwlwifi: mvm: add the ability to trigger only monitor dumps Emmanuel Grumbach
2015-08-18  7:57 ` [PATCH 09/26] iwlwifi: pcie: New RBD allocation model Emmanuel Grumbach
2015-08-18  7:57 ` [PATCH 10/26] iwlwifi: mvm: Add FW paging mechanism for the UMAC on SDIO Emmanuel Grumbach
2015-08-18  7:57 ` Emmanuel Grumbach [this message]
2015-08-18  7:57 ` [PATCH 12/26] iwlwifi: mvm: set different pm_timeout for action frames Emmanuel Grumbach
2015-08-18  7:57 ` [PATCH 13/26] iwlwifi: make sure d3_suspend/resume ops exist Emmanuel Grumbach
2015-08-18  7:57 ` [PATCH 14/26] iwlwifi: mvm: simplify calculating scan dwells and other timing values Emmanuel Grumbach
2015-08-18  7:57 ` [PATCH 15/26] iwlwifi: mvm: remove partial and full scan lists from lmac sched scan Emmanuel Grumbach
2015-08-18  7:57 ` [PATCH 16/26] iwlwifi: mvm: add debug info to schedule scan complete message Emmanuel Grumbach
2015-08-18  7:57 ` [PATCH 17/26] iwlwifi: pass NAPI struct from transport layer Emmanuel Grumbach
2015-08-18  7:57 ` [PATCH 18/26] iwlwifi: convert hex_dump_to_buffer() to %*ph Emmanuel Grumbach
2015-08-18  7:57 ` [PATCH 19/26] iwlwifi: mvm: fix a range check in debugfs code Emmanuel Grumbach
2015-08-18  7:57 ` [PATCH 20/26] iwlwifi: mvm: support TDLS wider-bandwidth Emmanuel Grumbach
2015-08-18  7:57 ` [PATCH 21/26] iwlwifi: mvm: Enable power management on low-latency bss Emmanuel Grumbach
2015-08-18  7:57 ` [PATCH 22/26] iwlwifi: rs: disable MIMO only if allowed in configuration Emmanuel Grumbach
2015-08-18  7:57 ` [PATCH 23/26] iwlwifi: bump mvm firmware API to 16 Emmanuel Grumbach
2015-08-18  7:57 ` [PATCH 24/26] iwlwifi: out-of-bounds access in iwl_init_sband_channels Emmanuel Grumbach
2015-08-18  7:57 ` [PATCH 25/26] iwlwifi: mvm: don't disconnect on beacon loss in D0I3 Emmanuel Grumbach
2015-08-18  7:57 ` [PATCH 26/26] iwlwifi: mvm: fix a race in D0i3 vs. Tx path Emmanuel Grumbach
2015-08-18 14:24 ` pull request: iwlwifi-next 2015-08-18 Kalle Valo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1439884656-18146-11-git-send-email-emmanuel.grumbach@intel.com \
    --to=emmanuel.grumbach@intel.com \
    --cc=assaf.krauss@intel.com \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).