linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@codeaurora.org>
To: Luca Coelho <luca@coelho.fi>
Cc: linux-wireless@vger.kernel.org, linuxwifi@intel.com,
	david.e.box@intel.com, joe.konno@intel.com
Subject: Re: pull-request: iwlwifi-next 2018-12-17
Date: Tue, 18 Dec 2018 16:06:25 +0000 (UTC)	[thread overview]
Message-ID: <20181218160625.C5E3560159@smtp.codeaurora.org> (raw)
In-Reply-To: <1308b769a03aab069c43161d66047274ef8b6fc7.camel@coelho.fi>

Luca Coelho <luca@coelho.fi> wrote:

> Hi Kalle,
> 
> This is the fourth batch of patches intended for v4.21.  This includes
> only the last patchset I sent.  Usual development work.  More details
> about the contents in the tag description.
> 
> I have sent this out before and kbuildbot reported success.
> 
> Please let me know if there are any issues.
> 
> Cheers,
> Luca.
> 
> 
> The following changes since commit 30ed3c6c0922a1f67c3409b9e81087442614db7b:
> 
>   Merge tag 'iwlwifi-next-for-kalle-2018-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next (2018-12-14 16:58:00 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git tags/iwlwifi-next-for-kalle-2018-12-17
> 
> for you to fetch changes up to 04a70797e208337775c6a1905699e4970ed17f8b:
> 
>   iwlwifi: bump the API version to 43 for 9000 and 22000 (2018-12-17 23:07:30 -0200)
> 
> ----------------------------------------------------------------
> Fourth batch of iwlwifi patches intended for v4.21
> 
> * Support for FW version 43 for 9000 and 22000 series;
> * A couple of janitorial fixes from the community;
> * More fixes in the 802.11ax code;
> * Other cleanups and small fixes;
> 
> ----------------------------------------------------------------
> Colin Ian King (1):
>       iwlwifi: mvm: fix spelling mistake "Recieved" -> "Received"
> 
> Emmanuel Grumbach (1):
>       iwlwifi: mvm: set TWT responder capability bit in 11AX SoftAP mode
> 
> Gustavo A. R. Silva (1):
>       iwlwifi: mvm: d3: use struct_size() in kzalloc()
> 
> Luca Coelho (3):
>       [BUGFIXiwlwifi: make MVM and DVM depend on MAC80211
>       iwlwifi: remove unused and wrong PHY_CFG_* macros
>       iwlwifi: bump the API version to 43 for 9000 and 22000
> 
> Naftali Goldstein (1):
>       iwlwifi: mvm: fix setting HE ppe FW config
> 
> Sara Sharon (8):
>       iwlwifi: pcie: use iwl_tx_cmd_gen2 and not iwl_tx_cmd
>       iwlwifi: mvm: remove dead code
>       iwlwifi: mvm: remove pointless NULL assignment
>       iwlwifi: mvm: cleanup iwl_mvm_tx_skb_non_sta
>       iwlwifi: mvm: take station lock later in the code
>       iwlwifi: pcie: lock txq a bit later in reclaim code
>       iwlwifi: mvm: clean up SSN incrementation
>       iwlwifi: dbg: add debug data to warning
> 
> Shahar S Matityahu (1):
>       iwlwifi: wrt: add rt status and num of rx/tx fifos to dump
> 
> Shaul Triebitz (2):
>       iwlwifi: split HE capabilities between AP and STA
>       iwlwifi: mvm: handle RX no data notification
> 
>  drivers/net/wireless/intel/iwlwifi/Kconfig           |   4 ++-
>  drivers/net/wireless/intel/iwlwifi/cfg/22000.c       |   2 +-
>  drivers/net/wireless/intel/iwlwifi/cfg/9000.c        |   2 +-
>  drivers/net/wireless/intel/iwlwifi/fw/api/config.h   |  13 ++------
>  drivers/net/wireless/intel/iwlwifi/fw/api/datapath.h |   5 +++
>  drivers/net/wireless/intel/iwlwifi/fw/api/mac.h      |   2 +-
>  drivers/net/wireless/intel/iwlwifi/fw/api/rx.h       |  49 ++++++++++++++++++++++++++++
>  drivers/net/wireless/intel/iwlwifi/fw/dbg.c          |   4 ++-
>  drivers/net/wireless/intel/iwlwifi/fw/dbg.h          |   1 +
>  drivers/net/wireless/intel/iwlwifi/fw/error-dump.h   |   3 ++
>  drivers/net/wireless/intel/iwlwifi/fw/runtime.h      |   1 +
>  drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c   | 290 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------
>  drivers/net/wireless/intel/iwlwifi/mvm/d3.c          |   6 ++--
>  drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c    |  10 ++++--
>  drivers/net/wireless/intel/iwlwifi/mvm/mvm.h         |   2 ++
>  drivers/net/wireless/intel/iwlwifi/mvm/ops.c         |   2 ++
>  drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c        | 126 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
>  drivers/net/wireless/intel/iwlwifi/mvm/sta.c         |  10 +++---
>  drivers/net/wireless/intel/iwlwifi/mvm/tx.c          |  56 +++++++++++---------------------
>  drivers/net/wireless/intel/iwlwifi/mvm/utils.c       |   3 ++
>  drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c    |   2 +-
>  drivers/net/wireless/intel/iwlwifi/pcie/tx.c         |   3 +-
>  22 files changed, 427 insertions(+), 169 deletions(-)

For some reason I got two identical pull requests, I'll drop this one
(the latter).

Patch set to Superseded.

-- 
https://patchwork.kernel.org/patch/10735283/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


  reply	other threads:[~2018-12-18 16:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-18  9:47 pull-request: iwlwifi-next 2018-12-17 Luca Coelho
2018-12-18 16:06 ` Kalle Valo [this message]
2018-12-19 10:23   ` Luca Coelho
  -- strict thread matches above, loose matches on Subject: below --
2018-12-18  1:21 Luca Coelho
2018-12-20  7:15 ` Kalle Valo
2018-12-20 12:26   ` Luca 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=20181218160625.C5E3560159@smtp.codeaurora.org \
    --to=kvalo@codeaurora.org \
    --cc=david.e.box@intel.com \
    --cc=joe.konno@intel.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linuxwifi@intel.com \
    --cc=luca@coelho.fi \
    /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).