Re: [PATCH net-next] net: ieee802154: Fix compilation error when CONFIG_IEEE802154_NL802154_EXPERIMENTAL is disabled
From: Jakub Kicinski <kuba@kernel.org>
Date: 2022-08-31 18:26:04
From: Jakub Kicinski <kuba@kernel.org>
Date: 2022-08-31 18:26:04
On Tue, 30 Aug 2022 23:31:24 -0700 Jakub Kicinski wrote:
Hm, let me add 802154 folks. Either we should treat the commands as reserved in terms of uAPI even if they get removed the IDs won't be reused, or they are for testing purposes only. In the former case we should just remove the #ifdef around the values in the enum, it just leads to #ifdef proliferation while having no functional impact. In the latter case we should start error checking from the last non-experimental command, as we don't care about breaking the experimental ones.
I haven't gone thru all of my inbox yet, but I see no reply from Stefan or Alexander. My vote is to un-hide the EXPERIMENTAL commands.