Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A call to the function wlan_fw_init_cfg results in an infinite loop #1

Open
SDS-GaelB opened this issue Mar 17, 2023 · 0 comments
Open

Comments

@SDS-GaelB
Copy link

Hi,

a call to the function wlan_fw_init_cfg results in an infinite loop.
This is due to wlan_set_11n_cfg function which does not set the size of the SDIO packet in the SDIO packet header.

A fix can be adding the following line of code in wlan_set_11n_cfg function after the call to wrapper_wlan_cmd_11n_cfg and before the call to sdio_drv_write:
sdiopkt->size = sdiopkt->hostcmd.size + INTF_HEADER_LEN;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant