* pull-request: iwlwifi-next 2017-02-08
@ 2017-02-08 19:01 Luca Coelho
2017-02-08 19:35 ` Kalle Valo
0 siblings, 1 reply; 2+ messages in thread
From: Luca Coelho @ 2017-02-08 19:01 UTC (permalink / raw)
To: kvalo; +Cc: linux-wireless, linuxwifi
[-- Attachment #1: Type: text/plain, Size: 3570 bytes --]
Hi Kalle,
Here's my third and final pull-request intended for v4.11. As I
mentioned before, I concentrated on our bugfix patches this time. More
details in the tag description.
I have sent this out before, but I didn't get kbuildbot results yet.
Hopefully there will be no issues. I'm sending it out already because
you asked me to send this before 9pm today (I'm probably 1 or 2 minutes
late :P). It's up to you whether you want to pull it as is or wait for
kbuildbot results.
Please let me know if there are any issues.
Cheers,
Luca.
The following changes since commit 8364fbb497f00de21d6d347194fa8b6bbae1d6f5:
iwlwifi: mvm: support new beacon template command (2017-02-06 19:19:27 +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-2017-02-08
for you to fetch changes up to 0c8d0a4770cb6863f78a25c8d211f42e9c82251c:
iwlwifi: mvm: avoid exceeding the allowed print length (2017-02-08 17:54:23 +0200)
----------------------------------------------------------------
Some patches focusing on bugfixes for v4.11:
* Fix 802.11w, which was failing to due an IGTK bug;
* A few more bugzilla bug fixes;
* A channel-switch race condition fix;
* Some fixes related to suspend/resume with new HW;
* The RF-kill saga continues;
* And some other fixes here and there...
----------------------------------------------------------------
Avraham Stern (1):
iwlwifi: mvm: Fix CSA received immediately after association
Emmanuel Grumbach (5):
iwlwifi: mvm: use the PROBE_RESP_QUEUE to send deauth to unknown station
iwlwifi: pcie: don't increment / decrement a bool
iwlwifi: make RTPM depend on EXPERT
iwlwifi: dvm: don't call << operator with a negative value
iwlwifi: mvm: don't call << operator with a negative value
Golan Ben Ami (2):
iwlwifi: pcie: Re-configure IVAR table after stop device
iwlwifi: pcie: set STATUS_RFKILL immediately after interrupt
Golan Ben-Ami (1):
iwlwifi: mvm: avoid exceeding the allowed print length
Goodstein, Mordechay (1):
iwlwifi: mvm: avoid race condition in ADD_STA.
Gregory Greenman (1):
iwlwifi: mvm: fix a print of NSS for HT rate
Haim Dreyfuss (3):
iwlwifi: pcie: move msix conf functions above other functions
iwlwifi: pcie: separate between SW and HW MSIX configuration
iwlwifi: pcie: re-configure IVAR table after suspend-resume
Ilan Peer (1):
iwlwifi: mvm: Fix removal of IGTK
Sara Sharon (2):
iwlwifi: mvm: fix references to first_agg_queue in DQA mode
iwlwifi: mvm: fix reorder timer re-arming
drivers/net/wireless/intel/iwlwifi/Kconfig | 7 ++-
drivers/net/wireless/intel/iwlwifi/dvm/rs.c | 5 +-
drivers/net/wireless/intel/iwlwifi/mvm/fw.c | 20 +++----
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 15 +++--
drivers/net/wireless/intel/iwlwifi/mvm/rs.c | 6 +-
drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c | 3 +-
drivers/net/wireless/intel/iwlwifi/mvm/sta.c | 7 ++-
drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 17 +++---
drivers/net/wireless/intel/iwlwifi/pcie/internal.h | 2 +-
drivers/net/wireless/intel/iwlwifi/pcie/rx.c | 8 ++-
drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 243 ++++++++++++++++++++++++++++++++++++++++++----------------------------------
11 files changed, 188 insertions(+), 145 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 2017-02-08
2017-02-08 19:01 pull-request: iwlwifi-next 2017-02-08 Luca Coelho
@ 2017-02-08 19:35 ` Kalle Valo
0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2017-02-08 19:35 UTC (permalink / raw)
To: Luca Coelho; +Cc: linux-wireless, linuxwifi
Luca Coelho <luca@coelho.fi> writes:
> Here's my third and final pull-request intended for v4.11. As I
> mentioned before, I concentrated on our bugfix patches this time. More
> details in the tag description.
>
> I have sent this out before, but I didn't get kbuildbot results yet.
> Hopefully there will be no issues. I'm sending it out already because
> you asked me to send this before 9pm today (I'm probably 1 or 2 minutes
> late :P). It's up to you whether you want to pull it as is or wait for
> kbuildbot results.
>
> Please let me know if there are any issues.
>
> Cheers,
> Luca.
>
>
> The following changes since commit 8364fbb497f00de21d6d347194fa8b6bbae1d6f5:
>
> iwlwifi: mvm: support new beacon template command (2017-02-06 19:19:27 +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-2017-02-08
>
> for you to fetch changes up to 0c8d0a4770cb6863f78a25c8d211f42e9c82251c:
>
> iwlwifi: mvm: avoid exceeding the allowed print length (2017-02-08 17:54:23 +0200)
>
> ----------------------------------------------------------------
> Some patches focusing on bugfixes for v4.11:
>
> * Fix 802.11w, which was failing to due an IGTK bug;
> * A few more bugzilla bug fixes;
> * A channel-switch race condition fix;
> * Some fixes related to suspend/resume with new HW;
> * The RF-kill saga continues;
> * And some other fixes here and there...
>
> ----------------------------------------------------------------
Pulled, thanks.
--
Kalle Valo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-02-08 19:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-08 19:01 pull-request: iwlwifi-next 2017-02-08 Luca Coelho
2017-02-08 19:35 ` 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).