Re: pull-request: iwlwifi-next 2016-09-19-2

2016-09-26 Thread Kalle Valo
Luca Coelho  writes:

> Please drop my previous pull-request.  There was a compilation error
> that I missed to due a missing flag in my .config.  I fixed it now and
> this is the new pull request that includes the fix.
>
> Here we go again, now I'm almost catching up with the pending stuff in
> our internal tree, just in time for 4.9.  This pull contains a bunch of
> fixes to DQA and new HW support code, a few new features and some
> cleanups.  More details in the tag description.
>
> Let me know if everything's fine (or not). :)
>
> Luca.
>
>
> The following changes since commit 80ba4f1d365af206b9e818d17d22fed02fe5def0:
>
>   mwifiex: fix null pointer deference when adapter is null (2016-09-17 
> 18:26:32 +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-2016-09-19-2

Pulled, thanks.

-- 
Kalle Valo


pull-request: iwlwifi-next 2016-09-19-2

2016-09-19 Thread Luca Coelho
Hi Kalle,

Please drop my previous pull-request.  There was a compilation error
that I missed to due a missing flag in my .config.  I fixed it now and
this is the new pull request that includes the fix.

Here we go again, now I'm almost catching up with the pending stuff in
our internal tree, just in time for 4.9.  This pull contains a bunch of
fixes to DQA and new HW support code, a few new features and some
cleanups.  More details in the tag description.

Let me know if everything's fine (or not). :)

Luca.


The following changes since commit 80ba4f1d365af206b9e818d17d22fed02fe5def0:

  mwifiex: fix null pointer deference when adapter is null (2016-09-17 18:26:32 
+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-2016-09-19-2

for you to fetch changes up to 0979a913f879ea39504200d83fb9f275a555a58d:

  iwlwifi: pcie: use LIST_HEAD() macro (2016-09-19 11:29:35 +0300)


* added support for MU-MIMO sniffer
* added support for RRM by scan
* added support for packet injection
* migrate to devm memory allocation handling
* some fixes, mostly in DQA and new HW support
* other generic cleanups


Arik Nemtsov (1):
  iwlwifi: move BIOS MCC retrieval to common code

Aviya Erenfeld (1):
  iwlwifi: mvm: add support for MU-MIMO air sniffer

Avrahams Stern (1):
  iwlwifi: mvm: Add support for RRM by scan

Emmanuel Grumbach (1):
  iwlwifi: don't export trace points that are used in iwlwifi only

Haim Dreyfuss (1):
  iwlwifi: check for valid ethernet address provided by OEM

Ido Yariv (1):
  iwlwifi: mvm: Add mem debugfs entry

Johannes Berg (6):
  iwlwifi: mvm: compare full command ID
  iwlwifi: mvm: make iwl_mvm_update_sta() an inline
  iwlwifi: mvm: document passing unexpected Block Ack Request frames
  iwlwifi: mvm: move AP-specific code to right function
  iwlwifi: mvm: use LIST_HEAD() macro
  iwlwifi: pcie: use LIST_HEAD() macro

Liad Kaufman (1):
  iwlwifi: mvm: remove variable shadowing

Oren Givon (1):
  iwlwifi: add new 8265 series PCI ID

Roee Zamir (1):
  iwlwifi: mvm: Add debugfs function for clocks diff

Sara Sharon (9):
  iwlwifi: pcie: fix typo in struct name for a000 devices
  iwlwifi: mvm: cleanup skb queue functions use
  iwlwifi: mvm: fix DQA AP mode station assumption
  iwlwifi: mvm: support BAR in reorder buffer
  iwlwifi: mvm: support packet injection
  iwlwifi: pcie: log full command sequence
  iwlwifi: move to wide ID for all commands
  iwlwifi: mvm: disable P2P queue on mac context release
  iwlwifi: mvm: set HCMD_NAME for PHY_DB as well

Sharon Dvir (1):
  iwlwifi: migrate to devm_* API

 drivers/net/wireless/intel/iwlwifi/iwl-devtrace.c|   3 --
 drivers/net/wireless/intel/iwlwifi/iwl-fw-file.h |   5 ++
 drivers/net/wireless/intel/iwlwifi/iwl-notif-wait.c  |   8 +++-
 drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c   | 104 
--
 drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.h   |  20 +++-
 drivers/net/wireless/intel/iwlwifi/iwl-phy-db.c  |   2 +-
 drivers/net/wireless/intel/iwlwifi/iwl-trans.c   |  11 ++---
 drivers/net/wireless/intel/iwlwifi/iwl-trans.h   |   5 +-
 drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c |  26 +++
 drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c | 184 
++
 drivers/net/wireless/intel/iwlwifi/mvm/fw-api-scan.h |  20 
 drivers/net/wireless/intel/iwlwifi/mvm/fw-api.h  |  52 
-
 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c|  47 ++-
 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c|  18 
 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h |   7 +++
 drivers/net/wireless/intel/iwlwifi/mvm/nvm.c |  93 
+
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c |  32 +++--
 drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c|  30 
 drivers/net/wireless/intel/iwlwifi/mvm/scan.c|  61 
++---
 drivers/net/wireless/intel/iwlwifi/mvm/sta.c |  13 ++
 drivers/net/wireless/intel/iwlwifi/mvm/sta.h |  11 +++--
 drivers/net/wireless/intel/iwlwifi/mvm/tx.c  |  35 +++---
 drivers/net/wireless/intel/iwlwifi/mvm/utils.c   |  22 +
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c|   1 +
 drivers/net/wireless/intel/iwlwifi/pcie/internal.h   |   2 -
 drivers/net/wireless/intel/iwlwifi/pcie/rx.c |   9 ++--
 drivers/net/wireless/intel/iwlwifi/pcie/trans.c  |  84 
++
 drivers/net/wireless/intel/iwlwifi/pcie/tx.c |   2 +-
 28 files changed, 655