linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull request: iwlwifi-next 2014-06-24
@ 2014-06-24 19:51 Emmanuel Grumbach
  2014-06-24 19:51 ` [PATCH 01/27] iwlwifi: bump API version for 8000 devices Emmanuel Grumbach
                   ` (28 more replies)
  0 siblings, 29 replies; 30+ messages in thread
From: Emmanuel Grumbach @ 2014-06-24 19:51 UTC (permalink / raw)
  To: John Linville; +Cc: linux-wireless, ilw

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

Hi John,

This is a pull request for 3.17.

I have here a whole bunch of various things. Andy contributes better debug prints for dvm specific flows and a module parameter to completely disable power save for dvm. Andrei is sharing the premises of his work on CSA - more to come. Eran and Liad keep on working on the new devices. I have the regular amount of BT Coex stuff and I continue to work on the firmware error report system adding more debug capabilities. More to come on that subject too.

I merged iwlwifi-fixes in order to be able to apply patches that relied on patches there.

Let me know if you have problems - please pull.

The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:

  Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git master

for you to fetch changes up to c47af22ad630e03053f3eeefd19bd8274989ffbb:

  iwlwifi: mvm: handle device start failures during restart (2014-06-24 21:55:41 +0300)

----------------------------------------------------------------
Andrei Otcheretianski (1):
      iwlwifi: mvm: Introduce an API to set STA_FLG_DISABLE_TX flag

Andy Lutomirski (3):
      iwlwifi: pcie: log when waking the NIC for hcmd submission fails
      iwlwifi: pcie: improve debugfs queue info
      iwlwifi: dvm: add a force_cam module parameter to fully disable power saving

David Spinadel (4):
      iwlwifi: mvm: use ksize to memset scan_command
      iwlwifi: mvm: don't use hardcoded num of scan channels
      iwlwifi: fix NVM channel attribute map.
      iwlwifi: mvm: support extended beacon notification

Eliad Peller (3):
      iwlwifi: mvm: rework sched scan channel configuration
      iwlwifi: remove MCS32 support declaration
      iwlwifi: mvm: disable beacon filtering escape timer in d0i3

Emmanuel Grumbach (11):
      iwlwifi: bump API version for 8000 devices
      Merge remote-tracking branch 'iwlwifi-fixes/master' into iwlwifi-next
      iwlwifi: add device / firmware to fw-error-dump file
      iwlwifi: rename iwl_mvm_fw_error_next_data
      iwlwifi: pcie: add firmware monitor capabilities
      iwlwifi: mvm: BT Coex - allow to force the antenna allocation
      iwlwifi: mvm: BT Coex - allow MIMO in more cases
      iwlwifi: mvm: BT Coex - don't limit rate control if TTC is on
      iwlwifi: mvm: BT Coex - add reduced Tx power thresholds to constants
      iwlwifi: mvm: BT Coex - avoid the shared antenna for management frames
      iwlwivi: mvm: BT Coex - properly set the priority of beacons

Eran Harary (2):
      iwlwifi: mvm: fixes for 8000 NVM flow
      iwlwifi: mvm: fix bug in set_hw_address function

Johannes Berg (2):
      iwlwifi: mvm: add back support for low-priority scan
      iwlwifi: mvm: handle device start failures during restart

Liad Kaufman (3):
      iwlwifi: update trans->hw_rev 8000 hw family format
      iwlwifi: nvm: update maximal parsed values in external nvm
      iwlwifi: mvm: assure no overflows occur while reading otp

 drivers/net/wireless/iwlwifi/dvm/power.c         |   9 +++++++++
 drivers/net/wireless/iwlwifi/iwl-8000.c          |   5 ++---
 drivers/net/wireless/iwlwifi/iwl-config.h        |   2 +-
 drivers/net/wireless/iwlwifi/iwl-drv.c           |  15 +++++++++++++++
 drivers/net/wireless/iwlwifi/iwl-eeprom-parse.c  |   1 -
 drivers/net/wireless/iwlwifi/iwl-fw-error-dump.h |  46 ++++++++++++++++++++++++++++++++++++++++++++--
 drivers/net/wireless/iwlwifi/iwl-fw-file.h       |   6 ++++--
 drivers/net/wireless/iwlwifi/iwl-fw.h            |   8 ++++++++
 drivers/net/wireless/iwlwifi/iwl-modparams.h     |   2 ++
 drivers/net/wireless/iwlwifi/iwl-nvm-parse.c     |  56 ++++++++++++++++++++++++++++++++++++++++----------------
 drivers/net/wireless/iwlwifi/iwl-prph.h          |   6 ++++++
 drivers/net/wireless/iwlwifi/mvm/coex.c          |  77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------
 drivers/net/wireless/iwlwifi/mvm/constants.h     |   2 ++
 drivers/net/wireless/iwlwifi/mvm/debugfs.c       |  39 +++++++++++++++++++++++++++++++++++++++
 drivers/net/wireless/iwlwifi/mvm/fw-api-coex.h   |  10 +++++++++-
 drivers/net/wireless/iwlwifi/mvm/fw-api-power.h  |   2 +-
 drivers/net/wireless/iwlwifi/mvm/fw-api-scan.h   |  47 ++++++++++++++---------------------------------
 drivers/net/wireless/iwlwifi/mvm/fw-api-sta.h    |   7 ++-----
 drivers/net/wireless/iwlwifi/mvm/fw-api-tx.h     |  14 ++++++++++++++
 drivers/net/wireless/iwlwifi/mvm/mac-ctxt.c      |  45 +++++++++++++++++++++++++++++----------------
 drivers/net/wireless/iwlwifi/mvm/mac80211.c      |  15 ++++++++++++++-
 drivers/net/wireless/iwlwifi/mvm/mvm.h           |  14 ++++++++++++++
 drivers/net/wireless/iwlwifi/mvm/nvm.c           |  29 +++++++++++++++++++++++++----
 drivers/net/wireless/iwlwifi/mvm/ops.c           |  31 +++++++++++++++++++++++++------
 drivers/net/wireless/iwlwifi/mvm/scan.c          | 115 ++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------------------------------
 drivers/net/wireless/iwlwifi/mvm/sta.c           |  20 ++++++++++++++++++++
 drivers/net/wireless/iwlwifi/mvm/sta.h           |   2 ++
 drivers/net/wireless/iwlwifi/mvm/tx.c            |   8 +++++++-
 drivers/net/wireless/iwlwifi/pcie/internal.h     |   7 +++++++
 drivers/net/wireless/iwlwifi/pcie/trans.c        | 145 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------
 drivers/net/wireless/iwlwifi/pcie/tx.c           |   1 +
 31 files changed, 609 insertions(+), 177 deletions(-)


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]

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

end of thread, other threads:[~2014-06-25 19:30 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-24 19:51 pull request: iwlwifi-next 2014-06-24 Emmanuel Grumbach
2014-06-24 19:51 ` [PATCH 01/27] iwlwifi: bump API version for 8000 devices Emmanuel Grumbach
2014-06-24 19:51 ` [PATCH 02/27] iwlwifi: mvm: use ksize to memset scan_command Emmanuel Grumbach
2014-06-24 19:51 ` [PATCH 03/27] iwlwifi: mvm: add back support for low-priority scan Emmanuel Grumbach
2014-06-24 19:51 ` [PATCH 04/27] iwlwifi: mvm: don't use hardcoded num of scan channels Emmanuel Grumbach
2014-06-24 19:51 ` [PATCH 05/27] iwlwifi: remove MCS32 support declaration Emmanuel Grumbach
2014-06-24 19:52 ` [PATCH 06/27] iwlwifi: add device / firmware to fw-error-dump file Emmanuel Grumbach
2014-06-24 19:52 ` [PATCH 07/27] iwlwifi: rename iwl_mvm_fw_error_next_data Emmanuel Grumbach
2014-06-24 19:52 ` [PATCH 08/27] iwlwifi: pcie: add firmware monitor capabilities Emmanuel Grumbach
2014-06-24 19:52 ` [PATCH 09/27] iwlwifi: mvm: fixes for 8000 NVM flow Emmanuel Grumbach
2014-06-24 19:52 ` [PATCH 10/27] iwlwifi: fix NVM channel attribute map Emmanuel Grumbach
2014-06-24 19:52 ` [PATCH 11/27] iwlwifi: pcie: log when waking the NIC for hcmd submission fails Emmanuel Grumbach
2014-06-24 19:52 ` [PATCH 12/27] iwlwifi: pcie: improve debugfs queue info Emmanuel Grumbach
2014-06-24 19:52 ` [PATCH 13/27] iwlwifi: dvm: add a force_cam module parameter to fully disable power saving Emmanuel Grumbach
2014-06-24 19:52 ` [PATCH 14/27] iwlwifi: mvm: fix bug in set_hw_address function Emmanuel Grumbach
2014-06-24 19:52 ` [PATCH 15/27] iwlwifi: update trans->hw_rev 8000 hw family format Emmanuel Grumbach
2014-06-24 19:52 ` [PATCH 16/27] iwlwifi: nvm: update maximal parsed values in external nvm Emmanuel Grumbach
2014-06-24 19:52 ` [PATCH 17/27] iwlwifi: mvm: assure no overflows occur while reading otp Emmanuel Grumbach
2014-06-24 19:52 ` [PATCH 18/27] iwlwifi: mvm: BT Coex - allow to force the antenna allocation Emmanuel Grumbach
2014-06-24 19:52 ` [PATCH 19/27] iwlwifi: mvm: BT Coex - allow MIMO in more cases Emmanuel Grumbach
2014-06-24 19:52 ` [PATCH 20/27] iwlwifi: mvm: BT Coex - don't limit rate control if TTC is on Emmanuel Grumbach
2014-06-24 19:52 ` [PATCH 21/27] iwlwifi: mvm: BT Coex - add reduced Tx power thresholds to constants Emmanuel Grumbach
2014-06-24 19:52 ` [PATCH 22/27] iwlwifi: mvm: BT Coex - avoid the shared antenna for management frames Emmanuel Grumbach
2014-06-24 19:52 ` [PATCH 23/27] iwlwifi: mvm: disable beacon filtering escape timer in d0i3 Emmanuel Grumbach
2014-06-24 19:52 ` [PATCH 24/27] iwlwifi: mvm: Introduce an API to set STA_FLG_DISABLE_TX flag Emmanuel Grumbach
2014-06-24 19:52 ` [PATCH 25/27] iwlwifi: mvm: support extended beacon notification Emmanuel Grumbach
2014-06-24 19:52 ` [PATCH 26/27] iwlwivi: mvm: BT Coex - properly set the priority of beacons Emmanuel Grumbach
2014-06-24 19:52 ` [PATCH 27/27] iwlwifi: mvm: handle device start failures during restart Emmanuel Grumbach
2014-06-24 19:53 ` pull request: iwlwifi-next 2014-06-24 Emmanuel Grumbach
2014-06-25 19:29 ` John W. Linville

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).