All of lore.kernel.org
 help / color / mirror / Atom feed
* pull-request: iwlwifi-next 2017-10-18
@ 2017-10-18 10:30 Luca Coelho
  2017-10-20 12:51 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Luca Coelho @ 2017-10-18 10:30 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, linuxwifi

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

Hi Kalle,

Here's the second batch of patches intended for v4.15.  It contains the
last patch set I send out with v2 of the lq_color patch.

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 66cc044249603e12e1dbba347f03bdbc9f171fdf:

  bcma: use bcma_debug and pr_cont in MIPS driver (2017-10-17 17:22:07 +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-2017-10-18

for you to fetch changes up to 3c798a45318e098e9937b0fee1e0cf986174fbbe:

  iwlwifi: pcie: remove set but not used variable tcph (2017-10-18 13:02:01 +0300)

----------------------------------------------------------------
Second batch of iwlwifi patches for 4.15

* Allocate reorder buffer dynamically to save memory;
* Fix a FW dump problem in the A000 family;
* Fix for a statistics gathering issue (v2);
* Sort the list of 9000 devices to make it easier to find entries;
* A couple of cleanups in the FW dump code;
* Remove some unnecessary variables and fields and calculations;

----------------------------------------------------------------
Beni Lev (1):
      iwlwifi: mvm: allow reading UMAC error data from SMEM in A000 devices

Johannes Berg (3):
      iwlwifi: mvm: allocate reorder buffer according to need
      iwlwifi: mvm: pass baid_data to iwl_mvm_release_frames()
      iwlwifi: pcie: remove set but not used variable tcph

Liad Kaufman (1):
      iwlwifi: mvm: add missing lq_color

Luca Coelho (3):
      iwlwifi: mvm: move umac_error_event_table validity check to where it's set
      iwlwifi: define minimum valid address for umac_error_event_table in cfg
      iwlwifi: pcie: sort IDs for the 9000 series for easier comparisons

Sara Sharon (1):
      iwlwifi: mvm: remove duplicated fields in mvm reorder buffer

 drivers/net/wireless/intel/iwlwifi/cfg/8000.c     |  3 ++-
 drivers/net/wireless/intel/iwlwifi/cfg/9000.c     |  3 ++-
 drivers/net/wireless/intel/iwlwifi/cfg/a000.c     |  3 ++-
 drivers/net/wireless/intel/iwlwifi/fw/api/tx.h    |  4 ++--
 drivers/net/wireless/intel/iwlwifi/iwl-config.h   |  1 +
 drivers/net/wireless/intel/iwlwifi/mvm/fw.c       | 20 +++++++++++++++++---
 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h      | 43 ++++++++++++++++++++++++++++++++++---------
 drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c     | 49 +++++++++++++++++++++++++++++++------------------
 drivers/net/wireless/intel/iwlwifi/mvm/sta.c      | 44 ++++++++++++++++++++++++++++++++++++--------
 drivers/net/wireless/intel/iwlwifi/mvm/tx.c       | 10 ++++++++++
 drivers/net/wireless/intel/iwlwifi/mvm/utils.c    | 17 ++++-------------
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c     | 84 ++++++++++++++++++++++++++++++++++++++++++------------------------------------------
 drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c |  5 +----
 13 files changed, 184 insertions(+), 102 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-10-18
  2017-10-18 10:30 pull-request: iwlwifi-next 2017-10-18 Luca Coelho
@ 2017-10-20 12:51 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2017-10-20 12:51 UTC (permalink / raw)
  To: Luca Coelho; +Cc: linux-wireless, linuxwifi

Luca Coelho <luca@coelho.fi> writes:

> Hi Kalle,
>
> Here's the second batch of patches intended for v4.15.  It contains the
> last patch set I send out with v2 of the lq_color patch.
>
> 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 66cc044249603e12e1dbba347f03bdbc9f171fdf:
>
>   bcma: use bcma_debug and pr_cont in MIPS driver (2017-10-17 17:22:07 +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-2017-10-18
>
> for you to fetch changes up to 3c798a45318e098e9937b0fee1e0cf986174fbbe:
>
>   iwlwifi: pcie: remove set but not used variable tcph (2017-10-18 13:02:01 +0300)
>
> ----------------------------------------------------------------
> Second batch of iwlwifi patches for 4.15
>
> * Allocate reorder buffer dynamically to save memory;
> * Fix a FW dump problem in the A000 family;
> * Fix for a statistics gathering issue (v2);
> * Sort the list of 9000 devices to make it easier to find entries;
> * A couple of cleanups in the FW dump code;
> * Remove some unnecessary variables and fields and calculations;
>
> ----------------------------------------------------------------

Pulled, thanks.

-- 
Kalle Valo

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

end of thread, other threads:[~2017-10-20 12:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-18 10:30 pull-request: iwlwifi-next 2017-10-18 Luca Coelho
2017-10-20 12:51 ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.