All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ath5k descriptor cleanup + ibss beacon fix
@ 2008-03-05  9:34 Bruno Randolf
  2008-03-05  9:35 ` [PATCH 1/4] ath5k: struct ath5k_desc cleanups Bruno Randolf
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Bruno Randolf @ 2008-03-05  9:34 UTC (permalink / raw)
  To: ath5k-devel; +Cc: mcgrof, jirislaby, mickflemm, linux-wireless, linville

hello!

here are some patches, some i have had lying around for a while.

especially the first two touch the very core of the driver, so please review
them. i have been careful and i don't think it creates a problem, but i have
tested it only with ar5212 because i don't have a 5210 to test with
unfortunately.

the other ones are just about rx timestamps and a workaround for some hardware
bugs in ibss mode.

Bruno Randolf (4):
      ath5k: work around wrong beacon rx timestamp in IBSS mode
      ath5k: add notes about rx timestamp
      ath5k: move rx and tx status structures out of hardware descriptor
      ath5k: struct ath5k_desc cleanups


 drivers/net/wireless/ath5k/ath5k.h |   35 ++--
 drivers/net/wireless/ath5k/base.c  |  144 ++++++++++------
 drivers/net/wireless/ath5k/debug.c |   31 ++-
 drivers/net/wireless/ath5k/debug.h |    6 -
 drivers/net/wireless/ath5k/hw.c    |  331 ++++++++++++++++++------------------
 drivers/net/wireless/ath5k/hw.h    |  150 ++++++++++------
 6 files changed, 379 insertions(+), 318 deletions(-)

-- 
Signature

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

end of thread, other threads:[~2008-03-05  9:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-05  9:34 [PATCH 0/4] ath5k descriptor cleanup + ibss beacon fix Bruno Randolf
2008-03-05  9:35 ` [PATCH 1/4] ath5k: struct ath5k_desc cleanups Bruno Randolf
2008-03-05  9:57   ` [PATCH] " Bruno Randolf
2008-03-05  9:35 ` [PATCH 2/4] ath5k: move rx and tx status structures out of hardware descriptor Bruno Randolf
2008-03-05  9:36 ` [PATCH 3/4] ath5k: add notes about rx timestamp Bruno Randolf
2008-03-05  9:36 ` [PATCH 4/4] ath5k: work around wrong beacon rx timestamp in IBSS mode Bruno Randolf

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.