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

From: Leon Romanovsky
Date: Wed Aug 31 2022 - 02:08:13 EST


On Tue, Aug 30, 2022 at 11:29:31AM -0700, Randy Dunlap wrote:
>
>
> 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
>

https://lore.kernel.org/all/20220830101237.22782-1-gal@xxxxxxxxxx

>
> --
> ~Randy