lkml.org 
[lkml]   [2016]   [Mar]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 11/16] wcn36xx: Use allocated self sta index instead of hard coded
    Date
    From: Pontus Fuchs <pontus.fuchs@gmail.com>

    Signed-off-by: Pontus Fuchs <pontus.fuchs@gmail.com>
    Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
    ---
    drivers/net/wireless/ath/wcn36xx/smd.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/net/wireless/ath/wcn36xx/smd.c b/drivers/net/wireless/ath/wcn36xx/smd.c
    index ce764cce1a3e..8b304b305e69 100644
    --- a/drivers/net/wireless/ath/wcn36xx/smd.c
    +++ b/drivers/net/wireless/ath/wcn36xx/smd.c
    @@ -200,7 +200,7 @@ static void wcn36xx_smd_set_sta_params(struct wcn36xx *wcn,
    sta_params->sta_index = WCN36XX_HAL_STA_INVALID_IDX;
    } else {
    sta_params->type = 0;
    - sta_params->sta_index = 1;
    + sta_params->sta_index = vif_priv->self_sta_index;
    }

    sta_params->listen_interval = WCN36XX_LISTEN_INTERVAL(wcn);
    --
    2.5.0
    \
     
     \ /
      Last update: 2016-03-29 09:01    [W:2.822 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site