netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "John W. Linville" <linville@tuxdriver.com>
To: davem@davemloft.net
Cc: jeff@garzik.org, linux-wireless@vger.kernel.org, netdev@vger.kernel.org
Subject: Please pull 'upstream-davem' branch of wireless-2.6
Date: Tue, 9 Oct 2007 20:21:45 -0400	[thread overview]
Message-ID: <20071010002145.GD3175@tuxdriver.com> (raw)

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

Jeff & Dave,

A last round of patches, hopefully in time for 2.6.24.

Thanks!

John

---

The following changes since commit 7b4cd20628fe5c4e145c383fcd8d954d38f7be61:
  Benjamin Thery (1):
        [IPv6]: use container_of() macro in fib6_clean_node()

are available in the git repository at:

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

Dan Williams (2):
      ipw2200: batch non-user-requested scan result notifications
      libertas: problems setting wpa keys

Daniel Drake (1):
      zd1211rw: Add ID for TalkTalk SNU5630NS/05

Geert Uytterhoeven (1):
      libertas link error due to gcc `smartness'

Holger Schurig (6):
      libertas: fix u8 constant
      libertas: fix a debug statement
      libertas: fix "warning: Using plain integer as NULL pointer" sparse warnings
      libertas: clean up scan debug messages
      libertas: remove one superfluous include
      libertas: let get nick return what set nick has set

Ivo van Doorn (16):
      rt2x00: Remove duplicate code in MAC & BSSID handling
      rt2x00: Remove radio check from rt2x00lib_toggle_rx
      rt2x00: Store "STARTED" state during suspend
      rt2x00: Move rt2x00dev flags into enumeration
      rt2x00: Don't use changed_flags inside configure_packet_filter
      rt2x00: Fix rfkill handling
      rt2x00: Move TSF sync values into rt2x00config
      rt2x00: get_duration expects values in 100kbs
      rt2x00: Cut lines down to 80 characters
      rt2x00: Add get_tx_data_len callback function
      rt2x00: Pass dev_state to rt2x00lib_toggle_rx
      rt2x00: Small optimizations
      rt2x00: Reorganize configuration handler
      rt2x00: Clean disabling of rt73usb_get_tsf
      rt2x00: Allways memset memory obtained from skb_push()
      rt2x00: Release 2.0.10

John W. Linville (1):
      ieee80211_if_set_type: make check for master dev more explicit

Marcin Juszkiewicz (1):
      Add Linksys card to HostAP driver

Martti Huttunen (1):
      p54usb: Add device ID for Linksys WUSB54AG

Mattias Nissler (1):
      mac80211: Defer setting of RX_FLAG_DECRYPTED.

Michael Wu (1):
      rtl8187: Add device ID for HP wireless print kit usb dongle

Stefan Lippers-Hollmann (1):
      hostap_cs: Add device ID for Telekom T-Sinus 111card

 drivers/net/wireless/hostap/hostap_cs.c    |    5 +
 drivers/net/wireless/ipw2200.c             |   56 ++++++--
 drivers/net/wireless/ipw2200.h             |    3 +
 drivers/net/wireless/libertas/assoc.c      |   35 ++++-
 drivers/net/wireless/libertas/cmd.c        |    4 +-
 drivers/net/wireless/libertas/cmdresp.c    |    2 +-
 drivers/net/wireless/libertas/debugfs.c    |    5 +-
 drivers/net/wireless/libertas/host.h       |    4 +-
 drivers/net/wireless/libertas/if_usb.c     |    1 -
 drivers/net/wireless/libertas/join.c       |    2 -
 drivers/net/wireless/libertas/scan.c       |  223 +++++++++++++++++++---------
 drivers/net/wireless/libertas/wext.c       |   34 +----
 drivers/net/wireless/p54usb.c              |    1 +
 drivers/net/wireless/rt2x00/rt2400pci.c    |  186 +++++++++--------------
 drivers/net/wireless/rt2x00/rt2500pci.c    |  201 ++++++++++---------------
 drivers/net/wireless/rt2x00/rt2500usb.c    |  200 +++++++++++--------------
 drivers/net/wireless/rt2x00/rt2x00.h       |   93 +++++++++---
 drivers/net/wireless/rt2x00/rt2x00config.c |  113 +++++++++++++-
 drivers/net/wireless/rt2x00/rt2x00dev.c    |   52 +++++---
 drivers/net/wireless/rt2x00/rt2x00lib.h    |   14 +--
 drivers/net/wireless/rt2x00/rt2x00mac.c    |   38 +++++-
 drivers/net/wireless/rt2x00/rt2x00reg.h    |    9 +
 drivers/net/wireless/rt2x00/rt2x00rfkill.c |    4 +-
 drivers/net/wireless/rt2x00/rt2x00usb.c    |   29 ++--
 drivers/net/wireless/rt2x00/rt61pci.c      |  166 +++++++--------------
 drivers/net/wireless/rt2x00/rt73usb.c      |  195 ++++++++++---------------
 drivers/net/wireless/rtl8187_dev.c         |    2 +
 drivers/net/wireless/zd1211rw/zd_usb.c     |    1 +
 net/mac80211/ieee80211_iface.c             |    2 +-
 net/mac80211/rx.c                          |   20 ++-
 30 files changed, 913 insertions(+), 787 deletions(-)

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: 21603 bytes --]

             reply	other threads:[~2007-10-10  0:38 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-10  0:21 John W. Linville [this message]
     [not found] ` <20071010002145.GD3175-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
2007-10-10  1:13   ` 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
     [not found] ` <20080108192914.GA3086-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
2008-01-09  7:36   ` David Miller
2007-12-20 15:53 John W. Linville
2007-12-20 22:38 ` John W. Linville
     [not found]   ` <20071220223850.GL3139-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
2007-12-21  4:04     ` David Miller
2007-12-17 20:55 John W. Linville
     [not found] ` <20071217205540.GH3121-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
2007-12-18  6:57   ` David Miller
2007-12-01  2:23 John W. Linville
     [not found] ` <20071201022306.GA28032-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
2007-12-01 13:54   ` Herbert Xu
2007-11-20 22:11 John W. Linville
     [not found] ` <20071120221135.GI16090-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
2007-11-21  1:27   ` David Miller
2007-11-07  3:08 John W. Linville
2007-11-20  5:24 ` David Miller
2007-10-03  1:25 John W. Linville
     [not found] ` <20071003012552.GE29361-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
2007-10-03  1:45   ` John W. Linville
2007-10-03  2:01   ` David Miller
     [not found]     ` <20071002.190156.41633562.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2007-10-03 14:10       ` John W. Linville
     [not found]         ` <20071003141051.GA5790-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
2007-10-03 21:52           ` David Miller
2007-09-15 13:20 John W. Linville
2007-08-15  0:32 Please pull 'fixes-davem' " John W. Linville
     [not found] ` <20070815003234.GI7198-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
2007-08-15  0:34   ` Please pull 'upstream-davem' " John W. Linville
     [not found]     ` <20070815003410.GJ7198-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
2007-08-15 23:09       ` 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  3:17 ` David Miller
     [not found]   ` <20070717.201716.112622844.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2007-07-18 15:34     ` John W. Linville
     [not found]       ` <20070718153449.GA6625-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
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
     [not found] ` <20070712204137.GB14486-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
2007-07-15  1:59   ` David Miller
     [not found]     ` <20070714.185935.18577806.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2007-07-15  3:41       ` David Miller

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=20071010002145.GD3175@tuxdriver.com \
    --to=linville@tuxdriver.com \
    --cc=davem@davemloft.net \
    --cc=jeff@garzik.org \
    --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 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).