All of lore.kernel.org
 help / color / mirror / Atom feed
From: "John W. Linville" <linville@tuxdriver.com>
To: davem@davemloft.net
Cc: linux-wireless@vger.kernel.org, netdev@vger.kernel.org
Subject: Please pull 'upstream-davem' branch of wireless-2.6
Date: Tue, 28 Aug 2007 18:50:29 -0400	[thread overview]
Message-ID: <20070828225029.GA2967@tuxdriver.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 3893 bytes --]

Dave,

A passel of mac80211 patches for 2.6.24...

If you have already rebased, you can extract the series as:

	master-davem..upstream-davem

Also, the individual patches are available here:

	http://www.kernel.org/pub/linux/kernel/people/linville/wireless-2.6/upstream-davem/

And, of course, simply ask and I'll rebase on whatever is current when
you get to my poor pull request. :-)

Thanks!

John

---

The following changes since commit e2eb35e4e38a2a861b99a75ed7643021fff66bf9:
  Thomas Graf (1):
        [ATM]: Fix build errors after conversion to pr_debug()

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git upstream-davem

Jiri Slaby (4):
      Net: mac80211, remove bitfields from struct ieee80211_tx_packet_data
      Net: mac80211, remove bitfields from struct ieee80211_txrx_data
      Net: mac80211, remove bitfields from struct ieee80211_if_sta
      Net: mac80211, remove bitfields from struct ieee80211_sub_if_data

Johannes Berg (27):
      mac80211: avoid copying packets to interfaces that are down
      mac80211: fix key debugfs
      mac80211: remove reset callback
      mac80211: remove IEEE80211_HW_HOST_GEN_BEACON flag
      mac80211: remove PRISM2_PARAM_RADIO_ENABLED
      mac80211: remove IEEE80211_HW_DATA_NULLFUNC_ACK
      mac80211: ratelimit some RX messages
      mac80211: remove ieee80211_msg_wep_frame_unknown_key
      mac80211: remove radar stuff
      mac80211: fix software decryption
      mac80211: remove unused ioctls (1)
      mac80211: remove unused ioctls (2)
      mac80211: remove unused ioctls (3)
      mac80211: kill key_mgmt, use key_management_enabled
      mac80211: refactor event sending
      mac80211: use switch statement in tx code
      mac80211: embed key conf in key, fix driver interface
      mac80211: remove krefs for keys
      mac80211 key handling: remove default_wep_only
      mac80211: remove fake set_key() call
      mac80211: rework key handling
      mac80211: add interface index to key debugfs
      mac80211: fix preamble setting
      mac80211: clean up whitespace
      mac80211: improve key selection comment
      mac80211: remove hostapd interface stuff
      mac80211: make assoc_ap a flag

John W. Linville (1):
      mac80211: filter locally-originated multicast frames

Larry Finger (1):
      mac80211: Remove overly sticky averaging filters for rssi, signal, noise

 include/net/mac80211.h          |  185 +++++++++-------
 net/mac80211/Makefile           |    1 +
 net/mac80211/debugfs.c          |    9 -
 net/mac80211/debugfs_key.c      |   65 ++++--
 net/mac80211/debugfs_netdev.c   |   14 +-
 net/mac80211/debugfs_sta.c      |    1 -
 net/mac80211/event.c            |   42 ++++
 net/mac80211/hostapd_ioctl.h    |   38 ----
 net/mac80211/ieee80211.c        |  133 ++++--------
 net/mac80211/ieee80211_common.h |    4 +-
 net/mac80211/ieee80211_i.h      |  108 ++++-----
 net/mac80211/ieee80211_iface.c  |   33 +--
 net/mac80211/ieee80211_ioctl.c  |  460 +++++++--------------------------------
 net/mac80211/ieee80211_key.h    |   49 +++--
 net/mac80211/ieee80211_sta.c    |  134 +++++++-----
 net/mac80211/key.c              |  268 ++++++++++++++++++++---
 net/mac80211/rc80211_simple.c   |    8 -
 net/mac80211/rx.c               |  350 ++++++++++++++++-------------
 net/mac80211/sta_info.c         |   33 +---
 net/mac80211/sta_info.h         |   13 +-
 net/mac80211/tkip.c             |   18 +-
 net/mac80211/tx.c               |  131 ++++++-----
 net/mac80211/util.c             |    6 +-
 net/mac80211/wep.c              |   18 +-
 net/mac80211/wme.c              |   11 +-
 net/mac80211/wpa.c              |  107 ++++------
 26 files changed, 1065 insertions(+), 1174 deletions(-)
 create mode 100644 net/mac80211/event.c

Omnibus patch attached as upstream-davem.patch.bz2.
-- 
John W. Linville
linville@tuxdriver.com

[-- Attachment #2: upstream-davem.patch.bz2 --]
[-- Type: application/x-bzip2, Size: 31179 bytes --]

             reply	other threads:[~2007-08-28 23:14 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-28 22:50 John W. Linville [this message]
2007-08-29  0:21 ` Please pull 'upstream-davem' branch of wireless-2.6 David Miller
  -- strict thread matches above, loose matches on Subject: below --
2008-01-08 19:29 John W. Linville
2008-01-09  7:36 ` David Miller
2008-01-09  7:36   ` David Miller
2007-12-20 15:53 John W. Linville
2007-12-20 22:38 ` John W. Linville
2007-12-21  4:04   ` David Miller
2007-12-21  4:04     ` David Miller
2007-12-17 20:55 John W. Linville
2007-12-18  6:57 ` David Miller
2007-12-18  6:57   ` David Miller
2007-12-01  2:23 John W. Linville
2007-12-01  2:23 ` John W. Linville
2007-12-01 13:54 ` Herbert Xu
2007-12-01 13:54   ` Herbert Xu
2007-11-20 22:11 John W. Linville
2007-11-21  1:27 ` David Miller
2007-11-21  1:27   ` David Miller
2007-11-07  3:08 John W. Linville
2007-11-20  5:24 ` David Miller
2007-10-10  0:21 John W. Linville
2007-10-10  1:13 ` David Miller
2007-10-10  1:13   ` David Miller
2007-10-03  1:25 John W. Linville
2007-10-03  1:45 ` John W. Linville
2007-10-03  1:45   ` John W. Linville
2007-10-03  2:01 ` David Miller
2007-10-03  2:01   ` David Miller
2007-10-03 14:10   ` John W. Linville
2007-10-03 14:10     ` John W. Linville
2007-10-03 21:52     ` David Miller
2007-10-03 21:52       ` David Miller
2007-09-15 13:20 John W. Linville
2007-09-15 13:20 ` John W. Linville
2007-08-15  0:32 Please pull 'fixes-davem' " John W. Linville
2007-08-15  0:34 ` Please pull 'upstream-davem' " John W. Linville
2007-08-15  0:34   ` John W. Linville
2007-08-15 23:09   ` David Miller
2007-08-15 23:09     ` David Miller
2007-08-19 23:32   ` David Miller
2007-08-19 23:32     ` David Miller
2007-08-06 20:13 Please pull 'fixes-davem' " John W. Linville
2007-08-06 21:01 ` Please pull 'upstream-davem' " John W. Linville
2007-08-09  9:00   ` David Miller
2007-07-18  2:16 John W. Linville
2007-07-18  2:16 ` John W. Linville
2007-07-18  3:17 ` David Miller
2007-07-18 15:34   ` John W. Linville
2007-07-18 15:34     ` John W. Linville
2007-07-18 22:32     ` David Miller
2007-07-18 22:32       ` David Miller
2007-07-19  0:45       ` John W. Linville
2007-07-19  1:21         ` David Miller
2007-07-12 20:41 John W. Linville
2007-07-12 20:41 ` John W. Linville
2007-07-15  1:59 ` David Miller
2007-07-15  1:59   ` David Miller
2007-07-15  3:41   ` David Miller
2007-07-15  3:41     ` David Miller
2007-07-16 16:37 ` Andy Green
2007-07-16 16:49   ` Jiri Benc

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=20070828225029.GA2967@tuxdriver.com \
    --to=linville@tuxdriver.com \
    --cc=davem@davemloft.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=netdev@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.