Message ID | 20220906134219.365090-1-gregory.greenman@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | iwlwifi: updates intended for v6.0 | expand |
On Tue, 2022-09-06 at 16:42 +0300, gregory.greenman@intel.com wrote: > From: Gregory Greenman <gregory.greenman@intel.com> > > Hi, > > After some hiatus, we're starting to send iwlwifi patches again. > Here's the first set of patches intended for v6.0. It contains > the usual development, new features and cleanups. > > The changes are: > * Refactoring of some wowlan related code > * Fixes and cleanups > * Adding support for BZ device family > > As usual, these commits are pushed to a pending branch, for kbuild bot. > I'll send a pull-request later. > > Best regards, > Gregory > > Haim Dreyfuss (5): > wifi: iwlwifi: mvm: don't check D0I3 version > wifi: iwlwifi: mvm: Add support for wowlan info notification > wifi: iwlwifi: mvm: Add support for wowlan wake packet notification > wifi: iwlwifi: mvm: Add support for d3 end notification > wifi: iwlwifi: mvm: enable resume based on notifications > > Haim, Dreyfuss (1): > wifi: iwlwifi: mvm: trigger resume flow before wait for notifications > > Ilan Peer (1): > wifi: iwlwifi: mvm: Add handling for scan offload match info > notification > > Johannes Berg (5): > wifi: iwlwifi: mvm: fix typo in struct iwl_rx_no_data API > wifi: iwlwifi: mvm: rxmq: refactor mac80211 rx_status setting > wifi: iwlwifi: mvm: rxmq: further unify some VHT/HE code > wifi: iwlwifi: mvm: refactor iwl_mvm_set_sta_rate() a bit > wifi: iwlwifi: cfg: remove IWL_DEVICE_BZ_COMMON macro > > Naftali Goldstein (1): > wifi: iwlwifi: mvm: d3: parse keys from wowlan info notification > > Yaara Baruch (1): > wifi: iwlwifi: pcie: add support for BZ devices > > Yedidya Benshimol (1): > wifi: iwlwifi: mvm: iterate over interfaces after an assert in d3 > > .../net/wireless/intel/iwlwifi/cfg/22000.c | 42 +- > .../wireless/intel/iwlwifi/fw/api/commands.h | 5 +- > .../net/wireless/intel/iwlwifi/fw/api/d3.h | 61 +- > .../wireless/intel/iwlwifi/fw/api/offload.h | 17 +- > .../net/wireless/intel/iwlwifi/fw/api/rx.h | 4 +- > .../net/wireless/intel/iwlwifi/fw/api/scan.h | 20 +- > .../net/wireless/intel/iwlwifi/iwl-config.h | 3 + > drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 668 +++++++++++++----- > .../net/wireless/intel/iwlwifi/mvm/mac80211.c | 25 +- > drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | 1 - > drivers/net/wireless/intel/iwlwifi/mvm/ops.c | 18 +- > drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c | 376 +++++----- > drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 19 +- > 13 files changed, 846 insertions(+), 413 deletions(-) > A small correction - these patches are intended for v6.1. Thanks, Gregory
From: Gregory Greenman <gregory.greenman@intel.com> Hi, After some hiatus, we're starting to send iwlwifi patches again. Here's the first set of patches intended for v6.0. It contains the usual development, new features and cleanups. The changes are: * Refactoring of some wowlan related code * Fixes and cleanups * Adding support for BZ device family As usual, these commits are pushed to a pending branch, for kbuild bot. I'll send a pull-request later. Best regards, Gregory Haim Dreyfuss (5): wifi: iwlwifi: mvm: don't check D0I3 version wifi: iwlwifi: mvm: Add support for wowlan info notification wifi: iwlwifi: mvm: Add support for wowlan wake packet notification wifi: iwlwifi: mvm: Add support for d3 end notification wifi: iwlwifi: mvm: enable resume based on notifications Haim, Dreyfuss (1): wifi: iwlwifi: mvm: trigger resume flow before wait for notifications Ilan Peer (1): wifi: iwlwifi: mvm: Add handling for scan offload match info notification Johannes Berg (5): wifi: iwlwifi: mvm: fix typo in struct iwl_rx_no_data API wifi: iwlwifi: mvm: rxmq: refactor mac80211 rx_status setting wifi: iwlwifi: mvm: rxmq: further unify some VHT/HE code wifi: iwlwifi: mvm: refactor iwl_mvm_set_sta_rate() a bit wifi: iwlwifi: cfg: remove IWL_DEVICE_BZ_COMMON macro Naftali Goldstein (1): wifi: iwlwifi: mvm: d3: parse keys from wowlan info notification Yaara Baruch (1): wifi: iwlwifi: pcie: add support for BZ devices Yedidya Benshimol (1): wifi: iwlwifi: mvm: iterate over interfaces after an assert in d3 .../net/wireless/intel/iwlwifi/cfg/22000.c | 42 +- .../wireless/intel/iwlwifi/fw/api/commands.h | 5 +- .../net/wireless/intel/iwlwifi/fw/api/d3.h | 61 +- .../wireless/intel/iwlwifi/fw/api/offload.h | 17 +- .../net/wireless/intel/iwlwifi/fw/api/rx.h | 4 +- .../net/wireless/intel/iwlwifi/fw/api/scan.h | 20 +- .../net/wireless/intel/iwlwifi/iwl-config.h | 3 + drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 668 +++++++++++++----- .../net/wireless/intel/iwlwifi/mvm/mac80211.c | 25 +- drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | 1 - drivers/net/wireless/intel/iwlwifi/mvm/ops.c | 18 +- drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c | 376 +++++----- drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 19 +- 13 files changed, 846 insertions(+), 413 deletions(-)