* pull-request: iwlwifi-next 2019-02-22
@ 2019-03-22 12:16 Luca Coelho
2019-03-30 6:40 ` Kalle Valo
0 siblings, 1 reply; 2+ messages in thread
From: Luca Coelho @ 2019-03-22 12:16 UTC (permalink / raw)
To: kvalo; +Cc: linux-wireless, linuxwifi, david.e.box, joe.konno
[-- Attachment #1: Type: text/plain, Size: 5257 bytes --]
Hi Kalle,
This is the first batch of patches intended for v5.2. 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 501faf710230b67e470b314868110357cf3a554d:
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git (2019-02-28 11:50:40 +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-03-22
for you to fetch changes up to fe63f21b20df1adaab90c1839d36ee7c6e4b6ac0:
iwlwifi: dbg_ini: align to FW api version 1 (2019-03-22 12:59:42 +0200)
----------------------------------------------------------------
First batch of patches intended for v5.2
* Send NO_DATA events so they can be captured in radiotap;
* Some channel-switch changes;
* Support for multiple BSSID;
* Continued work and bugfixes for the new debugging infra;
* Support for some new FW API versions;
* Some work to support new hardware;
* General bugfixes;
* Other cleanups;
----------------------------------------------------------------
Ilan Peer (1):
iwlwifi: mvm: Support new format of SCAN_OFFLOAD_PROFILES_QUERY_RSP
Johannes Berg (3):
iwlwifi: mvm: report all NO_DATA events to mac80211
iwlwifi: mvm: enable HT/VHT IBSS
iwlwifi: pcie: switch to correct RBD/CD layout for 22560
Luca Coelho (1):
iwlwifi: remove unnecessary goto out in iwl_parse_nvm_mcc_info()
Mordechay Goodstein (1):
iwlwifi: mvm: set max amsdu for TLC offload
Sara Sharon (7):
iwlwifi: mvm: report delayed beacon count to FW
iwlwifi: mvm: implement CSA abort
iwlwifi: mvm: track CSA beacons
iwlwifi: mvm: notify FW on quiet mode in CSA
iwlwifi: mvm: disconnect in case of bad channel switch parameters
iwlwifi: mvm: track changes in beacon count during channel switch
iwlwifi: mvm: support multiple BSSID
Shahar S Matityahu (5):
iwlwifi: dbg: use dump mask for tx command dumping length
iwlwifi: mvm: use dump worker during restart instead of sync dump
iwlwifi: dbg: add DRAM monitor support for AX210 device family
iwlwifi: dbg_ini: separate between ini and legacy dump flows
iwlwifi: dbg_ini: align to FW api version 1
Shaul Triebitz (4):
iwlwifi: mvm: be more forgiving if num of channels is too big
iwlwifi: add support for 6-7 GHz channels
iwlwifi: support new NVM response API
iwlwifi: for AX210 device support radio GF4
YueHaibing (1):
iwlwifi: Use struct_size() in kzalloc
drivers/net/wireless/intel/iwlwifi/cfg/22000.c | 9 +++++
drivers/net/wireless/intel/iwlwifi/fw/api/dbg-tlv.h | 177 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------
drivers/net/wireless/intel/iwlwifi/fw/api/nvm-reg.h | 39 ++++++++++++++++---
drivers/net/wireless/intel/iwlwifi/fw/api/rx.h | 67 +--------------------------------
drivers/net/wireless/intel/iwlwifi/fw/api/scan.h | 54 ++++++++++++++++++++++++--
drivers/net/wireless/intel/iwlwifi/fw/dbg.c | 189 +++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------
drivers/net/wireless/intel/iwlwifi/fw/dbg.h | 17 ++++-----
drivers/net/wireless/intel/iwlwifi/fw/error-dump.h | 6 ++-
drivers/net/wireless/intel/iwlwifi/fw/file.h | 9 +++++
drivers/net/wireless/intel/iwlwifi/fw/runtime.h | 1 +
drivers/net/wireless/intel/iwlwifi/iwl-config.h | 5 ++-
drivers/net/wireless/intel/iwlwifi/iwl-csr.h | 5 ++-
drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c | 10 ++++-
drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c | 139 +++++++++++++++++++++++++++++++++++++++----------------------------
drivers/net/wireless/intel/iwlwifi/iwl-prph.h | 6 +++
drivers/net/wireless/intel/iwlwifi/iwl-trans.h | 1 -
drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 90 ++++++++++++++++++++++++++++++++++++--------
drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c | 2 +-
drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c | 7 ++--
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 202 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | 24 ++++--------
drivers/net/wireless/intel/iwlwifi/mvm/ops.c | 8 ++--
drivers/net/wireless/intel/iwlwifi/mvm/rs-fw.c | 44 ++++++++++++++++++++--
drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c | 31 +++++++++------
drivers/net/wireless/intel/iwlwifi/mvm/scan.c | 25 ++++++++-----
drivers/net/wireless/intel/iwlwifi/mvm/time-event.c | 5 ++-
drivers/net/wireless/intel/iwlwifi/pcie/internal.h | 30 ++++-----------
drivers/net/wireless/intel/iwlwifi/pcie/rx.c | 13 ++-----
drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 38 +++++++++++++------
29 files changed, 807 insertions(+), 446 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-02-22
2019-03-22 12:16 pull-request: iwlwifi-next 2019-02-22 Luca Coelho
@ 2019-03-30 6:40 ` Kalle Valo
0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2019-03-30 6:40 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.2. 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 501faf710230b67e470b314868110357cf3a554d:
>
> Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git (2019-02-28 11:50:40 +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-03-22
>
> for you to fetch changes up to fe63f21b20df1adaab90c1839d36ee7c6e4b6ac0:
>
> iwlwifi: dbg_ini: align to FW api version 1 (2019-03-22 12:59:42 +0200)
>
> ----------------------------------------------------------------
> First batch of patches intended for v5.2
>
> * Send NO_DATA events so they can be captured in radiotap;
> * Some channel-switch changes;
> * Support for multiple BSSID;
> * Continued work and bugfixes for the new debugging infra;
> * Support for some new FW API versions;
> * Some work to support new hardware;
> * General bugfixes;
> * Other cleanups;
>
> ----------------------------------------------------------------
Pulled, thanks Luca.
--
Kalle Valo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-03-30 6:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-22 12:16 pull-request: iwlwifi-next 2019-02-22 Luca Coelho
2019-03-30 6:40 ` Kalle Valo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox