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