Hello Miquel.
This patch has given me some checkpatch wawrnings and errors.
Commit d9abecc4a0fc ("ieee802154: hwsim: Implement address filtering")
----------------------------------------------------------------------
CHECK: Blank lines aren't necessary after an open brace '{'
#53: FILE: drivers/net/ieee802154/mac802154_hwsim.c:162:
+ if (hw->phy->filtering == IEEE802154_FILTERING_4_FRAME_FIELDS) {
+
ERROR: code indent should use tabs where possible
#128: FILE: drivers/net/ieee802154/mac802154_hwsim.c:237:
+ }$
WARNING: please, no spaces at the start of a line
#128: FILE: drivers/net/ieee802154/mac802154_hwsim.c:237:
+ }$
total: 1 errors, 1 warnings, 1 checks, 143 lines checked
I fixed this up in palce for you tp proceed with applying this patches.
Just so you are aware.
regards
Stefan Schmidt