net/ncsi: Add NC-SI 1.2 Get MC MAC Address command
[linux-2.6-microblaze.git] / net / ncsi / ncsi-cmd.c
index fd2236e..b3ff37a 100644 (file)
@@ -270,7 +270,8 @@ static struct ncsi_cmd_handler {
        { NCSI_PKT_CMD_GPS,    0, ncsi_cmd_handler_default },
        { NCSI_PKT_CMD_OEM,   -1, ncsi_cmd_handler_oem     },
        { NCSI_PKT_CMD_PLDM,   0, NULL                     },
-       { NCSI_PKT_CMD_GPUUID, 0, ncsi_cmd_handler_default }
+       { NCSI_PKT_CMD_GPUUID, 0, ncsi_cmd_handler_default },
+       { NCSI_PKT_CMD_GMCMA,  0, ncsi_cmd_handler_default }
 };
 
 static struct ncsi_request *ncsi_alloc_command(struct ncsi_cmd_arg *nca)