[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <49091C5B-1211-45DC-8249-715340CD6314@holtmann.org>
Date: Thu, 5 Sep 2019 17:29:09 +0200
From: Marcel Holtmann <marcel@...tmann.org>
To: Max Chou <max.chou@...ltek.com>
Cc: Johan Hedberg <johan.hedberg@...il.com>,
linux-bluetooth <linux-bluetooth@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>, alex_lu@...lsil.com.cn
Subject: Re: [PATCH v2] Bluetooth: btrtl: Fix an issue that failing to
download the FW which size is over 32K bytes
Hi Max,
> Fix the issue that when the FW size is 32K+, it will fail for the download
> process because of the incorrect index.
>
> When firmware patch length is over 32K, "dl_cmd->index" may >= 0x80. It
> will be thought as "data end" that download process will not complete.
> However, driver should recount the index from 1.
>
> Signed-off-by: Max Chou <max.chou@...ltek.com>
> ---
> Changes in v2:
> - Added the comment for commit message
> - Remove the extra variable
>
> drivers/bluetooth/btrtl.c | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
patch has been applied to bluetooth-next tree.
Regards
Marcel
Powered by blists - more mailing lists