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@xxxxxxxxxxx> > --- > 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