linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull-request: iwlwifi-next 2019-01-25
@ 2019-01-25 19:09 Luca Coelho
  2019-01-29 12:58 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Luca Coelho @ 2019-01-25 19:09 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, linuxwifi, david.e.box, joe.konno

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

Hi Kalle,

This is the first batch of patches intended for v5.1.  This includes
the last two patchsets 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 4ad0be160544ffbdafb7cec39bb8e6dd0a97317a:

  brcmfmac: Use firmware_request_nowarn for the clm_blob (2019-01-10 13:41:03 +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-2019-01-25

for you to fetch changes up to ec95b2701d244501068690ad2c43d184413ffc85:

  iwlwifi: fw api: document WoWLAN patterns command (2019-01-25 20:57:22 +0200)

----------------------------------------------------------------
First batch of iwlwifi patches intended for v5.1

* Support for Target Wakeup Time (TWT) -- a feature that allows the AP
  to specify when individual stations can access the medium;
* Support for mac80211 AMSDU handling;
* Debugging infrastructure work;
* Preparations for improvements in the device selection code;
* Some new PCI IDs;
* Some updates in the documentation;
* A bunch of fixes for issues found with static analyzers;
* A couple of janitorial fixes from the community;
* Some fixes in P2P;
* Other cleanups and small fixes;

----------------------------------------------------------------
Colin Ian King (2):
      iwlwifi: pcie: make array 'prop' static, shrinks object size
      iwlwifi: fix spelling mistake "registrating" -> "registering"

Emmanuel Grumbach (3):
      iwlwifi: mvm: advertise support for TWT in the Extended Capability IE
      iwlwifi: mvm: rely on mac80211 to configure TWT support
      iwlwifi: mvm: fix firmware statistics usage

Ihab Zhaika (2):
      iwlwifi: correct one of the PCI struct names
      iwlwifi: add new cards for 22560, 9260 and killer series

Ilan Peer (3):
      iwlwifi: mvm: Flush transmit queues on P2P Device ROC done
      iwlwifi: mvm: Set Tx rate and flags when there is not station
      iwlwifi: mvm: Do not set RTS/CTS protection for P2P Device MAC

Johannes Berg (3):
      iwlwifi: mvm: make NVM access actually fail on failures
      iwlwifi: fw api: remove unused/deprecated filter status
      iwlwifi: fw api: document WoWLAN patterns command

Liad Kaufman (4):
      iwlwifi: update hcmds documentation
      iwlwifi: mvm: make num_active_macs unsigned
      iwlwifi: tighten boundary checks
      iwlwifi: memcpy from dev_cmd and not dev_cmd->hdr

Luca Coelho (6):
      iwlwifi: add PCI IDs for the 22260 device series
      iwlwifi: pcie: recognize NICs with hw_rev 0x364 correctly
      iwlwifi: remove support for 9000 A-step devices
      iwlwifi: pcie: remove unnecessary iwl_pcie_enable_rx_wake() function
      iwlwifi: pcie: remove suspend/resume workaround for 9000A devices
      iwlwifi: mvm: fix values in the table example

Mordechay Goodstein (2):
      iwlwifi: mvm: avoid possible access out of array.
      iwlwifi: avoid access out of memory allocated

Sara Sharon (3):
      iwlwifi: mvm: support mac80211 TXQs model
      iwlwifi: mvm: support mac80211 AMSDU
      iwlwifi: mvm: bring back mvm GSO code

Shahar S Matityahu (2):
      iwlwifi: wrt: add to dump number of lmacs, lmac1 and umac error id
      iwlwifi: wrt: add 22000 device familiy prph dump support

Shaul Triebitz (1):
      iwlwifi: mvm: fix wrong DCM TLC config

YueHaibing (1):
      iwlwifi: use kmemdup in iwl_parse_nvm_mcc_info()

 drivers/net/wireless/intel/iwlwifi/cfg/22000.c       |  68 +++++++++++++++++-
 drivers/net/wireless/intel/iwlwifi/cfg/9000.c        | 110 +++++++++-------------------
 drivers/net/wireless/intel/iwlwifi/dvm/main.c        |   2 +-
 drivers/net/wireless/intel/iwlwifi/fw/api/commands.h |   8 ++-
 drivers/net/wireless/intel/iwlwifi/fw/api/d3.h       |  10 +++
 drivers/net/wireless/intel/iwlwifi/fw/api/rx.h       |   4 --
 drivers/net/wireless/intel/iwlwifi/fw/api/stats.h    |  15 ++--
 drivers/net/wireless/intel/iwlwifi/fw/dbg.c          | 184 +++++++++++++++++++++++++++++++++++++----------
 drivers/net/wireless/intel/iwlwifi/fw/dbg.h          |   5 +-
 drivers/net/wireless/intel/iwlwifi/fw/error-dump.h   |  11 ++-
 drivers/net/wireless/intel/iwlwifi/fw/runtime.h      |   3 +-
 drivers/net/wireless/intel/iwlwifi/iwl-config.h      |  12 ++--
 drivers/net/wireless/intel/iwlwifi/iwl-csr.h         |   1 +
 drivers/net/wireless/intel/iwlwifi/iwl-drv.c         |  27 +++----
 drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c   |   7 +-
 drivers/net/wireless/intel/iwlwifi/mvm/d3.c          |   8 +--
 drivers/net/wireless/intel/iwlwifi/mvm/fw.c          |   5 +-
 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c    |  96 +------------------------
 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c    | 167 ++++++++++++++++++++++++++++++++++---------
 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h         |  57 +++++++++++----
 drivers/net/wireless/intel/iwlwifi/mvm/nvm.c         |  10 ++-
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c         |  87 +++++++++++++----------
 drivers/net/wireless/intel/iwlwifi/mvm/rs-fw.c       |  21 ++++--
 drivers/net/wireless/intel/iwlwifi/mvm/rs.c          |  26 +++++--
 drivers/net/wireless/intel/iwlwifi/mvm/rx.c          |  10 +--
 drivers/net/wireless/intel/iwlwifi/mvm/sf.c          |   4 +-
 drivers/net/wireless/intel/iwlwifi/mvm/sta.c         | 379 +++++++++++++++++++++++++++++++++++++++----------------------------------------------------------
 drivers/net/wireless/intel/iwlwifi/mvm/sta.h         |   4 --
 drivers/net/wireless/intel/iwlwifi/mvm/time-event.c  |   1 +
 drivers/net/wireless/intel/iwlwifi/mvm/tx.c          | 161 ++++++++++++++++++-----------------------
 drivers/net/wireless/intel/iwlwifi/mvm/utils.c       |  13 ++--
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c        |  86 +++++++++++++++++-----
 drivers/net/wireless/intel/iwlwifi/pcie/internal.h   |   2 -
 drivers/net/wireless/intel/iwlwifi/pcie/rx.c         |  26 -------
 drivers/net/wireless/intel/iwlwifi/pcie/trans.c      |  25 ++-----
 drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c    |  10 ++-
 drivers/net/wireless/intel/iwlwifi/pcie/tx.c         |   3 +-
 37 files changed, 900 insertions(+), 768 deletions(-)

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: pull-request: iwlwifi-next 2019-01-25
  2019-01-25 19:09 pull-request: iwlwifi-next 2019-01-25 Luca Coelho
@ 2019-01-29 12:58 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2019-01-29 12:58 UTC (permalink / raw)
  To: Luca Coelho; +Cc: linux-wireless, linuxwifi, david.e.box, joe.konno

Luca Coelho <luca@coelho.fi> writes:

> This is the first batch of patches intended for v5.1.  This includes
> the last two patchsets 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 4ad0be160544ffbdafb7cec39bb8e6dd0a97317a:
>
>   brcmfmac: Use firmware_request_nowarn for the clm_blob (2019-01-10 13:41:03 +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-2019-01-25

Pulled, thanks.

-- 
Kalle Valo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-29 12:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-25 19:09 pull-request: iwlwifi-next 2019-01-25 Luca Coelho
2019-01-29 12:58 ` Kalle Valo

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).