On 17 January 2017 at 23:41, Rafał Miłecki <zajec5@xxxxxxxxx> wrote: > On 17 January 2017 at 23:29, <gavinli@xxxxxxxxxxxxxx> wrote: >> From: Gavin Li <git@xxxxxxxxxxxxxx> >> >> brcmf_sdio_fromevntchan() was being called on the the hardware header >> rather than the software header, causing some frames to be >> mischaracterized as on the event channel rather than the data channel. >> This fixes the performance regression introduced in commit c56caa9d >> where event processing is done separately. > > This should be: > in commit c56caa9db8ab ("brcmfmac: screening firmware event packet") where (...) > > You should also use > Fixes: c56caa9db8ab ("brcmfmac: screening firmware event packet") where (...) Oops, copy & paste mistake. Just: Fixes: c56caa9db8ab ("brcmfmac: screening firmware event packet") -- Rafał