]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
iwlwifi: use the new macro for the SCD Q STTS bits
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Wed, 10 Oct 2012 16:37:12 +0000 (18:37 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 16 Oct 2012 14:32:40 +0000 (16:32 +0200)
Instead of hardcoding the expression, use the macro
provided in the previous patch.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/iwlwifi/pcie/trans.c

index 6c383dff154dd8477a43c621a2db273b8b49305a..f95d88df7772014a430f620c889303bf135ff9c3 100644 (file)
@@ -300,7 +300,7 @@ static void iwl_trans_pcie_queue_stuck_timer(unsigned long data)
        struct iwl_trans_pcie *trans_pcie = txq->trans_pcie;
        struct iwl_trans *trans = iwl_trans_pcie_get_trans(trans_pcie);
        u32 scd_sram_addr = trans_pcie->scd_base_addr +
-               SCD_TX_STTS_MEM_LOWER_BOUND + (16 * txq->q.id);
+                               SCD_TX_STTS_QUEUE_OFFSET(txq->q.id);
        u8 buf[16];
        int i;