From: Johannes Berg Date: Fri, 15 Feb 2013 22:54:10 +0000 (+0100) Subject: iwlwifi: mvm: add debug statement to time event add X-Git-Tag: v3.9-rc2~24^2~15^2^2~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=93630dc3ef897975a542bb52bbed3969e647276e;p=platform%2Fkernel%2Flinux-exynos.git iwlwifi: mvm: add debug statement to time event add This is helpful for debugging the time event warning, but also in general to see what's going on. Reviewed-by: Emmanuel Grumbach Signed-off-by: Johannes Berg --- diff --git a/drivers/net/wireless/iwlwifi/mvm/time-event.c b/drivers/net/wireless/iwlwifi/mvm/time-event.c index c09b71f..e025b58 100644 --- a/drivers/net/wireless/iwlwifi/mvm/time-event.c +++ b/drivers/net/wireless/iwlwifi/mvm/time-event.c @@ -265,6 +265,9 @@ static int iwl_mvm_time_event_send_add(struct iwl_mvm *mvm, lockdep_assert_held(&mvm->mutex); + IWL_DEBUG_TE(mvm, "Add new TE, duration %d TU\n", + le32_to_cpu(te_cmd->duration)); + spin_lock_bh(&mvm->time_event_lock); if (WARN_ON(te_data->id != TE_MAX)) { spin_unlock_bh(&mvm->time_event_lock);