All of lore.kernel.org
 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 from http://bu3sch.de/git/wireless-dev.git/ for-linville
Date: Sat, 7 Apr 2007 17:20:39 +0200	[thread overview]
Message-ID: <200704071720.39487.mb@bu3sch.de> (raw)

The following changes since commit 32bfb29ad13f7451c3a09f092430b30133fc6739:
  Johannes Berg:
        fix debugfs compile w/o debug counters

are found in the git repository at:

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

Mostly bugfixes.

Michael Buesch:
      bcm43xx-mac80211: Fix 2050 radio init value restore for lb gain devices.
      bcm43xx-mac80211: vstack: Fix slight bug and add debugging
      bcm43xx-mac80211: Add more VStack debugging.
      bcm43xx-mac80211: Remove old unsupported devs from the PCI list.
      bcm43xx-mac80211: Update my email address.
      bcm43xx-mac80211: LO setup: Registers are ORed, not overwritten.
      Merge branch 'master' of git://git.kernel.org/.../linville/wireless-dev
      bcm43xx-mac80211: Fix extlna flag for 2050 init
      ssb: Do pci core init on attach stage.
      ssb: use container_of for the dev-wrapper.
      ssb: kfree devwrap (not dev) in dev register error path.
      bcm43xx-mac80211: Fix hwencryption breakage for latest firmware.
      Merge branch 'master' of git://git.kernel.org/.../linville/wireless-dev
      bcm43xx-mac80211: Replace vstack in LO setup by a data structure.
      Merge branch 'master' of git://git.kernel.org/.../linville/wireless-dev
      bcm43xx-mac80211: Remove the "vstack" and its remaining uses.

 drivers/net/wireless/mac80211/bcm43xx/Makefile     |   16 +-
 drivers/net/wireless/mac80211/bcm43xx/bcm43xx.h    |   33 ++-
 .../wireless/mac80211/bcm43xx/bcm43xx_debugfs.c    |    2 
 .../net/wireless/mac80211/bcm43xx/bcm43xx_dma.c    |    2 
 .../net/wireless/mac80211/bcm43xx/bcm43xx_leds.c   |    2 
 drivers/net/wireless/mac80211/bcm43xx/bcm43xx_lo.c |  177 ++++++++++--------
 .../net/wireless/mac80211/bcm43xx/bcm43xx_main.c   |   86 +++++-----
 .../net/wireless/mac80211/bcm43xx/bcm43xx_main.h   |    2 
 .../net/wireless/mac80211/bcm43xx/bcm43xx_pcmcia.c |    2 
 .../net/wireless/mac80211/bcm43xx/bcm43xx_phy.c    |  119 ++++++++------
 .../net/wireless/mac80211/bcm43xx/bcm43xx_pio.c    |    2 
 .../net/wireless/mac80211/bcm43xx/bcm43xx_power.c  |    2 
 .../net/wireless/mac80211/bcm43xx/bcm43xx_power.h  |    2 
 .../net/wireless/mac80211/bcm43xx/bcm43xx_sysfs.c  |    2 
 .../net/wireless/mac80211/bcm43xx/bcm43xx_tables.c |    2 
 .../net/wireless/mac80211/bcm43xx/bcm43xx_vstack.c |  202 -----------------------
 .../net/wireless/mac80211/bcm43xx/bcm43xx_vstack.h |   83 ---------
 .../net/wireless/mac80211/bcm43xx/bcm43xx_xmit.c   |   12 -
 .../net/wireless/mac80211/bcm43xx/bcm43xx_xmit.h   |   35 ++++
 drivers/ssb/main.c                                 |   14 +
 include/linux/ssb/ssb.h                            |    4 
 21 files changed, 307 insertions(+), 494 deletions(-)
 delete mode 100644 drivers/net/wireless/mac80211/bcm43xx/bcm43xx_vstack.c
 delete mode 100644 drivers/net/wireless/mac80211/bcm43xx/bcm43xx_vstack.h

-- 
Greetings Michael.

             reply	other threads:[~2007-04-07 15:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-07 15:20 Michael Buesch [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-04-23 19:58 Please pull from http://bu3sch.de/git/wireless-dev.git/ for-linville 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=200704071720.39487.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 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.