carl9170 firmware: put _start into the .boot section
[carl9170fw.git] / carlfw / src / wlan.c
index b680822e5e054dcccb16a6a18c71cedec217ee4c..ec50e6c82cefb564febe5203b7d0506ea709ba5d 100644 (file)
@@ -358,7 +358,7 @@ static bool wlan_tx_status(struct dma_queue *queue,
 {
        struct carl9170_tx_superframe *super = get_super(desc);
        unsigned int qidx = super->s.queue;
-       bool txfail, success;
+       bool txfail = false, success;
 
        success = true;
 
@@ -478,7 +478,6 @@ static void handle_tx_completion(void)
                wlan_tx_ampdu_end(i);
                if (!queue_empty(&fw.wlan.tx_queue[i]))
                        wlan_trigger(BIT(i));
-
        }
 }