Re: linux-next: Tree for Aug 30 (net/ieee802154/nl802154.c:)

From: Randy Dunlap
Date: Tue Aug 30 2022 - 14:29:44 EST




On 8/30/22 00:01, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20220829:
>

on i386 or x86_64:

when # CONFIG_IEEE802154_NL802154_EXPERIMENTAL is not set

../net/ieee802154/nl802154.c:2503:26: error: ‘NL802154_CMD_DEL_SEC_LEVEL’ undeclared here (not in a function); did you mean ‘NL802154_CMD_SET_CCA_ED_LEVEL’?
2503 | .resv_start_op = NL802154_CMD_DEL_SEC_LEVEL + 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
| NL802154_CMD_SET_CCA_ED_LEVEL


--
~Randy