Skip to content

Commit

Permalink
iwlwifi: clear up AC/FIFO debug output
Browse files Browse the repository at this point in the history
Not all queues are mapped for frame transmission,
so saying "AC" is misleading. They are all mapped
to FIFOs, obviously, though, so use that term and
also say AC/CMD instead of just AC for the queue
type.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
  • Loading branch information
Johannes Berg authored and Reinette Chatre committed Mar 10, 2010
1 parent fbc66da commit 949cd92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/wireless/iwlwifi/iwl-5000.c
Original file line number Diff line number Diff line change
Expand Up @@ -580,9 +580,9 @@ static void iwl5000_tx_queue_set_status(struct iwl_priv *priv,

txq->sched_retry = scd_retry;

IWL_DEBUG_INFO(priv, "%s %s Queue %d on AC %d\n",
IWL_DEBUG_INFO(priv, "%s %s Queue %d on FIFO %d\n",
active ? "Activate" : "Deactivate",
scd_retry ? "BA" : "AC", txq_id, tx_fifo_id);
scd_retry ? "BA" : "AC/CMD", txq_id, tx_fifo_id);
}

int iwl5000_alive_notify(struct iwl_priv *priv)
Expand Down

0 comments on commit 949cd92

Please sign in to comment.