[PATCH] wcn36xx: Use correct command struct for EXIT_BMPS_REQ

Eugene Krasnikov k.eugene.e at gmail.com
Wed Apr 2 04:52:10 EDT 2014


Good catch! Looks good to me.

2014-04-02 9:10 GMT+01:00 Pontus Fuchs <pontus.fuchs at gmail.com>:
> EXIT_BMPS_REQ was using the command struct for ENTER_BMPS_REQ. I
> spotted this when looking at command dumps.
>
> Signed-off-by: Pontus Fuchs <pontus.fuchs at gmail.com>
> ---
>  smd.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/smd.c b/smd.c
> index 97b51c4..7ad3feb 100644
> --- a/smd.c
> +++ b/smd.c
> @@ -1676,7 +1676,7 @@ out:
>
>  int wcn36xx_smd_exit_bmps(struct wcn36xx *wcn, struct ieee80211_vif *vif)
>  {
> -       struct wcn36xx_hal_enter_bmps_req_msg msg_body;
> +       struct wcn36xx_hal_exit_bmps_req_msg msg_body;
>         struct wcn36xx_vif *vif_priv = wcn36xx_vif_to_priv(vif);
>         int ret = 0;
>
> --
> 1.8.3.2
>
>
> _______________________________________________
> wcn36xx mailing list
> wcn36xx at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/wcn36xx



-- 
Best regards,
Eugene



More information about the wcn36xx mailing list