linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michael Buesch <mb@bu3sch.de>
To: John Linville <linville@tuxdriver.com>
Cc: linux-wireless@vger.kernel.org, bcm43xx-dev@lists.berlios.de
Subject: Please pull http://bu3sch.de/git/wireless-dev.git for-linville
Date: Thu, 15 Mar 2007 16:08:18 +0100	[thread overview]
Message-ID: <200703151608.19112.mb@bu3sch.de> (raw)

The following changes since commit 4533da881f2d8c3e0dbb5b3dbc7a919e12438a8a:
  Andrew Morton:
        b44 warning fixes

are found in the git repository at:

  http://bu3sch.de/git/wireless-dev.git for-linville

Michael Buesch:
      ssb-ohci: Completely disable the driver on non-embedded systems
      ssb: Move and rename some files.
      ssb: Don't freeze unregistered devices.
      bcm43xx-mac80211: Rewrite of the LO feedthrough measuring statemachine.
      bcm43xx-mac80211: More LO fixes.
      Merge branch 'master' of git://git.kernel.org/.../linville/wireless-dev
      bcm43xx-mac80211: Select SSB_DEBUG if bcm43xx debugging is enabled.

 drivers/net/wireless/mac80211/bcm43xx/Kconfig      |    1 
 drivers/net/wireless/mac80211/bcm43xx/bcm43xx.h    |    5 
 drivers/net/wireless/mac80211/bcm43xx/bcm43xx_lo.c |  702 +++++++------
 drivers/net/wireless/mac80211/bcm43xx/bcm43xx_lo.h |   29 -
 .../net/wireless/mac80211/bcm43xx/bcm43xx_main.c   |    9 
 .../net/wireless/mac80211/bcm43xx/bcm43xx_phy.c    |  107 +-
 .../net/wireless/mac80211/bcm43xx/bcm43xx_phy.h    |    6 
 drivers/ssb/Makefile                               |   17 
 drivers/ssb/core.c                                 | 1038 --------------------
 drivers/ssb/driver_chipcommon.c                    |  402 ++++++++
 drivers/ssb/driver_chipcommon/chipcommon.c         |  402 --------
 drivers/ssb/driver_mips/mips.c                     |  258 -----
 drivers/ssb/driver_mipscore.c                      |  258 +++++
 drivers/ssb/driver_pci/pcicore.c                   |  556 -----------
 drivers/ssb/driver_pcicore.c                       |  556 +++++++++++
 drivers/ssb/main.c                                 | 1042 ++++++++++++++++++++
 drivers/usb/host/Kconfig                           |   11 
 drivers/usb/host/ohci-ssb.c                        |    9 
 18 files changed, 2731 insertions(+), 2677 deletions(-)
 delete mode 100644 drivers/ssb/core.c
 create mode 100644 drivers/ssb/driver_chipcommon.c
 delete mode 100644 drivers/ssb/driver_chipcommon/chipcommon.c
 delete mode 100644 drivers/ssb/driver_mips/mips.c
 create mode 100644 drivers/ssb/driver_mipscore.c
 delete mode 100644 drivers/ssb/driver_pci/pcicore.c
 create mode 100644 drivers/ssb/driver_pcicore.c
 create mode 100644 drivers/ssb/main.c

-- 
Greetings Michael.

             reply	other threads:[~2007-03-15 15:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-15 15:08 Michael Buesch [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-03-05 21:33 Please pull http://bu3sch.de/git/wireless-dev.git for-linville Michael Buesch
2007-02-21 16:00 Michael Buesch

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=200703151608.19112.mb@bu3sch.de \
    --to=mb@bu3sch.de \
    --cc=bcm43xx-dev@lists.berlios.de \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    /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).