What means SPRDWL_CMD_STATUS_EXEC_ERROR?

journalctl -xe shows this:

Jan 18 12:35:59 JollaC2 kernel: sc2355 sprd-wlan:sprdwl_rx_rsp_process ctx_id 0 recv rsp[WIFI_CMD_RND_MAC] status[SPRDWL_CMD_STATUS_EXEC_ERROR]

Has this any meanings?

The error message does not indicate a problem.

SPRDWL_CMD_STATUS_EXEC_ERROR is a generic error from the WiFi firmware. In this case it means that the WIFI_CMD_RND_MAC command failed. It does not provide much information about why it failed, but the command is used to set a separate MAC address for scanning or remove a previously set address, which can fail e.g. when trying to remove the address without having set one earlier. In that case the error does not affect the expected outcome at all.

6 Likes