qcacld-3.0: Send proper status for Set wifi config req
Set wifi configuration comes to the host via
QCA_NL80211_VENDOR_SUBCMD_SET_WIFI_CONFIGURATION vendor
command for independent as well as interdependent attributes.
Currently, if a set wifi config request comes for independent
attribute host return failure to the upper layer if
interdependent attributes QCA_WLAN_VENDOR_ATTR_CONFIG_TX_NSS and
QCA_WLAN_VENDOR_ATTR_CONFIG_RX_NSS are zero which is not correct.
The fix is to return the status of "set wifi config req for
independent attribute" even interdependent attributes
QCA_WLAN_VENDOR_ATTR_CONFIG_TX_NSS and
QCA_WLAN_VENDOR_ATTR_CONFIG_RX_NSS are zero.
Change-Id: Ifb098efb18d236a2f24091bcc4c75e10e05933ac
CRs-Fixed: 3501246