qcacld-3.0: Validate adapter before use in LL_STATS
Currently, in the function hdd_cache_ll_iface_stats,
the adapter is dereferenced without validating it.
To avoid possible null-pointer dereference, add a check
to validate the adapter.
Change-Id: I6a905db2ada90243f178237bab41fd975789b8c1
CRs-Fixed: 3273525