X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=carlfw%2Fsrc%2Fwlan.c;h=ec50e6c82cefb564febe5203b7d0506ea709ba5d;hb=65e93c4ca3587d9007e87653f9436463d2823530;hp=b81b74f687941c330d872dc7f8974f7eccd6fbf2;hpb=ef6758ef6ab9ee47064582d6a013729f47ed9ac2;p=carl9170fw.git diff --git a/carlfw/src/wlan.c b/carlfw/src/wlan.c index b81b74f..ec50e6c 100644 --- a/carlfw/src/wlan.c +++ b/carlfw/src/wlan.c @@ -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;