Search Linux Wireless

Re: [PATCH] ath9k: fix BUG_ON triggered by PAE frames

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Mar 11, 2010 at 7:02 PM, Felix Fietkau <nbd@xxxxxxxxxxx> wrote:
> When I initially stumbled upon sequence number problems with PAE frames
> in ath9k, I submitted a patch to remove all special cases for PAE
> frames and let them go through the normal transmit path.
> Out of concern about crypto incompatibility issues, this change was
> merged instead:
>
> commit 6c8afef551fef87a3bf24f8a74c69a7f2f72fc82
> Author: Sujith <Sujith.Manoharan@xxxxxxxxxxx>
> Date:   Tue Feb 9 10:07:00 2010 +0530
>
>    ath9k: Fix sequence numbers for PAE frames
>
> After a lot of testing, I'm able to reliably trigger a driver crash on
> rekeying with current versions with this change in place.
> It seems that the driver does not support sending out regular MPDUs with
> the same TID while an A-MPDU session is active.
> This leads to duplicate entries in the TID Tx buffer, which hits the
> following BUG_ON in ath_tx_addto_baw():
>
>    index  = ATH_BA_INDEX(tid->seq_start, bf->bf_seqno);
>    cindex = (tid->baw_head + index) & (ATH_TID_MAX_BUFS - 1);
>
>    BUG_ON(tid->tx_buf[cindex] != NULL);
>
> I believe until we actually have a reproducible case of an
> incompatibility with another AP using no PAE special cases, we should
> simply get rid of this mess.

I believe that incompatibility does already exist, I think Sujith
knows the details. Not sure if Sujith is in today, I think he's on a
journey somewhere. Senthil, Vasanth, do you guys happen to recall?

  Luis
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux