iwlwifi: MAC_ACCESS_REQ cleanup
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / iwl-tx.c
index 905ceca88b95c5a2bc440c13845dd9d86dc630f8..9370e062000d2118dafddf5fe3abb1d173d1eb3a 100644 (file)
@@ -96,7 +96,8 @@ int iwl_txq_update_write_ptr(struct iwl_priv *priv, struct iwl_tx_queue *txq)
                reg = iwl_read32(priv, CSR_UCODE_DRV_GP1);
 
                if (reg & CSR_UCODE_DRV_GP1_BIT_MAC_SLEEP) {
-                       IWL_DEBUG_INFO(priv, "Requesting wakeup, GP1 = 0x%x\n", reg);
+                       IWL_DEBUG_INFO(priv, "Tx queue %d requesting wakeup, GP1 = 0x%x\n",
+                                     txq_id, reg);
                        iwl_set_bit(priv, CSR_GP_CNTRL,
                                    CSR_GP_CNTRL_REG_FLAG_MAC_ACCESS_REQ);
                        return ret;
This page took 0.026685 seconds and 5 git commands to generate.