From 93b07d212f6649afe527d6fb244ef977e353a193 Mon Sep 17 00:00:00 2001 From: Ratan Gupta Date: Wed, 7 Mar 2018 10:34:07 +0530 Subject: setlan: Remove registration of handler for Set Channel Access Presently through set channel access command we apply the network changes which is not a standard BMC implementation. It was decided that we should apply the network changes with the timer based approach. Timer based implementation would be done in later commits. This commit only removes the registration handler for set channel access command. Change-Id: Ic67c09d0f688d30be0fc7bfcda4f3290f89baf20 Signed-off-by: Ratan Gupta --- apphandler.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/apphandler.cpp b/apphandler.cpp index a53f491..ac29456 100644 --- a/apphandler.cpp +++ b/apphandler.cpp @@ -665,16 +665,6 @@ void register_netfn_app_functions() ipmi_app_set_acpi_power_state, PRIVILEGE_ADMIN); - // - printf("Registering NetFn:[0x%X], Cmd:[0x%X]\n", - NETFUN_APP, - IPMI_CMD_SET_CHAN_ACCESS); - ipmi_register_callback(NETFUN_APP, - IPMI_CMD_SET_CHAN_ACCESS, - NULL, - ipmi_set_channel_access, - PRIVILEGE_ADMIN); - // printf("Registering NetFn:[0x%X], Cmd:[0x%X]\n", NETFUN_APP, -- cgit v1.2.1