
Per the Linux Kernel coding style, as enforced by the kernel checkpatch script, pointers should not be explicitly compared to NULL. Therefore within wlan_cfg replace any such comparisons with logical operations performed on the pointer itself. Change-Id: I45c4869708d81fd484a5b05196d274cc648f8e7b CRs-Fixed: 2418260