iwlwifi: mvm: split a print to avoid a WARNING in ROC
A print in the remain on channel code was too long and caused
a WARNING, split it.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Fixes: dc28e12f21
("iwlwifi: mvm: ROC: Extend the ROC max delay duration & limit ROC duration")
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20200930102759.58d57c0bdc68.Ib06008665e7bf1199c360aa92691d9c74fb84990@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
This commit is contained in:
committed by
Luca Coelho
parent
22852fad9c
commit
903b3f9bad
@@ -3703,9 +3703,12 @@ static int iwl_mvm_send_aux_roc_cmd(struct iwl_mvm *mvm,
|
|||||||
tail->apply_time_max_delay = cpu_to_le32(delay);
|
tail->apply_time_max_delay = cpu_to_le32(delay);
|
||||||
|
|
||||||
IWL_DEBUG_TE(mvm,
|
IWL_DEBUG_TE(mvm,
|
||||||
"ROC: Requesting to remain on channel %u for %ums (requested = %ums, max_delay = %ums, dtim_interval = %ums)\n",
|
"ROC: Requesting to remain on channel %u for %ums\n",
|
||||||
channel->hw_value, req_dur, duration, delay,
|
channel->hw_value, req_dur);
|
||||||
dtim_interval);
|
IWL_DEBUG_TE(mvm,
|
||||||
|
"\t(requested = %ums, max_delay = %ums, dtim_interval = %ums)\n",
|
||||||
|
duration, delay, dtim_interval);
|
||||||
|
|
||||||
/* Set the node address */
|
/* Set the node address */
|
||||||
memcpy(tail->node_addr, vif->addr, ETH_ALEN);
|
memcpy(tail->node_addr, vif->addr, ETH_ALEN);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user