> From: Francesco Dolcini <francesco@xxxxxxxxxx> > Sent: Friday, December 1, 2023 6:37 PM > To: David Lin <yu-hao.lin@xxxxxxx> > Cc: linux-wireless@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx; > briannorris@xxxxxxxxxxxx; kvalo@xxxxxxxxxx; francesco@xxxxxxxxxx; Pete > Hsieh <tsung-hsien.hsieh@xxxxxxx> > Subject: [EXT] Re: [PATCH v7 07/12] wifi: mwifiex: fixed TLV error for station > add cmd. > > Caution: This is an external email. Please take care when clicking links or > opening attachments. When in doubt, report the message using the 'Report > this email' button > > > On Tue, Nov 28, 2023 at 04:31:10PM +0800, David Lin wrote: > > TLV commands setting for host command > HostCmd_CMD_ADD_NEW_STATION is > > not correct. This issue will set wrong station information to firmware. > > > > Without this patch, transmission will get 50-70% low throughput for > > host mlme AP mode. > > Is this an issue affecting also the existing code, or it depends on the host > MLE one? This is related to host mlme for AP mode. > > From the commit message to me it looks like it should be a dedicated and > separated patch, therefore should probably be before the other patch (or > maybe even a separated one, maybe is easier to get it done this way?) No, this patch is related to host mlme. It won't affect original existed code. > > Francesco