All of lore.kernel.org
 help / color / mirror / Atom feed
From: "John W. Linville" <linville@tuxdriver.com>
To: jeff@garzik.org
Cc: netdev@vger.kernel.org, linux-wireless@vger.kernel.org
Subject: Please pull 'upstream-jgarzik-2' branch of wireless-2.6
Date: Thu, 10 Jan 2008 14:48:35 -0500	[thread overview]
Message-ID: <20080110194835.GE3109@tuxdriver.com> (raw)
In-Reply-To: <20080109032009.GC3048@tuxdriver.com>

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

Jeff,

This is additive on top of the pull request posted on Tuesday evening:

	http://marc.info/?l=linux-wireless&m=119985065704687&w=2

If you pull this one, you will get that one as well.

Please let me know if there are any problems!

Thanks,

John

---

Individual patches are available here:

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

---

The following changes since commit deb27641a93290475f6c66b99d2fceabbc28d6fb:
  Michael Buesch (1):
        zd1211rw: fix alignment for QOS and WDS frames

are available in the git repository at:

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

John W. Linville (2):
      b43: finish removal of pio support
      iwlwifi: fix-up damage from rebase of namespace separation patches

Michael Buesch (3):
      b43: Add N-PHY register definitions
      b43: Fix PHY register routing
      b43: Remove the PHY spinlock

Pavel Roskin (1):
      hostap_cs: don't match revisions in presense of the MAC chip name

 drivers/net/wireless/b43/Makefile           |    1 +
 drivers/net/wireless/b43/b43.h              |   17 +-
 drivers/net/wireless/b43/debugfs.c          |    6 +-
 drivers/net/wireless/b43/lo.c               |   64 ++--
 drivers/net/wireless/b43/main.c             |    4 -
 drivers/net/wireless/b43/nphy.c             |   34 ++
 drivers/net/wireless/b43/nphy.h             |  706 +++++++++++++++++++++++++++
 drivers/net/wireless/b43/phy.c              |  235 +++++----
 drivers/net/wireless/b43/phy.h              |   57 +--
 drivers/net/wireless/b43/pio.c              |  652 -------------------------
 drivers/net/wireless/b43/pio.h              |  153 ------
 drivers/net/wireless/hostap/hostap_cs.c     |   15 +-
 drivers/net/wireless/iwlwifi/iwl3945-base.c |    9 +-
 drivers/net/wireless/iwlwifi/iwl4965-base.c |    9 +-
 14 files changed, 949 insertions(+), 1013 deletions(-)
 create mode 100644 drivers/net/wireless/b43/nphy.c
 create mode 100644 drivers/net/wireless/b43/nphy.h
 delete mode 100644 drivers/net/wireless/b43/pio.c
 delete mode 100644 drivers/net/wireless/b43/pio.h

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

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

      reply	other threads:[~2008-01-10 20:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-09  3:20 Please pull 'upstream-jgarzik' branch of wireless-2.6 (use this one) John W. Linville
2008-01-09  3:20 ` John W. Linville
2008-01-10 19:48 ` John W. Linville [this message]

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=20080110194835.GE3109@tuxdriver.com \
    --to=linville@tuxdriver.com \
    --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 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.