public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/21] d80211: pull request
@ 2006-08-23 19:24 Jiri Benc
  2006-08-23 19:24 ` [PATCH 1/21] d80211: relax sysfs permissions Jiri Benc
                   ` (21 more replies)
  0 siblings, 22 replies; 24+ messages in thread
From: Jiri Benc @ 2006-08-23 19:24 UTC (permalink / raw)
  To: John W. Linville; +Cc: netdev

Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/jbenc/dscape.git master
to obtain following patches:

David Kimdon:
      d80211: allow for large scan results
      d80211: fix multiple device support
      d80211: fix interface removal

Jiri Benc:
      d80211: remove useless and wrong check for interface type

Johannes Berg:
      d80211: relax sysfs permissions
      d80211: master link
      d80211: pointers as extended booleans
      d80211: use kzalloc()
      d80211: get rid of WME bitfield
      d80211: get rid of sta_aid in favour of keeping track of TIM
      d80211: clean up exports
      d80211: clean up includes
      d80211: fix some sparse warnings
      d80211: make lowlevel TX framedump option visible
      d80211: surface IBSS debug
      d80211: get rid of MICHAEL_MIC_HWACCEL define
      d80211: surface powersave debug switch
      d80211: fix some documentation

Michael Buesch:
      d80211: add ieee80211_stop_queues()

Michael Wu:
      d80211: switch status codes, reason codes, and EIDs to enums
      d80211: Group EIDs by standard, add remaining 802.11d EIDs

 include/net/d80211.h         |  144 ++++++++++++----------
 include/net/d80211_mgmt.h    |  158 ++++++++++++++----------
 net/d80211/Kconfig           |   26 ++++
 net/d80211/aes_ccm.c         |    3 
 net/d80211/aes_ccm.h         |    2 
 net/d80211/fifo_qdisc.c      |    5 -
 net/d80211/ieee80211.c       |  276 +++++++++++++++++++++---------------------
 net/d80211/ieee80211_i.h     |   68 ++++++----
 net/d80211/ieee80211_iface.c |    8 +
 net/d80211/ieee80211_ioctl.c |   79 ++++++------
 net/d80211/ieee80211_key.h   |    7 +
 net/d80211/ieee80211_scan.c  |   12 +-
 net/d80211/ieee80211_sta.c   |  113 ++++++++---------
 net/d80211/ieee80211_sysfs.c |    6 -
 net/d80211/rate_control.c    |   18 +--
 net/d80211/rate_control.h    |    2 
 net/d80211/sta_info.c        |   31 ++---
 net/d80211/sta_info.h        |   14 +-
 net/d80211/tkip.c            |   15 --
 net/d80211/tkip.h            |    1 
 net/d80211/wep.c             |   14 +-
 net/d80211/wme.c             |   24 ++--
 net/d80211/wme.h             |   25 ----
 net/d80211/wpa.c             |   17 ---
 24 files changed, 537 insertions(+), 531 deletions(-)


-- 
Jiri Benc
SUSE Labs

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

end of thread, other threads:[~2006-08-24  7:57 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-23 19:24 [PATCH 0/21] d80211: pull request Jiri Benc
2006-08-23 19:24 ` [PATCH 1/21] d80211: relax sysfs permissions Jiri Benc
2006-08-23 19:24 ` [PATCH 2/21] d80211: master link Jiri Benc
2006-08-23 19:24 ` [PATCH 3/21] d80211: pointers as extended booleans Jiri Benc
2006-08-23 19:24 ` [PATCH 4/21] d80211: use kzalloc() Jiri Benc
2006-08-23 19:24 ` [PATCH 5/21] d80211: get rid of WME bitfield Jiri Benc
2006-08-23 19:24 ` [PATCH 6/21] d80211: get rid of sta_aid in favour of keeping track of TIM Jiri Benc
2006-08-23 19:24 ` [PATCH 7/21] d80211: clean up exports Jiri Benc
2006-08-23 19:24 ` [PATCH 8/21] d80211: clean up includes Jiri Benc
2006-08-23 19:24 ` [PATCH 9/21] d80211: fix some sparse warnings Jiri Benc
2006-08-23 19:24 ` [PATCH 10/21] d80211: make lowlevel TX framedump option visible Jiri Benc
2006-08-23 19:24 ` [PATCH 11/21] d80211: surface IBSS debug Jiri Benc
2006-08-23 19:24 ` [PATCH 12/21] d80211: get rid of MICHAEL_MIC_HWACCEL define Jiri Benc
2006-08-23 19:24 ` [PATCH 13/21] d80211: surface powersave debug switch Jiri Benc
2006-08-23 19:24 ` [PATCH 14/21] d80211: fix some documentation Jiri Benc
2006-08-23 19:24 ` [PATCH 15/21] d80211: switch status codes, reason codes, and EIDs to enums Jiri Benc
2006-08-23 19:24 ` [PATCH 16/21] d80211: Group EIDs by standard, add remaining 802.11d EIDs Jiri Benc
2006-08-23 19:24 ` [PATCH 17/21] d80211: remove useless and wrong check for interface type Jiri Benc
2006-08-23 19:24 ` [PATCH 18/21] d80211: allow for large scan results Jiri Benc
2006-08-23 19:24 ` [PATCH 19/21] d80211: fix multiple device support Jiri Benc
2006-08-23 19:24 ` [PATCH 20/21] d80211: fix interface removal Jiri Benc
2006-08-23 19:24 ` [PATCH 21/21] d80211: add ieee80211_stop_queues() Jiri Benc
2006-08-23 19:30 ` [PATCH 0/21] d80211: pull request Jiri Benc
2006-08-24  7:58   ` Johannes Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox