All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] all my ath5k patches
@ 2010-03-09  7:55 Bruno Randolf
  2010-03-09  7:55 ` [PATCH 01/13] ath5k: add antenna statistics and debugfs file for antenna settings Bruno Randolf
                   ` (13 more replies)
  0 siblings, 14 replies; 27+ messages in thread
From: Bruno Randolf @ 2010-03-09  7:55 UTC (permalink / raw)
  To: linville; +Cc: ath5k-devel, linux-wireless

since it must be difficult for john to track all the different revisions of my
patches i send them here again as a clean series.

two of them are new:
  ath5k: add debugfs file frameerrors
  ath5k: Minor EEPROM documentation updates

others may be slightly updated.

greetings,
bruno

---

Bruno Randolf (13):
      ath5k: add antenna statistics and debugfs file for antenna settings
      ath5k: use fixed antenna for tx descriptors
      ath5k: preserve antenna settings
      ath5k: fix TSF reset
      ath5k: remove double opmode definition
      ath5k: remove ah_magic
      ath5k: remove ah_mac_revision
      ath5k: remove ah_gpio_npins
      ath5k: add debugfs file frameerrors
      ath5k: fix I/Q calibration (for real)
      ath5k: read eeprom IQ calibration values correctly for G mode
      ath5k: IQ calibration for AR5211 is slightly different
      ath5k: Minor EEPROM documentation updates


 drivers/net/wireless/ath/ath5k/ath5k.h  |    7 -
 drivers/net/wireless/ath/ath5k/attach.c |    5 -
 drivers/net/wireless/ath/ath5k/base.c   |   43 +++++-
 drivers/net/wireless/ath/ath5k/base.h   |   20 +++
 drivers/net/wireless/ath/ath5k/caps.c   |    3 
 drivers/net/wireless/ath/ath5k/debug.c  |  212 +++++++++++++++++++++++++++++++
 drivers/net/wireless/ath/ath5k/debug.h  |    2 
 drivers/net/wireless/ath/ath5k/desc.c   |    6 -
 drivers/net/wireless/ath/ath5k/eeprom.c |    8 +
 drivers/net/wireless/ath/ath5k/eeprom.h |   88 +++++++++----
 drivers/net/wireless/ath/ath5k/pcu.c    |   14 +-
 drivers/net/wireless/ath/ath5k/phy.c    |   51 ++++---
 drivers/net/wireless/ath/ath5k/reg.h    |    3 
 drivers/net/wireless/ath/ath5k/reset.c  |   31 ++---
 14 files changed, 396 insertions(+), 97 deletions(-)

-- 
Signature

^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2010-03-09 14:45 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-09  7:55 [PATCH 00/13] all my ath5k patches Bruno Randolf
2010-03-09  7:55 ` [PATCH 01/13] ath5k: add antenna statistics and debugfs file for antenna settings Bruno Randolf
2010-03-09 12:15   ` Nick Kossifidis
2010-03-09  7:55 ` [PATCH 02/13] ath5k: use fixed antenna for tx descriptors Bruno Randolf
2010-03-09 12:16   ` Nick Kossifidis
2010-03-09  7:55 ` [PATCH 03/13] ath5k: preserve antenna settings Bruno Randolf
2010-03-09 12:16   ` Nick Kossifidis
2010-03-09  7:55 ` [PATCH 04/13] ath5k: fix TSF reset Bruno Randolf
2010-03-09 12:17   ` Nick Kossifidis
2010-03-09  7:55 ` [PATCH 05/13] ath5k: remove double opmode definition Bruno Randolf
2010-03-09 12:17   ` Nick Kossifidis
2010-03-09  7:55 ` [PATCH 06/13] ath5k: remove ah_magic Bruno Randolf
2010-03-09 12:18   ` Nick Kossifidis
2010-03-09  7:55 ` [PATCH 07/13] ath5k: remove ah_mac_revision Bruno Randolf
2010-03-09 12:18   ` Nick Kossifidis
2010-03-09  7:55 ` [PATCH 08/13] ath5k: remove ah_gpio_npins Bruno Randolf
2010-03-09 12:19   ` Nick Kossifidis
2010-03-09  7:56 ` [PATCH 09/13] ath5k: add debugfs file frameerrors Bruno Randolf
2010-03-09 12:21   ` Nick Kossifidis
2010-03-09  7:56 ` [PATCH 10/13] ath5k: fix I/Q calibration (for real) Bruno Randolf
2010-03-09 12:22   ` Nick Kossifidis
2010-03-09  7:56 ` [PATCH 11/13] ath5k: read eeprom IQ calibration values correctly for G mode Bruno Randolf
2010-03-09 12:22   ` Nick Kossifidis
2010-03-09  7:56 ` [PATCH 12/13] ath5k: IQ calibration for AR5211 is slightly different Bruno Randolf
2010-03-09 12:23   ` Nick Kossifidis
2010-03-09  7:56 ` [PATCH 13/13] ath5k: Minor EEPROM documentation updates Bruno Randolf
2010-03-09 14:33 ` [PATCH 00/13] all my ath5k patches John W. Linville

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.