2009-09-18 09:33:03

by Sujith

[permalink] [raw]
Subject: [PATCH/REVIEW 0/9] ath9k update

Hi John,

A bunch of fixes/cleanups.

These patches apply over the pending ath9k patches:
- The inital series of bug fixes.
- Luis' series.

Please apply.

Thanks,
Sujith

Senthil Balasubramanian (5):
ath9k: Allow PSPOLL only when the interface is configured in AP mode.
ath9k: Handle ATH9K_BEACON_RESET_TSF properly
ath9k: Reduce PLL Settle time and eliminate redundant PLL calls.
ath9k: Advertise midband for AR5416 devices
ath9k: Fix bugs in handling TX power

Sujith (2):
ath9k: Update INI release for AR9287
ath9k: Fix RTC reset for AR5416

Vasanthakumar Thiagarajan (1):
ath9k: Update initvals

Vivek Natarajan (1):
ath9k: Add Calibration checks

drivers/net/wireless/ath/ath9k/calib.c | 82 ++++++++++++++--------
drivers/net/wireless/ath/ath9k/eeprom.h | 6 +-
drivers/net/wireless/ath/ath9k/eeprom_4k.c | 4 +-
drivers/net/wireless/ath/ath9k/eeprom_def.c | 102 +++++++++++++++++++++++++-
drivers/net/wireless/ath/ath9k/hw.c | 36 +++++++--
drivers/net/wireless/ath/ath9k/hw.h | 4 +-
drivers/net/wireless/ath/ath9k/initvals.h | 72 +++++++++++--------
drivers/net/wireless/ath/ath9k/phy.c | 25 +++++--
drivers/net/wireless/ath/ath9k/recv.c | 5 +-
9 files changed, 253 insertions(+), 83 deletions(-)



2009-09-18 09:43:50

by Sujith

[permalink] [raw]
Subject: [PATCH/REVIEW 0/9] ath9k update

Sujith Manoharan wrote:
> Hi John,
>
> A bunch of fixes/cleanups.
>
> These patches apply over the pending ath9k patches:
> - The inital series of bug fixes.
> - Luis' series.
>
> Please apply.

Hm. The first 5 patches got sent out with "PATCH/REVIEW" as
subject-prefix. My elisp-foo tripped me I guess.

Just yell or roar if you want the patches to be resent.

Sujith