All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luciano Coelho <luciano.coelho@nokia.com>
To: "John W. Linville" <linville@tuxdriver.com>
Cc: "linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>
Subject: pull request: wl12xx 2010-12-16
Date: Thu, 16 Dec 2010 10:51:51 +0200	[thread overview]
Message-ID: <1292489511.11205.3.camel@chilepepper> (raw)

Hi John,

This pull-request contains some improvements and bug fixes for the
wl12xx driver.  It's the same thing I sent yesterday, but with one extra
patch that fixes a compilation breakage.

Please pull or let me know if there's any problem.  This tree is based
on wireless-next/master.

Thanks!

The following changes since commit 412b31334b831a8c2909afaca017c5a236ac2dd0:
  Wolfgang Kufner (1):
        rt2x00: Fix firmware loading regression on x86_64.

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git wl12xx-next

Eliad Peller (4):
      wl1271: use debugfs_remove_recursive
      wl1271: move wl12xx debugfs directory to under wiphy's debugfs
      wl12xx: add auto-arp support
      wl12xx: allow runtime changing of debug_level

Guy Eilam (1):
      wl1271: fixed problem with WPS IEs in probe requests

Juuso Oikarinen (4):
      wl12xx: Fix kernel crash related to hw recovery and interface shutdown
      wl1271: Fix setting of the hardware connection monitoring probe-req template
      wl12xx: Remove 11j channels from the supported channels list.
      wl12xx: Change TX queue to be per AC

Luciano Coelho (4):
      wl12xx: disable 11a channels when regulatory changes if 11a is not supported
      wl12xx: fix illegal memset if debugfs is not enabled
      wl12xx: disable 11a channels when wl->enable_11a is known
      wl12xx_sdio_test: rename files to match current style

Roger Quadros (2):
      wl1271: Add wl1271_load_firmware() and export some functions
      wl1271_sdio_test: Add module for sdio RX/TX testing

 drivers/net/wireless/wl12xx/Kconfig        |   10 +
 drivers/net/wireless/wl12xx/Makefile       |    3 +
 drivers/net/wireless/wl12xx/acx.c          |    4 +-
 drivers/net/wireless/wl12xx/acx.h          |    9 +-
 drivers/net/wireless/wl12xx/boot.c         |   17 +-
 drivers/net/wireless/wl12xx/boot.h         |    1 +
 drivers/net/wireless/wl12xx/cmd.c          |   69 ++++
 drivers/net/wireless/wl12xx/cmd.h          |    4 +
 drivers/net/wireless/wl12xx/debugfs.c      |  192 +++--------
 drivers/net/wireless/wl12xx/init.c         |   13 +-
 drivers/net/wireless/wl12xx/io.c           |    1 +
 drivers/net/wireless/wl12xx/main.c         |  119 +++++--
 drivers/net/wireless/wl12xx/scan.c         |    4 +
 drivers/net/wireless/wl12xx/sdio_test.c    |  520 ++++++++++++++++++++++++++++
 drivers/net/wireless/wl12xx/tx.c           |   60 +++-
 drivers/net/wireless/wl12xx/wl12xx.h       |  129 +------
 drivers/net/wireless/wl12xx/wl12xx_80211.h |   17 +-
 17 files changed, 848 insertions(+), 324 deletions(-)
 create mode 100644 drivers/net/wireless/wl12xx/sdio_test.c


-- 
Cheers,
Luca.



                 reply	other threads:[~2010-12-16  8:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1292489511.11205.3.camel@chilepepper \
    --to=luciano.coelho@nokia.com \
    --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.