carl9170 firmware: more useful tx_queue hw registers names
[carl9170fw.git] / carlfw / include / wl.h
index fb9b09fcbc0a761b416fa3ab4cfa0a4e0e5e6a77..e1c8bbd014ab17407847c1df3902e43aaa262787 100644 (file)
@@ -52,6 +52,11 @@ static inline __inline struct dma_desc *get_wlan_txq_addr(const unsigned int q)
        return getp(AR9170_MAC_REG_DMA_TXQ_CURR_ADDR + (q << 3));
 }
 
+static inline __inline struct dma_desc *get_wlan_txq_last_addr(const unsigned int q)
+{
+       return getp(AR9170_MAC_REG_DMA_TXQ_LAST_ADDR + (q << 2));
+}
+
 static inline __inline void wlan_trigger(const uint32_t queue_bit)
 {
        set(AR9170_MAC_REG_DMA_TRIGGER, queue_bit);