Skip to content

Commit

Permalink
WLAN workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
archeYR committed Nov 9, 2023
1 parent f1c6207 commit 66443c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/wireless/ath/wcn36xx/smd.c
Original file line number Diff line number Diff line change
Expand Up @@ -577,10 +577,10 @@ static int wcn36xx_smd_start_rsp(struct wcn36xx *wcn, void *buf, size_t len)
return -EIO;

rsp = (struct wcn36xx_hal_mac_start_rsp_msg *)buf;

#if 0
if (WCN36XX_FW_MSG_RESULT_SUCCESS != rsp->start_rsp_params.status)
return -EIO;

#endif
memcpy(wcn->crm_version, rsp->start_rsp_params.crm_version,
WCN36XX_HAL_VERSION_LENGTH);
memcpy(wcn->wlan_version, rsp->start_rsp_params.wlan_version,
Expand Down

0 comments on commit 66443c5

Please sign in to comment.