[PATCH 2/3] Configure AP in correct order

Pontus Fuchs pontus.fuchs at gmail.com
Fri Jun 7 16:18:31 EDT 2013


On 2013-06-07 14:54, Eugene Krasnikov wrote:
> wcn36xx_smd_send_beacon and wcn36xx_smd_update_proberesp_tmpl
> must be called in proper order otherwise it will cause FW crash.
>
> Signed-off-by: Eugene Krasnikov <k.eugene.e at gmail.com>
> ---
>   main.c | 15 ++++++++++++++-
>   1 file changed, 14 insertions(+), 1 deletion(-)
[...]

>   			wcn36xx_smd_set_link_st(wcn, vif->addr, vif->addr,
>   						link_state);
> +			wcn36xx_smd_send_beacon(wcn, skb, tim_off, 0);
> +
> +			skb2 = ieee80211_proberesp_get(hw, vif);

Shouldn't this be freed somewhere?

//Pontus



More information about the wcn36xx mailing list