Su Hui <suhui@xxxxxxxxxxxx> writes:Sorry for the unclear commit message.
On 2023/11/13 14:16, Kalle Valo wrote:If you have only compile tested please document that clearly in the
Su Hui <suhui@xxxxxxxxxxxx> writes:Only compile test.
wl1271_acx_beacon_filter_opt() return error code if failed, add a checkHow did you test this?
for this is better and safer.
Signed-off-by: Su Hui <suhui@xxxxxxxxxxxx>
commit message.
I will add this to v2 patch if pass a test in a real device.Clang static checker complains about this code that value stored toThis would be good to also have in the commit message.
'ret' is never read.
This might take some time, I try to find a wlcore device to test this.And most of the caller check the error code ofThis might still break something so I would prefer to test this in a
wl1271_acx_beacon_filter_opt().
real device before taking it.