X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=carlfw%2Fsrc%2Fwlantx.c;h=801086636c861749829d426553848ebc53e9a841;hp=9f2f51b07ba54794010b3ce1a5a7654a6402a041;hb=8be0cbe819b892ac1cc3d25783949ecbcd0d4ccc;hpb=a9d566ff15e0c7678d6ccf3d60b925abe2a9acc5 diff --git a/carlfw/src/wlantx.c b/carlfw/src/wlantx.c index 9f2f51b..8010866 100644 --- a/carlfw/src/wlantx.c +++ b/carlfw/src/wlantx.c @@ -258,9 +258,9 @@ static void __wlan_tx(struct dma_desc *desc) wlan_tx_ampdu(super); -#ifdef CONFIG_CARL9170FW_DEBUG +#if (defined CONFIG_CARL9170FW_DEBUG) && (defined CONFIG_CARL9170FW_RADIO_FUNCTIONS) BUG_ON(fw.phy.psm.state != CARL9170_PSM_WAKE); -#endif /* CONFIG_CARL9170FW_DEBUG */ +#endif /* CONFIG_CARL9170FW_DEBUG && CONFIG_CARL9170FW_RADIO_FUNCTIONS */ /* insert desc into the right queue */ dma_put(&fw.wlan.tx_queue[super->s.queue], desc);