
In function wlan_dcs_cmd_send(), pointer dcs_tx_ops returned from function call target_if_dcs_get_tx_ops() may be null and will be dereferenced, it's an issue to dereference dcs_tx_ops without null check. Fix is to add null check for dcs_tx_ops pointer before use in function wlan_dcs_cmd_send(). Change-Id: If82f31bd8f5096a4e6562131426510907555140d CRs-Fixed: 2989520