Message ID | 20201205090252.337391-1-luca@coelho.fi (mailing list archive) |
---|---|
Headers | show |
Series | iwlwifi: updates intended for v5.11 2020-12-05 | expand |
On Sat, 2020-12-05 at 11:02 +0200, Luca Coelho wrote: > From: Luca Coelho <luciano.coelho@intel.com> > > Hi, > > Here's the second set of patches intended for v5.11. This time it's > only support for 6GHz and one dependency patch. > > This is the work of several developers, I just aggregated everything > into a single patch. The following developers were involved in either > initial development or bugfixes: > > Haim Dreyfuss <haim.dreyfuss@intel.com> > Ilan Peer <ilan.peer@intel.com> > Tova Mussai <tova.mussai@intel.com> > Andrei Otcheretianski <andrei.otcheretianski@intel.com> > Tali Levi Rovinsky <Tali.Levi-rovinsky@intel.com> > Avraham Stern <avraham.stern@intel.com> > Ayala Beker <ayala.beker@intel.com> Johannes suggested that I add these developers in "Co-developed-by" tags, so add them in patch 2/2. -- Cheers, Luca.
Luca Coelho <luca@coelho.fi> writes: > On Sat, 2020-12-05 at 11:02 +0200, Luca Coelho wrote: >> From: Luca Coelho <luciano.coelho@intel.com> >> >> Hi, >> >> Here's the second set of patches intended for v5.11. This time it's >> only support for 6GHz and one dependency patch. >> >> This is the work of several developers, I just aggregated everything >> into a single patch. The following developers were involved in either >> initial development or bugfixes: >> >> Haim Dreyfuss <haim.dreyfuss@intel.com> >> Ilan Peer <ilan.peer@intel.com> >> Tova Mussai <tova.mussai@intel.com> >> Andrei Otcheretianski <andrei.otcheretianski@intel.com> >> Tali Levi Rovinsky <Tali.Levi-rovinsky@intel.com> >> Avraham Stern <avraham.stern@intel.com> >> Ayala Beker <ayala.beker@intel.com> > > Johannes suggested that I add these developers in "Co-developed-by" > tags, so add them in patch 2/2. Yeah, I was thinking the same. Just remember to use also s-o-b: https://www.kernel.org/doc/html/latest/process/submitting-patches.html#when-to-use-acked-by-cc-and-co-developed-by
From: Luca Coelho <luciano.coelho@intel.com> Hi, Here's the second set of patches intended for v5.11. This time it's only support for 6GHz and one dependency patch. This is the work of several developers, I just aggregated everything into a single patch. The following developers were involved in either initial development or bugfixes: Haim Dreyfuss <haim.dreyfuss@intel.com> Ilan Peer <ilan.peer@intel.com> Tova Mussai <tova.mussai@intel.com> Andrei Otcheretianski <andrei.otcheretianski@intel.com> Tali Levi Rovinsky <Tali.Levi-rovinsky@intel.com> Avraham Stern <avraham.stern@intel.com> Ayala Beker <ayala.beker@intel.com> Some other developers may have been involved in a more indirect way. As usual, I'm pushing this to a pending branch, for kbuild bot, and will send a pull-request later. Please review. Cheers, Luca. Johannes Berg (1): iwlwifi: copy iwl_he_capa for modifications Luca Coelho (1): iwlwifi: mvm: add support for 6GHz .../net/wireless/intel/iwlwifi/cfg/22000.c | 3 +- .../wireless/intel/iwlwifi/fw/api/phy-ctxt.h | 1 + .../net/wireless/intel/iwlwifi/fw/api/scan.h | 5 + drivers/net/wireless/intel/iwlwifi/fw/file.h | 5 + .../wireless/intel/iwlwifi/iwl-eeprom-parse.h | 11 + .../wireless/intel/iwlwifi/iwl-nvm-parse.c | 104 +++++- .../wireless/intel/iwlwifi/mvm/constants.h | 1 + .../net/wireless/intel/iwlwifi/mvm/mac-ctxt.c | 17 + .../net/wireless/intel/iwlwifi/mvm/mac80211.c | 6 + drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | 2 + .../net/wireless/intel/iwlwifi/mvm/rs-fw.c | 12 + drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c | 2 + drivers/net/wireless/intel/iwlwifi/mvm/scan.c | 296 +++++++++++++++++- drivers/net/wireless/intel/iwlwifi/mvm/sta.c | 11 + 14 files changed, 466 insertions(+), 10 deletions(-)