Linux wireless drivers development
 help / color / mirror / Atom feed
From: "Guy, Wey-Yi" <wey-yi.w.guy@intel.com>
To: "linville@tuxdriver.com" <linville@tuxdriver.com>
Cc: "linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH 00/11]  update for 3.2
Date: Sat, 13 Aug 2011 11:04:33 -0700	[thread overview]
Message-ID: <1313258673.15170.20.camel@wwguy-huron> (raw)
In-Reply-To: <1313252287-22858-1-git-send-email-wey-yi.w.guy@intel.com>

Hi John,

Please ignore this patch set, I don't mean to send it.
The only patch I need to send is the "handle GO powersave" path.

I will send the single patch separated.

Sorry for the mistake.

Wey


On Sat, 2011-08-13 at 09:17 -0700, Guy, Wey-Yi W wrote:
> We enable new P2P implementation with GO powersave
> We bump firmware API version for number of new devices
> We also adjust the sensitivity value for number of devices
> 
> 
> Johannes Berg (7):
>   iwlagn: reserve queue 10 for TX during scan dwell
>   iwlagn: handle GO powersave
>   iwlagn: separate firmware version warning
>   iwlagn: bump firmware API for some devices
>   iwlagn: move context init after firmware loading
>   iwlagn: support new P2P implementation
>   mac80211: remove offchannel_tx API
> 
> Wey-Yi Guy (4):
>   iwlagn: default smps mode for 1000 series device
>   iwlagn: Remove ht40 support from 5.2GHz for _bgn devices
>   iwlagn: change default sensitivity value for 5000 and 6000 series
>   iwlagn: support v2 of enhanced sensitivity table
> 
>  drivers/net/wireless/iwlwifi/Kconfig         |   17 -
>  drivers/net/wireless/iwlwifi/iwl-1000.c      |   15 +-
>  drivers/net/wireless/iwlwifi/iwl-2000.c      |   23 +-
>  drivers/net/wireless/iwlwifi/iwl-5000.c      |   12 +-
>  drivers/net/wireless/iwlwifi/iwl-6000.c      |   19 +-
>  drivers/net/wireless/iwlwifi/iwl-agn-calib.c |   69 +++--
>  drivers/net/wireless/iwlwifi/iwl-agn-hw.h    |    4 +-
>  drivers/net/wireless/iwlwifi/iwl-agn-lib.c   |   47 +--
>  drivers/net/wireless/iwlwifi/iwl-agn-rxon.c  |   28 +--
>  drivers/net/wireless/iwlwifi/iwl-agn-tx.c    |   30 +-
>  drivers/net/wireless/iwlwifi/iwl-agn.c       |  455 ++++++++++++++------------
>  drivers/net/wireless/iwlwifi/iwl-agn.h       |    1 +
>  drivers/net/wireless/iwlwifi/iwl-commands.h  |   34 ++-
>  drivers/net/wireless/iwlwifi/iwl-core.c      |    5 +
>  drivers/net/wireless/iwlwifi/iwl-core.h      |    5 +
>  drivers/net/wireless/iwlwifi/iwl-dev.h       |   32 ++-
>  drivers/net/wireless/iwlwifi/iwl-scan.c      |   19 +-
>  drivers/net/wireless/iwlwifi/iwl-trans.c     |   10 +-
>  include/net/mac80211.h                       |   10 -
>  net/mac80211/cfg.c                           |   39 ---
>  net/mac80211/driver-ops.h                    |   31 --
>  net/mac80211/ieee80211_i.h                   |    1 -
>  net/mac80211/status.c                        |    3 -
>  23 files changed, 449 insertions(+), 460 deletions(-)
> 



  parent reply	other threads:[~2011-08-13 18:44 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-13 16:17 [PATCH 00/11] update for 3.2 Wey-Yi Guy
2011-08-13 16:17 ` [PATCH 01/13] iwlagn: reserve queue 10 for TX during scan dwell Wey-Yi Guy
2011-08-13 16:17 ` [PATCH 02/13] iwlagn: default smps mode for 1000 series device Wey-Yi Guy
2011-08-13 16:17 ` [PATCH 03/13] iwlagn: Remove ht40 support from 5.2GHz for _bgn devices Wey-Yi Guy
2011-08-13 16:17 ` [PATCH 05/13] iwlagn: separate firmware version warning Wey-Yi Guy
2011-08-13 16:18 ` [PATCH 06/13] iwlagn: bump firmware API for some devices Wey-Yi Guy
2011-08-13 16:18 ` [PATCH 07/13] iwlagn: move context init after firmware loading Wey-Yi Guy
2011-08-13 16:18 ` [PATCH 08/13] iwlagn: support new P2P implementation Wey-Yi Guy
2011-08-13 16:18 ` [PATCH 09/13] mac80211: remove offchannel_tx API Wey-Yi Guy
2011-08-13 16:18 ` [PATCH 10/13] iwlagn: change default sensitivity value for 5000 and 6000 series Wey-Yi Guy
2011-08-13 16:18 ` [PATCH 09/13] mac80211: remove offchannel_tx API Wey-Yi Guy
2011-08-13 16:18 ` [PATCH 11/13] iwlagn: support v2 of enhanced sensitivity table Wey-Yi Guy
2011-08-13 16:18 ` [PATCH 13/13] iwlagn: handle GO powersave Wey-Yi Guy
2011-08-16 23:30   ` Johannes Berg
2011-08-13 18:04 ` Guy, Wey-Yi [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-07-23 17:24 [PATCH 00/11] update for 3.2 Wey-Yi Guy

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=1313258673.15170.20.camel@wwguy-huron \
    --to=wey-yi.w.guy@intel.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