lkml.org 
[lkml]   [2014]   [Apr]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3.8 25/86] iwlwifi: dvm: clear IWL_STA_UCODE_INPROGRESS when assoc fails
    Date
    3.8.13.21 -stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Emmanuel Grumbach <emmanuel.grumbach@intel.com>

    commit ec6f678c74dbdb06a6a775bbb00f1d26c17c404b upstream.

    We set IWL_STA_UCODE_INPROGRESS flag when we add a station
    and clear it when we send the LQ command for it. But the LQ
    command is sent only when the association succeeds.
    If the association doesn't succeed, we would leave this flag
    set and that wouldn't indicate the station entry as vacant.

    This probably fixes:
    https://bugzilla.redhat.com/show_bug.cgi?id=1065663

    Reviewed-by: Johannes Berg <johannes.berg@intel.com>
    Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
    Signed-off-by: Kamal Mostafa <kamal@canonical.com>
    ---
    drivers/net/wireless/iwlwifi/dvm/sta.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/net/wireless/iwlwifi/dvm/sta.c b/drivers/net/wireless/iwlwifi/dvm/sta.c
    index 181d14c..e270c84 100644
    --- a/drivers/net/wireless/iwlwifi/dvm/sta.c
    +++ b/drivers/net/wireless/iwlwifi/dvm/sta.c
    @@ -602,6 +602,7 @@ void iwl_deactivate_station(struct iwl_priv *priv, const u8 sta_id,
    sizeof(priv->tid_data[sta_id][tid]));

    priv->stations[sta_id].used &= ~IWL_STA_DRIVER_ACTIVE;
    + priv->stations[sta_id].used &= ~IWL_STA_UCODE_INPROGRESS;

    priv->num_stations--;

    --
    1.8.3.2


    \
     
     \ /
      Last update: 2014-04-01 19:01    [W:4.179 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site