linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/12] at76_usb mac80211 port
@ 2008-02-10 14:59 Kalle Valo
  2008-02-10 14:59 ` [PATCH 01/12] Use net/mac80211.h instead of net/ieee80211.h Kalle Valo
                   ` (12 more replies)
  0 siblings, 13 replies; 21+ messages in thread
From: Kalle Valo @ 2008-02-10 14:59 UTC (permalink / raw)
  To: linux-wireless; +Cc: Pavel Roskin

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(-)


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

end of thread, other threads:[~2008-03-10  1:00 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-10 14:59 [PATCH 00/12] at76_usb mac80211 port Kalle Valo
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

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).