lkml.org 
[lkml]   [2013]   [Oct]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Date
    Subject[PATCH 3.2 020/149] ath9k: always clear ps filter bit on new assoc
    3.2.52-rc1 review patch.  If anyone has any objections, please let me know.

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

    From: Felix Fietkau <nbd@openwrt.org>

    commit 026d5b07c03458f9c0ccd19c3850564a5409c325 upstream.

    Otherwise in some cases, EAPOL frames might be filtered during the
    initial handshake, causing delays and assoc failures.

    Signed-off-by: Felix Fietkau <nbd@openwrt.org>
    Signed-off-by: John W. Linville <linville@tuxdriver.com>
    Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
    ---
    drivers/net/wireless/ath/ath9k/xmit.c | 1 +
    1 file changed, 1 insertion(+)

    --- a/drivers/net/wireless/ath/ath9k/xmit.c
    +++ b/drivers/net/wireless/ath/ath9k/xmit.c
    @@ -2423,6 +2423,7 @@ void ath_tx_node_init(struct ath_softc *
    for (acno = 0, ac = &an->ac[acno];
    acno < WME_NUM_AC; acno++, ac++) {
    ac->sched = false;
    + ac->clear_ps_filter = true;
    ac->txq = sc->tx.txq_map[acno];
    INIT_LIST_HEAD(&ac->tid_q);
    }


    \
     
     \ /
      Last update: 2013-10-21 11:21    [W:2.496 / U:0.076 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site