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

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

Hi Kalle,

Here's the first batch of patches intended for v5.4.  This includes the
last patchset 2 patchsets I sent.  Usual development work.  More
details about the contents in the tag description.

I pushed this to my pending branch and got results from kbuildbot for a
previous version but not for the last one yet.  Though there shouldn't
be any issues, since the changes were trivial.  I'll let you know when
I get the results.

Please let me know if there are any issues.

Cheers,
Luca.


The following changes since commit 89dca86d29b46f2a5f38ea6476cfd441bd205d25:

  rtw88: mark rtw_fw_hdr __packed (2019-10-16 10:35:25 +0300)

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-10-18

for you to fetch changes up to e3277617c634b0efadb0429c59c8716531648415:

  iwlwifi: rx: use new api to get band from rx mpdu (2019-10-18 11:52:49 +0300)

----------------------------------------------------------------
Patches intended for v5.5

* Revamp the debugging infrastructure;
* Some udpdates to FW API commands;
* Fix max amsdu value calculation;
* Small updates in the debugging infra;
* Some new helper functions;
* A few clean-ups;
* Other small fixes and improvements;

----------------------------------------------------------------
Emmanuel Grumbach (1):
      iwlwifi: mvm: use the new session protection command

Haim Dreyfuss (1):
      iwlwifi: mvm: add support for new version for D0I3_END_CMD

Johannes Berg (1):
      iwlwifi: mvm: remove leftover rs_remove_sta_debugfs() prototype

Lior Cohen (1):
      iwlwifi: mvm: add notification for missed VAP

Mordechay Goodstein (1):
      iwlwifi: mvm: consider ieee80211 station max amsdu value

Shahar S Matityahu (18):
      iwlwifi: dbg_ini: load external dbg cfg after internal cfg is loaded
      iwlwifi: dbg_ini: use new region TLV in dump flow
      iwlwifi: dbg_ini: use new trigger TLV in dump flow
      iwlwifi: dbg: remove multi buffers infra
      iwlwifi: dbg_ini: add monitor dumping support
      iwlwifi: dbg_ini: add error tables dumping support
      iwlwifi: dbg_ini: use new API in dump info
      iwlwifi: dbg_ini: add TLV allocation new API support
      iwlwifi: dbg_ini: implement time point handling
      iwlwifi: dbg_ini: implement monitor allocation flow
      iwlwifi: dbg_ini: add periodic trigger new API support
      iwlwifi: dbg_ini: support domain changing via debugfs
      iwlwifi: dbg_ini: support FW response/notification region type
      iwlwifi: dbg_ini: rename external debug configuration file
      iwlwifi: dbg_ini: remove old API and some related code
      iwlwifi: dbg_ini: support FW notification dumping in case of missed beacon
      iwlwifi: dbg_ini: add user trigger support
      iwlwifi: dbg_ini: use vzalloc to allocate dumping memory regions

Tova Mussai (4):
      iwlwifi: mvm: create function to convert nl80211 band to phy band
      iwlwifi: mvm: Invert the condition for OFDM rate
      iwlwifi: nvm: create function to convert channel index to nl80211_band
      iwlwifi: rx: use new api to get band from rx mpdu

YueHaibing (1):
      iwlwifi: mvm: fix old-style declaration

 drivers/net/wireless/intel/iwlwifi/Makefile              |   3 +-
 drivers/net/wireless/intel/iwlwifi/cfg/22000.c           |  55 +++++-
 drivers/net/wireless/intel/iwlwifi/cfg/9000.c            |  25 ++-
 drivers/net/wireless/intel/iwlwifi/fw/api/d3.h           |   8 +
 drivers/net/wireless/intel/iwlwifi/fw/api/dbg-tlv.h      | 514 +++++++++++++++++++++--------------------------------
 drivers/net/wireless/intel/iwlwifi/fw/api/mac-cfg.h      |  33 +++-
 drivers/net/wireless/intel/iwlwifi/fw/api/rx.h           |   5 +
 drivers/net/wireless/intel/iwlwifi/fw/api/time-event.h   |  80 ++++++++-
 drivers/net/wireless/intel/iwlwifi/fw/dbg.c              | 811 ++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------
 drivers/net/wireless/intel/iwlwifi/fw/dbg.h              |  47 ++---
 drivers/net/wireless/intel/iwlwifi/fw/debugfs.c          |  35 ++++
 drivers/net/wireless/intel/iwlwifi/fw/error-dump.h       |  63 ++++---
 drivers/net/wireless/intel/iwlwifi/fw/file.h             |   6 +-
 drivers/net/wireless/intel/iwlwifi/fw/img.h              |  12 --
 drivers/net/wireless/intel/iwlwifi/fw/runtime.h          |  58 +++---
 drivers/net/wireless/intel/iwlwifi/iwl-config.h          |  28 ++-
 drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c         | 891 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.h         |  22 ++-
 drivers/net/wireless/intel/iwlwifi/iwl-drv.c             |   4 +-
 drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c       |  26 ++-
 drivers/net/wireless/intel/iwlwifi/iwl-prph.h            |   7 +
 drivers/net/wireless/intel/iwlwifi/iwl-trans.h           |  40 ++++-
 drivers/net/wireless/intel/iwlwifi/mvm/d3.c              |  29 ++-
 drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c         |   3 +
 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c        |  33 +++-
 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c        |  40 ++++-
 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h             |  34 +++-
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c             |  31 ++++
 drivers/net/wireless/intel/iwlwifi/mvm/rs-fw.c           |   8 +-
 drivers/net/wireless/intel/iwlwifi/mvm/rs.h              |   4 -
 drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c            |  23 ++-
 drivers/net/wireless/intel/iwlwifi/mvm/scan.c            |  20 +--
 drivers/net/wireless/intel/iwlwifi/mvm/time-event.c      | 189 +++++++++++++++++++-
 drivers/net/wireless/intel/iwlwifi/mvm/time-event.h      |  21 ++-
 drivers/net/wireless/intel/iwlwifi/mvm/tx.c              |  14 +-
 drivers/net/wireless/intel/iwlwifi/mvm/utils.c           |   2 +-
 drivers/net/wireless/intel/iwlwifi/pcie/ctxt-info-gen3.c |  77 ++++++--
 drivers/net/wireless/intel/iwlwifi/pcie/trans.c          | 149 +++++++++-------
 38 files changed, 2553 insertions(+), 897 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-10-18
  2019-10-18  9:08 pull-request: iwlwifi-next 2019-10-18 Luca Coelho
@ 2019-10-22  8:29 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2019-10-22  8:29 UTC (permalink / raw)
  To: Luca Coelho; +Cc: linux-wireless, linuxwifi, david.e.box, joe.konno

Luca Coelho <luca@coelho.fi> writes:

> Hi Kalle,
>
> Here's the first batch of patches intended for v5.4.  This includes the
> last patchset 2 patchsets I sent.  Usual development work.  More
> details about the contents in the tag description.
>
> I pushed this to my pending branch and got results from kbuildbot for a
> previous version but not for the last one yet.  Though there shouldn't
> be any issues, since the changes were trivial.  I'll let you know when
> I get the results.
>
> Please let me know if there are any issues.
>
> Cheers,
> Luca.
>
>
> The following changes since commit 89dca86d29b46f2a5f38ea6476cfd441bd205d25:
>
>   rtw88: mark rtw_fw_hdr __packed (2019-10-16 10:35:25 +0300)
>
> 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-10-18
>
> for you to fetch changes up to e3277617c634b0efadb0429c59c8716531648415:
>
>   iwlwifi: rx: use new api to get band from rx mpdu (2019-10-18 11:52:49 +0300)
>
> ----------------------------------------------------------------
> Patches intended for v5.5
>
> * Revamp the debugging infrastructure;
> * Some udpdates to FW API commands;
> * Fix max amsdu value calculation;
> * Small updates in the debugging infra;
> * Some new helper functions;
> * A few clean-ups;
> * Other small fixes and improvements;
>
> ----------------------------------------------------------------

Every commit has a Change-id tag, please fix that.

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

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

end of thread, other threads:[~2019-10-22  8:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-18  9:08 pull-request: iwlwifi-next 2019-10-18 Luca Coelho
2019-10-22  8:29 ` 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).