All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruno Randolf <bruno@thinktube.com>
To: ath5k-devel@lists.ath5k.org
Cc: mcgrof@gmail.com, jirislaby@gmail.com, mickflemm@gmail.com,
	linux-wireless@vger.kernel.org, linville@tuxdriver.com
Subject: [PATCH 0/4] ath5k descriptor cleanup + ibss beacon fix
Date: Wed, 05 Mar 2008 18:34:51 +0900	[thread overview]
Message-ID: <20080305091347.5670.40944.stgit@one> (raw)

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

             reply	other threads:[~2008-03-05  9:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-05  9:34 Bruno Randolf [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080305091347.5670.40944.stgit@one \
    --to=bruno@thinktube.com \
    --cc=ath5k-devel@lists.ath5k.org \
    --cc=jirislaby@gmail.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=mcgrof@gmail.com \
    --cc=mickflemm@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.