From: Kalle Valo <kalle.valo@iki.fi>
To: linux-wireless@vger.kernel.org
Cc: Pavel Roskin <proski@gnu.org>
Subject: [PATCH 00/12] at76_usb mac80211 port
Date: Sun, 10 Feb 2008 16:59:49 +0200 [thread overview]
Message-ID: <20080210145733.17592.61729.stgit@tikku> (raw)
Here's a patch series of my at76_usb mac80211 port. I'm sending them now
for comments. Currently open mode and WEP authentication are supported.
The patches have received very little testing, so please be careful when
trying these. Also some features, comparated to the original driver, are
missing. I will implement the missing features later.
I have checked all patches with checkpatch.pl and sparse. gcc warns
about three unused functions, but I plan to use them with the debugfs
interface in the future.
Thanks to Pavel Roskin for giving me guidance on the port.
---
Kalle Valo (11):
Remove struct net_device
Prepare for struct net_device removal
Allocate struct at76_priv using ieee80211_alloc_hw()
Use wiphy_name everywhere where needed
Remove support the legacy stack
Add support for WEP
Add support for monitor mode
at76_usb: add mac80211 support
Add DBG_CMD for debugging firmware commands
Convert DBG_TX levels to use at76_dbg_dump()
Add at76_dbg_dump() macro
Pavel Roskin (1):
Use net/mac80211.h instead of net/ieee80211.h
drivers/net/wireless/at76_usb.c | 4149 +++++----------------------------------
drivers/net/wireless/at76_usb.h | 172 --
2 files changed, 585 insertions(+), 3736 deletions(-)
next reply other threads:[~2008-02-10 15:10 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-10 14:59 Kalle Valo [this message]
2008-02-10 14:59 ` [PATCH 01/12] Use net/mac80211.h instead of net/ieee80211.h Kalle Valo
2008-02-10 15:00 ` [PATCH 02/12] Add at76_dbg_dump() macro Kalle Valo
2008-02-10 15:00 ` [PATCH 03/12] Convert DBG_TX levels to use at76_dbg_dump() Kalle Valo
2008-02-10 15:00 ` [PATCH 04/12] Add DBG_CMD for debugging firmware commands Kalle Valo
2008-02-10 15:00 ` [PATCH 05/12] at76_usb: add mac80211 support Kalle Valo
2008-02-10 15:00 ` [PATCH 06/12] Add support for monitor mode Kalle Valo
2008-02-10 15:49 ` Michael Buesch
2008-02-10 15:52 ` Michael Buesch
2008-03-09 16:10 ` Kalle Valo
2008-03-09 17:39 ` Michael Buesch
2008-02-10 15:00 ` [PATCH 07/12] Add support for WEP Kalle Valo
2008-02-10 15:00 ` [PATCH 08/12] Remove support the legacy stack Kalle Valo
2008-02-10 15:00 ` [PATCH 09/12] Use wiphy_name everywhere where needed Kalle Valo
2008-02-10 15:01 ` [PATCH 10/12] Allocate struct at76_priv using ieee80211_alloc_hw() Kalle Valo
2008-02-10 15:01 ` [PATCH 11/12] Prepare for struct net_device removal Kalle Valo
2008-02-10 15:01 ` [PATCH 12/12] Remove struct net_device Kalle Valo
2008-02-11 5:05 ` [PATCH 00/12] at76_usb mac80211 port Pavel Roskin
2008-02-11 5:17 ` Pavel Roskin
2008-03-09 16:43 ` Kalle Valo
2008-03-10 1:00 ` Pavel Roskin
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=20080210145733.17592.61729.stgit@tikku \
--to=kalle.valo@iki.fi \
--cc=linux-wireless@vger.kernel.org \
--cc=proski@gnu.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).