ieee802154: add support for setting CCA energy detection levels
[deliverable/linux.git] / net / ieee802154 / nl_policy.c
index d87c2c90411000d7bd877315b40feaa883ffae66..55b5616295ff9043c43d1d3c8adbca05f8d25d9a 100644 (file)
@@ -56,5 +56,6 @@ const struct nla_policy ieee802154_policy[IEEE802154_ATTR_MAX + 1] = {
        [IEEE802154_ATTR_TXPOWER] = { .type = NLA_S8, },
        [IEEE802154_ATTR_LBT_ENABLED] = { .type = NLA_U8, },
        [IEEE802154_ATTR_CCA_MODE] = { .type = NLA_U8, },
+       [IEEE802154_ATTR_CCA_ED_LEVEL] = { .type = NLA_S32, },
 };
 
This page took 0.025826 seconds and 5 git commands to generate.