]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Bluetooth: btqca: Reset download type to default
authorBalakrishna Godavarthi <bgodavar@codeaurora.org>
Thu, 8 Aug 2019 08:56:08 +0000 (14:26 +0530)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 12 Aug 2019 17:07:15 +0000 (19:07 +0200)
This patch will reset the download flag to default value
before retrieving the download mode type.

Fixes: 32646db8cc28 ("Bluetooth: btqca: inject command complete event during fw download")
Signed-off-by: Balakrishna Godavarthi <bgodavar@codeaurora.org>
Tested-by: Claire Chang <tientzu@chromium.org>
Reviewed-by: Claire Chang <tientzu@chromium.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btqca.c

index 8f0fec5acade227acb03774fadcb0bc18ff3ea78..0875470a7806f8658c45b2b4a15f6e2b029bf0c2 100644 (file)
@@ -140,6 +140,7 @@ static void qca_tlv_check_data(struct rome_config *config,
        BT_DBG("Length\t\t : %d bytes", length);
 
        config->dnld_mode = ROME_SKIP_EVT_NONE;
+       config->dnld_type = ROME_SKIP_EVT_NONE;
 
        switch (config->type) {
        case TLV_TYPE_PATCH: