netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* d80211: pull request
@ 2006-11-22 16:47 Jiri Benc
  2006-11-23 16:33 ` wireless-dev updated -- 23 November 2006 John W. Linville
  0 siblings, 1 reply; 3+ messages in thread
From: Jiri Benc @ 2006-11-22 16:47 UTC (permalink / raw)
  To: John W. Linville; +Cc: NetDev

John,

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

David Kimdon:
      d80211: Remove unused ENABLE_COMPRESSION, DISABLE_COMPRESSION cmds to hw->set_key

Johannes Berg:
      d80211: clean up some stupid list and loop code
      d80211: reduce mdev usage
      d80211: reduce mdev usage
      d80211: reduce mdev usage, change ieee80211_rx_mgmt
      d80211: reduce master ieee80211_ptr deref in scan routines
      d80211: change the identifier netdev to ieee80211_hw
      d80211: add a perm_addr hardware property
      d80211: remove useless driver name field
      d80211: remove IEEE80211_CONF_SW_{EN,DE}CRYPT
      d80211: remove calib_int
      d80211: use ieee80211_hw.dev

I won't attach the patches this time as some of them are quite big and all
of them went to netdev a few days ago. Please note that these patches break
all d80211 drivers.


 drivers/net/wireless/d80211/bcm43xx/bcm43xx_main.c |    4 
 include/net/d80211.h                               |  253 ++++----
 include/net/d80211_common.h                        |    2 
 net/d80211/ieee80211.c                             |  618 +++++++++++---------
 net/d80211/ieee80211_dev.c                         |    8 
 net/d80211/ieee80211_i.h                           |   39 +
 net/d80211/ieee80211_iface.c                       |   34 -
 net/d80211/ieee80211_ioctl.c                       |  260 ++++----
 net/d80211/ieee80211_led.c                         |   12 
 net/d80211/ieee80211_scan.c                        |  105 ++-
 net/d80211/ieee80211_sta.c                         |  179 +++---
 net/d80211/ieee80211_sysfs.c                       |   40 +
 net/d80211/sta_info.c                              |   40 +
 net/d80211/wme.c                                   |   31 -
 net/d80211/wpa.c                                   |   50 +-
 15 files changed, 852 insertions(+), 823 deletions(-)

-- 
Jiri Benc
SUSE Labs

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

end of thread, other threads:[~2006-11-23 23:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-22 16:47 d80211: pull request Jiri Benc
2006-11-23 16:33 ` wireless-dev updated -- 23 November 2006 John W. Linville
2006-11-23 23:49   ` Johannes Berg

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