Linux wireless drivers development
 help / color / mirror / Atom feed
From: Luciano Coelho <coelho@ti.com>
To: linville@tuxdriver.com
Cc: linux-wireless@vger.kernel.org
Subject: pull request: wl12xx 2011-05-05
Date: Fri, 13 May 2011 15:49:20 +0300	[thread overview]
Message-ID: <1305290960.12586.1116.camel@cumari> (raw)

Hi John,

A few more things that would be nice to have included in 2.6.40, if
there is still time to do it.  This pull request includes my changes in
the wl12xx driver to support scheduled scans, Eliad's WoWLAN patches and
two fixes by Shahar: one that enables 802.11h in spectrum management
(which we do support but were not advertising) and one to let HT
information elements be passed up to mac80211 so it can take the
appropriate actions.


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 6b86bd62a505a4a9739474f00f8088395b7a80ba:

  mac80211: mesh: move some code to make it static (2011-05-12 14:10:55 -0400)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git for-linville

Eliad Peller (7):
      wl12xx: simplify wl1271_ssid_set()
      wl12xx_sdio: set interrupt as wake_up interrupt
      wl12xx: declare suspend/resume callbacks (for wowlan)
      wl12xx_sdio: set MMC_PM_KEEP_POWER flag on suspend
      wl12xx: prevent scheduling while suspending (WoW enabled)
      wl12xx_sdio: declare support for NL80211_WOW_TRIGGER_ANYTHING trigger
      wl12xx: enter/exit psm on wowlan suspend/resume

Luciano Coelho (7):
      wl12xx: add configuration values for scheduled scan
      wl12xx: listen to scheduled scan events
      wl12xx: add scheduled scan structures and commands
      wl12xx: implement scheduled scan driver operations and reporting
      wl12xx: export scheduled scan state in debugfs
      wl12xx: prevent sched_scan when not idle or not in station mode
      wl12xx: remove unused flag WL1271_FLAG_IDLE_REQUESTED

Shahar Levi (2):
      wl12xx: Don't filter beacons that include changed HT IEs
      wl12xx: add IEEE80211_HW_SPECTRUM_MGMT bit to the hw flags

 drivers/net/wireless/wl12xx/boot.c    |    4 +-
 drivers/net/wireless/wl12xx/conf.h    |   21 +++
 drivers/net/wireless/wl12xx/debugfs.c |    1 +
 drivers/net/wireless/wl12xx/event.c   |   23 +++
 drivers/net/wireless/wl12xx/main.c    |  260 +++++++++++++++++++++++++++++++--
 drivers/net/wireless/wl12xx/ps.h      |    2 +
 drivers/net/wireless/wl12xx/scan.c    |  243 ++++++++++++++++++++++++++++++
 drivers/net/wireless/wl12xx/scan.h    |  114 ++++++++++++++
 drivers/net/wireless/wl12xx/sdio.c    |   64 ++++++++-
 drivers/net/wireless/wl12xx/wl12xx.h  |   12 ++-
 10 files changed, 728 insertions(+), 16 deletions(-)

-- 
Cheers,
Luca.


             reply	other threads:[~2011-05-13 12:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-13 12:49 Luciano Coelho [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-05-05 16:38 pull request: wl12xx 2011-05-05 Luciano Coelho

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=1305290960.12586.1116.camel@cumari \
    --to=coelho@ti.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox