From: Assaf Krauss Date: Wed, 22 Jul 2015 11:21:31 +0000 (+0300) Subject: iwlwifi: mvm: ToF - Set correct range request cmd id X-Git-Tag: v4.3-rc1~96^2~76^2~12^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eed6e971973667d067d510e9540773ff0f9fe8fd;p=platform%2Fkernel%2Flinux-exynos.git iwlwifi: mvm: ToF - Set correct range request cmd id Command ID of ToF range request command adapted to new FW commands grouping scheme. Signed-off-by: Assaf Krauss Reviewed-by: Gregory Greenman Signed-off-by: Emmanuel Grumbach --- 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, },