qcacld-3.0: Fix uninitialized return variables
Current code has return variables that are declared but not initialized.
To fix this, add initialization with a default value on declaration.
Change-Id: I62a69892f031351036417a77998d13a38bd41420
CRs-Fixed: 3273478