nfc: add missing attribute validation for SE API
[linux-2.6-microblaze.git] / net / nfc / netlink.c
index eee0ddd..842407a 100644 (file)
@@ -43,6 +43,7 @@ static const struct nla_policy nfc_genl_policy[NFC_ATTR_MAX + 1] = {
        [NFC_ATTR_LLC_SDP] = { .type = NLA_NESTED },
        [NFC_ATTR_FIRMWARE_NAME] = { .type = NLA_STRING,
                                     .len = NFC_FIRMWARE_NAME_MAXSIZE },
+       [NFC_ATTR_SE_INDEX] = { .type = NLA_U32 },
        [NFC_ATTR_SE_APDU] = { .type = NLA_BINARY },
        [NFC_ATTR_VENDOR_DATA] = { .type = NLA_BINARY },