linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/19] d80211: pull request
@ 2007-03-23 20:44 Jiri Benc
  2007-03-23 20:44 ` [PATCH 1/19] mac80211: drop packets from nonexisting interfaces in PS mode Jiri Benc
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: Jiri Benc @ 2007-03-23 20:44 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-wireless

Sorry again for the long delay. I reviewed most of patches sent in last
three weeks, with one big exception of radiotap support (that's my task for
the next week :-)).

Please note that I renamed my tree to mac80211.git.

John, please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/jbenc/mac80211.git master
to obtain following patches:

Hong Liu:
      mac80211: fix wrong keyidx will change default key
      mac80211: fix passing wrong pointer to ieee80211_dump_frame

Ivo van Doorn:
      mac80211: Prevent unregistering of unregistered hw
      mac80211: Add software sequence support

Jiri Benc:
      mac80211: drop packets from nonexisting interfaces in PS mode
      mac80211: remove useless callbacks from wmaster
      mac80211: fix rtnl locking in ieee80211_register_hw

Johannes Berg:
      mac80211: fix remaining sparse warnings

johannes@sipsolutions.net:
      mac80211: move PHY things to debugfs
      mac80211: move sta dir to debugfs
      mac80211: move per-netdev and key stuff to debugfs
      mac80211 debugfs Kconfig

Michael Buesch:
      mac80211: Fix pkt_type annotations
      mac80211: Properly kill tasklets before shutdown

Michael Wu:
      mac80211: Remove curr_rates and fix related concurrency issues
      mac80211: Remove tx_timeout callback
      mac80211: Set carrier status for STA interfaces
      mac80211: Stop virtual interfaces during scan
      mac80211: switch STA interfaces to PS mode during scan

 include/net/mac80211.h             |    7 
 net/mac80211/Kconfig               |    9 
 net/mac80211/Makefile              |    3 
 net/mac80211/debugfs.c             |  436 ++++++++++++++++++++++
 net/mac80211/debugfs.h             |   16 +
 net/mac80211/debugfs_key.c         |  253 +++++++++++++
 net/mac80211/debugfs_key.h         |   34 ++
 net/mac80211/debugfs_netdev.c      |  440 ++++++++++++++++++++++
 net/mac80211/debugfs_netdev.h      |   30 ++
 net/mac80211/debugfs_sta.c         |  242 ++++++++++++
 net/mac80211/debugfs_sta.h         |   12 +
 net/mac80211/ieee80211.c           |  298 +++++++--------
 net/mac80211/ieee80211_i.h         |  162 +++++++-
 net/mac80211/ieee80211_iface.c     |   25 -
 net/mac80211/ieee80211_ioctl.c     |  129 +++---
 net/mac80211/ieee80211_key.h       |   21 +
 net/mac80211/ieee80211_rate.h      |   47 +-
 net/mac80211/ieee80211_scan.c      |    2 
 net/mac80211/ieee80211_sta.c       |  138 +++++--
 net/mac80211/ieee80211_sysfs.c     |  718 ------------------------------------
 net/mac80211/ieee80211_sysfs.h     |   12 -
 net/mac80211/ieee80211_sysfs_sta.c |  438 ----------------------
 net/mac80211/rc80211_simple.c      |  139 ++++---
 net/mac80211/sta_info.c            |   82 ++--
 net/mac80211/sta_info.h            |   18 +
 25 files changed, 2102 insertions(+), 1609 deletions(-)

-- 
Jiri Benc
SUSE Labs

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

end of thread, other threads:[~2007-03-23 20:43 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-23 20:44 [PATCH 0/19] d80211: pull request Jiri Benc
2007-03-23 20:44 ` [PATCH 1/19] mac80211: drop packets from nonexisting interfaces in PS mode Jiri Benc
2007-03-23 20:44 ` [PATCH 2/19] mac80211: remove useless callbacks from wmaster Jiri Benc
2007-03-23 20:44 ` [PATCH 3/19] mac80211: fix rtnl locking in ieee80211_register_hw Jiri Benc
2007-03-23 20:44 ` [PATCH 4/19] mac80211: Remove curr_rates and fix related concurrency issues Jiri Benc
2007-03-23 20:44 ` [PATCH 5/19] mac80211: Remove tx_timeout callback Jiri Benc
2007-03-23 20:44 ` [PATCH 6/19] mac80211: Set carrier status for STA interfaces Jiri Benc
2007-03-23 20:44 ` [PATCH 7/19] mac80211: Stop virtual interfaces during scan Jiri Benc
2007-03-23 20:44 ` [PATCH 8/19] mac80211: Fix pkt_type annotations Jiri Benc
2007-03-23 20:44 ` [PATCH 9/19] mac80211: move PHY things to debugfs Jiri Benc
2007-03-23 20:44 ` [PATCH 10/19] mac80211: move sta dir " Jiri Benc
2007-03-23 20:44 ` [PATCH 11/19] mac80211: move per-netdev and key stuff " Jiri Benc
2007-03-23 20:44 ` [PATCH 12/19] mac80211 debugfs Kconfig Jiri Benc
2007-03-23 20:44 ` [PATCH 13/19] mac80211: fix remaining sparse warnings Jiri Benc
2007-03-23 20:44 ` [PATCH 14/19] mac80211: switch STA interfaces to PS mode during scan Jiri Benc
2007-03-23 20:44 ` [PATCH 15/19] mac80211: fix wrong keyidx will change default key Jiri Benc
2007-03-23 20:44 ` [PATCH 16/19] mac80211: fix passing wrong pointer to ieee80211_dump_frame Jiri Benc
2007-03-23 20:45 ` [PATCH 17/19] mac80211: Properly kill tasklets before shutdown Jiri Benc
2007-03-23 20:45 ` [PATCH 18/19] mac80211: Prevent unregistering of unregistered hw Jiri Benc
2007-03-23 20:45 ` [PATCH 19/19] mac80211: Add software sequence support Jiri Benc

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