Re: [PATCH 2/3] staging: rtl8723bs: modernize hex output and WMM check
From: Dan Carpenter
Date: Thu Jan 29 2026 - 02:18:48 EST
On Wed, Jan 28, 2026 at 06:16:34PM +0100, Luka Gejak wrote:
> Use %*ph for hex dumps to simplify code.
> Refactor WMM IE check to use memcmp() and validate length first for safety.
>
It's great that you are doing this, but these are two unrelated changes.
The "Refactor" change is a bugfix and needs a Fixes tag.
regards,
dan carpenter