Merge tag 'ieee802154-for-net-next-2022-10-25' of git://git.kernel.org/pub/scm/linux...
[linux-2.6-block.git] / drivers / net / ieee802154 / mac802154_hwsim.c
index 9034706d4a53a2dccea9f57ff545aec0e08f37e2..8445c2189d11664ab4910cc8f03e622790ba7b06 100644 (file)
@@ -793,6 +793,7 @@ static struct genl_family hwsim_genl_family __ro_after_init = {
        .module = THIS_MODULE,
        .small_ops = hwsim_nl_ops,
        .n_small_ops = ARRAY_SIZE(hwsim_nl_ops),
+       .resv_start_op = MAC802154_HWSIM_CMD_NEW_EDGE + 1,
        .mcgrps = hwsim_mcgrps,
        .n_mcgrps = ARRAY_SIZE(hwsim_mcgrps),
 };