X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=carlfw%2Fsrc%2Fhostif.c;h=0708a725aeda21bf926698503466b7eba6ce39b4;hb=484cb254482ee644cc2981d1e2753fca2718bcd3;hp=0e7cbf2a23d572b614e095d6e65c5b2071c3b5a4;hpb=bf38ae52cd2ec91f5abeadc00c4e17fc647c2bc0;p=carl9170fw.git diff --git a/carlfw/src/hostif.c b/carlfw/src/hostif.c index 0e7cbf2..0708a72 100644 --- a/carlfw/src/hostif.c +++ b/carlfw/src/hostif.c @@ -134,9 +134,8 @@ static void handle_download_exception(void) } __for_each_desc_continue(desc, &fw.pta.down_queue) { - if ((desc->status & AR9170_OWN_BITS) == AR9170_OWN_BITS_SW) { + if ((desc->status & AR9170_OWN_BITS) == AR9170_OWN_BITS_SW) dma_fix_downqueue(desc); - } }