2009-09-17 03:53:44

by Sujith

[permalink] [raw]
Subject: [PATCH 00/12] ath9k bug fixes

John,

A bunch of patches fixing various bugs in the driver.
These apply on top of wireless-testing.

Luis would rebase his pending patches on top of these
and resend them.

Thanks.
Sujith

Senthil Balasubramanian (2):
ath9k: Adjust the chainmasks properly
ath9k: Fix bug in chain handling

Sujith (3):
ath9k: Restore TSF after RESET
ath9k: Fix chip wakeup issue
ath9k: Fix regression in PA calibration

Vasanthakumar Thiagarajan (3):
ath9k: Fix rx data corruption
ath9k: Don't read NF when chip has gone through full sleep mode
ath9k: Do a full reset for AR9280

Vivek Natarajan (4):
ath9k: Set default noise floor value for AR9287
ath9k: Revamp PCIE workarounds
ath9k: Fix AHB reset for AR9280
ath9k: Disable autosleep feature by default.

drivers/net/wireless/ath/ath9k/calib.c | 23 +++-
drivers/net/wireless/ath/ath9k/calib.h | 1 +
drivers/net/wireless/ath/ath9k/eeprom_def.c | 4 +-
drivers/net/wireless/ath/ath9k/hw.c | 198 ++++++++++++++++-----------
drivers/net/wireless/ath/ath9k/hw.h | 4 +-
drivers/net/wireless/ath/ath9k/main.c | 8 +-
drivers/net/wireless/ath/ath9k/reg.h | 3 +-
7 files changed, 149 insertions(+), 92 deletions(-)



2009-09-18 08:01:20

by Luis R. Rodriguez

[permalink] [raw]
Subject: Re: [PATCH 00/12] ath9k bug fixes

On Fri, Sep 18, 2009 at 12:59 AM, Luis R. Rodriguez <[email protected]> wrote:
> On Wed, Sep 16, 2009 at 8:53 PM, Sujith <[email protected]> wrote:
>> John,
>>
>> A bunch of patches fixing various bugs in the driver.
>> These apply on top of wireless-testing.
>>
>> Luis would rebase his pending patches on top of these
>> and resend them.
>
> John, here is my rebase of my 48 patches on top of this series. I
> won't post them and instead give you this handy git am'able file.
>
> http://bombadil.infradead.org/~mcgrof/patches/ath/2009/09/all-2009-09-18-mcgrof-rebased.patch
>
> If you really need me to post them again please let me know.
>
> If you want to get both sujith's collection series + mine in one file
> here they are:
>
> http://bombadil.infradead.org/~mcgrof/patches/ath/2009/09/all-2009-09-18.patch

But I expect my series to only be applied after 2.6.32-rc1 is released.

Luis

2009-09-18 07:59:28

by Luis R. Rodriguez

[permalink] [raw]
Subject: Re: [PATCH 00/12] ath9k bug fixes

On Wed, Sep 16, 2009 at 8:53 PM, Sujith <[email protected]> wrote:
> John,
>
> A bunch of patches fixing various bugs in the driver.
> These apply on top of wireless-testing.
>
> Luis would rebase his pending patches on top of these
> and resend them.

John, here is my rebase of my 48 patches on top of this series. I
won't post them and instead give you this handy git am'able file.

http://bombadil.infradead.org/~mcgrof/patches/ath/2009/09/all-2009-09-18-mcgrof-rebased.patch

If you really need me to post them again please let me know.

If you want to get both sujith's collection series + mine in one file
here they are:

http://bombadil.infradead.org/~mcgrof/patches/ath/2009/09/all-2009-09-18.patch

Luis