iwlwifi: MAC_ACCESS_REQ cleanup
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / iwl-rx.c
index d2dc7cceb5f252cac772084212257019b53f5283..61b3b0e6ed73dfe4e162a1cf4413b73ee0bafe51 100644 (file)
@@ -140,6 +140,8 @@ int iwl_rx_queue_update_write_ptr(struct iwl_priv *priv, struct iwl_rx_queue *q)
                reg = iwl_read32(priv, CSR_UCODE_DRV_GP1);
 
                if (reg & CSR_UCODE_DRV_GP1_BIT_MAC_SLEEP) {
+                       IWL_DEBUG_INFO(priv, "Rx queue requesting wakeup, GP1 = 0x%x\n",
+                                     reg);
                        iwl_set_bit(priv, CSR_GP_CNTRL,
                                    CSR_GP_CNTRL_REG_FLAG_MAC_ACCESS_REQ);
                        goto exit_unlock;
This page took 0.025349 seconds and 5 git commands to generate.