channelcmds: move set channel access to new ipmi provider API

This updates the set channel access command to use the new IPMI provider
API. As part of this change, this command should now work with the
special channel 0x0e.

Tested-by:
    (set channel access: 6 0x40)
    # ipmitool -I lanplus -H ... -U ... raw 6 0x40 0xe 0x82 0x84
    (get channel access: 6 0x41)
    # ipmitool -I lanplus -H ... -U ... raw 6 0x41 0xe 0x80
     02 04
    # ipmitool raw 6 0x40 1 0x80 0x83
    # ipmitool raw 6 0x41 1 0x80
     00 03

Change-Id: Icc6e8ff7deebb7a6f89af616fa70258ea18ed0ce
Signed-off-by: NITIN SHARMA <nitin1x.sharma@intel.com>
Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
1 file changed