fix:Channel access mode set to disabled by default

The recent commit ac05aa1cdeb0d5be0baae098c4187166ea026976 is reloading
the channel config data alone when network interfaces added signals received.
This results in clearing ChannelProperties completely and missed to fill
ChannelAccess data back. Which broke IPMI over RMCP+.

Update the same to call initChannelPersistData() instead so that complete
channel config data can be reloaded.

Tested:
Verified Access Mode value is populated correctly.
IPMI commands over RMCP+ worked as expected.

Signed-off-by: Arun P. Mohanan <arun.p.m@linux.intel.com>
Change-Id: I45105f7a14ab9c32589f1f9f972ab2572d274877
1 file changed