Updates get channel info command to use the new provider API

Update the get channel info command to use the new IPMI provider API.
Because of the change, this command can support the use of the special
channel number 0x0e.

Tested-by:
    (remote via RMCP+ interface)
    ipmitool -I lanplus -H ... -U ... channel info
    Channel 0x1 info:
      Channel Medium Type   : 802.3 LAN
      Channel Protocol Type : IPMB-1.0
      Session Support       : multi-session
      Active Session Count  : 0
      Protocol Vendor ID    : 7154
      Volatile(active) Settings
	Alerting            : disabled
	Per-message Auth    : enabled
	User Level Auth     : enabled
	Access Mode         : always available
      Non-Volatile Settings
	Alerting            : disabled
	Per-message Auth    : enabled
	User Level Auth     : enabled
	Access Mode         : always available

    (on host via kcs interface)
    ipmitool channel info
    Channel 0xf info:
      Channel Medium Type   : System Interface
      Channel Protocol Type : KCS
      Session Support       : session-less
      Active Session Count  : 0
      Protocol Vendor ID    : 7154

Change-Id: Ica4262593acaefe12ccf70724ad4db40da344da4
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
1 file changed