X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=carlfw%2Finclude%2Fwl.h;fp=carlfw%2Finclude%2Fwl.h;h=7428d1a28760901d293c9c06f6a49a7d7ecb9db7;hp=ff04536d4af7fd6291ef030be386678cc1f6c4e3;hb=592643728e9b7c37c918afee05df8142c6d7303e;hpb=db4d098aa5b5a873bd38461045bfb1aeb3080cf9 diff --git a/carlfw/include/wl.h b/carlfw/include/wl.h index ff04536..7428d1a 100644 --- a/carlfw/include/wl.h +++ b/carlfw/include/wl.h @@ -52,22 +52,10 @@ 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 void _wlan_trigger(const uint32_t queue_bit) -{ - set(AR9170_MAC_REG_DMA_TRIGGER, queue_bit); -} - -#ifdef CONFIG_CARL9170FW_DELAYED_TX static inline __inline void wlan_trigger(const uint32_t queue_bit) { - fw.wlan.tx_trigger |= queue_bit; -} -#else -static inline __inline void wlan_trigger(const uint32_t queue_bit) -{ - _wlan_trigger(queue_bit); + set(AR9170_MAC_REG_DMA_TRIGGER, queue_bit); } -#endif /* CONFIG_CARL9170FW_DELAYED_TX */ static inline __inline uint8_t ar9170_get_rx_macstatus_status(struct dma_desc *desc) {