carl9170: fix CONFIG_CARL9170FW_DEBUG && !CONFIG_CARL9170FW_RADIO_FUNC
authorChristian Lamparter <chunkeey@googlemail.com>
Sat, 19 Jan 2013 13:28:19 +0000 (14:28 +0100)
committerChristian Lamparter <chunkeey@googlemail.com>
Sat, 19 Jan 2013 13:28:19 +0000 (14:28 +0100)
wlantx.c:262:2: error: struct has no member named psm

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
carlfw/src/wlantx.c

index 9f2f51b07ba54794010b3ce1a5a7654a6402a041..801086636c861749829d426553848ebc53e9a841 100644 (file)
@@ -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);