Loading
cnss: Initialize the unsafe channel list structure properly
Initialize the unsafe channel list member properly to
avoid crash while accessing the uninitialized member.
As previously, member of unsafe channel list is not
initialized and it is leading to crash.
To avoid this situation, initialize the unsafe
channel list member properly.
Change-Id: I927475054117e37217dd9ce350f0b97de6e25e19
CRs-Fixed: 1026261
Signed-off-by:
Anand Kumar <anandkumar@codeaurora.org>