All of lore.kernel.org
 help / color / mirror / Atom feed
* pull-request: iwlwifi-next 2018-12-17
@ 2018-12-18  9:47 Luca Coelho
  2018-12-18 16:06 ` Kalle Valo
  0 siblings, 1 reply; 6+ messages in thread
From: Luca Coelho @ 2018-12-18  9:47 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, linuxwifi, david.e.box, joe.konno

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

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

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

^ permalink raw reply	[flat|nested] 6+ messages in thread
* pull-request: iwlwifi-next 2018-12-17
@ 2018-12-18  1:21 Luca Coelho
  2018-12-20  7:15 ` Kalle Valo
  0 siblings, 1 reply; 6+ messages in thread
From: Luca Coelho @ 2018-12-18  1:21 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, linuxwifi, david.e.box, joe.konno

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

Hi Kalle,

This is the fourht 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(-)

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

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

end of thread, other threads:[~2018-12-20 12:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-18  9:47 pull-request: iwlwifi-next 2018-12-17 Luca Coelho
2018-12-18 16:06 ` Kalle Valo
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.