linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Emmanuel Grumbach <egrumbach@gmail.com>
To: "linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>
Subject: Re: pull request: iwlwifi-next 2014_1_12
Date: Tue, 14 Jan 2014 06:47:10 +0200	[thread overview]
Message-ID: <52D4C14E.2090805@gmail.com> (raw)
In-Reply-To: <52D44A46.4000805@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 3960 bytes --]

Somehow - this didn't make it to the list...

On 01/13/2014 10:19 PM, Emmanuel Grumbach wrote:
> Hi John,
> 
> This is the last pull request for 3.14 - (exact same beginning as my
> last pull request :)).
> I have here a bunch of things that accumulated since my last pull request.
> 
> Besides a few trivial patches, I have an important workaround for a HW
> issue that has kept me busy for a long time. Along with it, a fix that
> prevents an error from being printed.
> Eyal fixes our behavior against SISO APs and Ilan fixes an issue with
> multiple interface scenarios.
> Eliad fixes an error path in our init flow.
> We also have a few "static analyzers" fix.
> 
> I want to hope that this makes it to 3.14 through net-next.git. If not,
> I'll have to sent a few of them to net.git which is not a big disaster.
> 
> The following changes since commit 14648d6534477952633ee3ecadb31cf227414f13:
> 
>   iwlwifi: mvm: fix coccinelle warnings (2013-12-31 19:03:53 +0200)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git
> for-john
> 
> for you to fetch changes up to cf38e4f756d6396657c76f72ef42b6f47c523f97:
> 
>   iwlwifi: mvm: don't use highest rate in VHT MCS Set (2014-01-13
> 22:17:22 +0200)
> 
> ----------------------------------------------------------------
> David Spinadel (1):
>       iwlwifi: mvm: add REPLY_SF_CFG_CMD to cmd strings
> 
> Eliad Peller (2):
>       iwlwifi: mvm: fix missing cleanup in .start() error path
>       iwlwifi: mvm: fix tx seq_ctrl debug print
> 
> Emmanuel Grumbach (6):
>       iwlwifi: mvm: don't set the drain bit when we flush the AP station
>       iwlwifi: pcie: enable oscillator for L1 exit
>       iwlwifi: mvm: send all the NVM sections to the NIC
>       iwlwifi: mvm: fix SRAM dump debugfs handler
>       iwlwifi: mvm: remove unused flags from add station command
>       iwlwifi: mvm: reset Thermal Throttling's SMPS request upon
> disassociation
> 
> Eyal Shapira (4):
>       iwlwifi: mvm: rs: fix handling of column switch error
>       iwlwifi: mvm: rs: fix a theoretical out of bounds access
>       iwlwifi: change beamformee STS cap
>       iwlwifi: mvm: don't use highest rate in VHT MCS Set
> 
> Eytan Lifshitz (1):
>       iwlwifi: mvm: fix theoretical uninitialized function return value
> 
> Ilan Peer (2):
>       iwlwifi: mvm: clear ap_ibss_active in case of failure
>       iwlwifi: mvm: update power after binding in start_ap_ibss()
> 
> Johannes Berg (2):
>       iwlwifi: mvm: use array indexing instead of treating it as a pointer
>       iwlwifi: add inline helper for packet lengths
> 
>  drivers/net/wireless/iwlwifi/dvm/mac80211.c   |    3 +--
>  drivers/net/wireless/iwlwifi/dvm/rx.c         |    7 ++-----
>  drivers/net/wireless/iwlwifi/dvm/ucode.c      |    7 +------
>  drivers/net/wireless/iwlwifi/iwl-nvm-parse.c  |    9 +-------
>  drivers/net/wireless/iwlwifi/iwl-prph.h       |    4 ++++
>  drivers/net/wireless/iwlwifi/iwl-trans.h      |   10 +++++++++
>  drivers/net/wireless/iwlwifi/mvm/d3.c         |   15 ++++++-------
>  drivers/net/wireless/iwlwifi/mvm/debugfs.c    |    2 +-
>  drivers/net/wireless/iwlwifi/mvm/fw-api-sta.h |    3 ---
>  drivers/net/wireless/iwlwifi/mvm/mac80211.c   |   28
> +++++++++++++++++++------
>  drivers/net/wireless/iwlwifi/mvm/nvm.c        |   13 ++++++------
>  drivers/net/wireless/iwlwifi/mvm/ops.c        |    2 ++
>  drivers/net/wireless/iwlwifi/mvm/rs.c         |   13 ++++++------
>  drivers/net/wireless/iwlwifi/mvm/time-event.c |    4 ++--
>  drivers/net/wireless/iwlwifi/mvm/tx.c         |    9 ++++----
>  drivers/net/wireless/iwlwifi/mvm/utils.c      |    4 ++--
>  drivers/net/wireless/iwlwifi/pcie/rx.c        |    2 +-
>  drivers/net/wireless/iwlwifi/pcie/trans.c     |   22 +++++++++++++++++++
>  18 files changed, 94 insertions(+), 63 deletions(-)
> 


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

  parent reply	other threads:[~2014-01-14  4:47 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-13 20:19 pull request: iwlwifi-next 2014_1_12 Emmanuel Grumbach
2014-01-13 20:21 ` [PATCH 01/18] iwlwifi: mvm: clear ap_ibss_active in case of failure Emmanuel Grumbach
2014-01-13 20:21 ` [PATCH 02/18] iwlwifi: mvm: update power after binding in start_ap_ibss() Emmanuel Grumbach
2014-01-13 20:21 ` [PATCH 03/18] iwlwifi: mvm: fix missing cleanup in .start() error path Emmanuel Grumbach
2014-01-13 20:21 ` [PATCH 04/18] iwlwifi: mvm: rs: fix handling of column switch error Emmanuel Grumbach
2014-01-13 20:21 ` [PATCH 05/18] iwlwifi: mvm: don't set the drain bit when we flush the AP station Emmanuel Grumbach
2014-01-13 20:21 ` [PATCH 06/18] iwlwifi: pcie: enable oscillator for L1 exit Emmanuel Grumbach
2014-01-13 20:21 ` [PATCH 07/18] iwlwifi: mvm: fix tx seq_ctrl debug print Emmanuel Grumbach
2014-01-13 20:21 ` [PATCH 08/18] iwlwifi: mvm: send all the NVM sections to the NIC Emmanuel Grumbach
2014-01-13 20:21 ` [PATCH 09/18] iwlwifi: mvm: rs: fix a theoretical out of bounds access Emmanuel Grumbach
2014-01-13 20:21 ` [PATCH 10/18] iwlwifi: mvm: fix SRAM dump debugfs handler Emmanuel Grumbach
2014-01-13 20:21 ` [PATCH 11/18] iwlwifi: mvm: use array indexing instead of treating it as a pointer Emmanuel Grumbach
2014-01-13 20:21 ` [PATCH 12/18] iwlwifi: mvm: remove unused flags from add station command Emmanuel Grumbach
2014-01-13 20:21 ` [PATCH 13/18] iwlwifi: mvm: reset Thermal Throttling's SMPS request upon disassociation Emmanuel Grumbach
2014-01-13 20:21 ` [PATCH 14/18] iwlwifi: change beamformee STS cap Emmanuel Grumbach
2014-01-13 20:21 ` [PATCH 15/18] iwlwifi: add inline helper for packet lengths Emmanuel Grumbach
2014-01-13 20:21 ` [PATCH 16/18] iwlwifi: mvm: fix theoretical uninitialized function return value Emmanuel Grumbach
2014-01-13 20:21 ` [PATCH 17/18] iwlwifi: mvm: add REPLY_SF_CFG_CMD to cmd strings Emmanuel Grumbach
2014-01-13 20:21 ` [PATCH 18/18] iwlwifi: mvm: don't use highest rate in VHT MCS Set Emmanuel Grumbach
2014-01-14  4:47 ` Emmanuel Grumbach [this message]
2014-01-16 17:58 ` pull request: iwlwifi-next 2014_1_12 John W. Linville

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=52D4C14E.2090805@gmail.com \
    --to=egrumbach@gmail.com \
    --cc=linux-wireless@vger.kernel.org \
    /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).