linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull request: iwlwifi-next 2014-02-23
@ 2014-02-23 19:53 Emmanuel Grumbach
  2014-02-23 19:56 ` [PATCH 01/17] iwlwifi: pcie: clean iwl_pcie_[rt]xq_inc_wr_ptr a bit Emmanuel Grumbach
                   ` (17 more replies)
  0 siblings, 18 replies; 21+ messages in thread
From: Emmanuel Grumbach @ 2014-02-23 19:53 UTC (permalink / raw)
  To: John Linville; +Cc: ilw@linux.intel.com, linux-wireless@vger.kernel.org

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

Hi John,

Here is pull request intended for 3.15.

I have here a whole bunch of various things. Trivial cleanups, debugfs handlers and new stuff for the new generation of devices along with new capabilities for monitor mode. We also have support for power save for dual interface mode, but that is not supported by the firmware currently available.

I had to merge wireless-next to get the new bits for monitor mode I added in mac80211-next.git.

Let me know if you have any issue.
Thanks!

The following changes since commit e57f1734d87aa0e9a00905ed08888f0c62f56227:
Starting
  mwifiex: add key material v2 support (2014-02-12 15:36:26 -0500)

are available in the git repository at:

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

for you to fetch changes up to 82b715c211a53e80a1db83b9b71995a05fe32908:

  iwlwifi: mvm: fix a few wd_disable comments (2014-02-23 21:38:54 +0200)

----------------------------------------------------------------
Alexander Bondar (1):
      iwlwifi: mvm: Enable power save on BSS and P2P client in DCM

Eliad Peller (3):
      iwlwifi: pcie: clean iwl_pcie_[rt]xq_inc_wr_ptr a bit
      iwlwifi: mvm: add debugfs for prph reg read/write
      iwlwifi: mvm: fix a few wd_disable comments

Emmanuel Grumbach (4):
      iwlwifi: mvm: propagate LDPC / STBC status to radiotap
      iwlwifi: mvm: don't dump log of second CPU when not relevant
      iwlwifi: pcie: stop the firmware when we restart it
      iwlwifi: mvm: set immediate apply time bit in time events

Eran Harary (2):
      iwlwifi: mvm: new NVM format in family 8000
      iwlwifi: mvm: prepare infrastructure for more TLV flags

Eyal Shapira (1):
      iwlwifi: mvm: add Rx frames statistics via debugfs

Eytan Lifshitz (1):
      iwlwifi: mvm: fix possible memory leak

Inbal Hacohen (1):
      iwlwifi: mvm: remove redundant define in fw.c

Johannes Berg (4):
      iwlwifi: make various things const
      iwlwifi: mvm: use IEEE80211_TX_CTRL_PORT_CTRL_PROTO flag
      iwlwifi: remove iwl_fw_valid_(tx|rx)_ant inlines
      iwlwifi: nvm: remove reading valid antennas from NVM

 drivers/net/wireless/iwlwifi/dvm/agn.h          |    4 +-
 drivers/net/wireless/iwlwifi/dvm/devices.c      |    2 +-
 drivers/net/wireless/iwlwifi/dvm/mac80211.c     |    2 +-
 drivers/net/wireless/iwlwifi/dvm/rx.c           |    2 +-
 drivers/net/wireless/iwlwifi/iwl-drv.c          |   53 ++++-
 drivers/net/wireless/iwlwifi/iwl-drv.h          |   14 ++
 drivers/net/wireless/iwlwifi/iwl-eeprom-parse.h |    5 +-
 drivers/net/wireless/iwlwifi/iwl-fw-file.h      |   17 ++
 drivers/net/wireless/iwlwifi/iwl-fw.h           |   24 +--
 drivers/net/wireless/iwlwifi/iwl-modparams.h    |    2 +-
 drivers/net/wireless/iwlwifi/iwl-nvm-parse.c    |  245 +++++++++++++++++------
 drivers/net/wireless/iwlwifi/iwl-nvm-parse.h    |    3 +-
 drivers/net/wireless/iwlwifi/iwl-trans.h        |    2 +-
 drivers/net/wireless/iwlwifi/mvm/debugfs-vif.c  |    2 +-
 drivers/net/wireless/iwlwifi/mvm/debugfs.c      |  118 ++++++++++-
 drivers/net/wireless/iwlwifi/mvm/fw-api-rs.h    |    3 +-
 drivers/net/wireless/iwlwifi/mvm/fw-api.h       |    5 +-
 drivers/net/wireless/iwlwifi/mvm/fw.c           |   14 +-
 drivers/net/wireless/iwlwifi/mvm/mac-ctxt.c     |    2 +-
 drivers/net/wireless/iwlwifi/mvm/mac80211.c     |   12 +-
 drivers/net/wireless/iwlwifi/mvm/mvm.h          |   35 +++-
 drivers/net/wireless/iwlwifi/mvm/nvm.c          |   67 +++++--
 drivers/net/wireless/iwlwifi/mvm/ops.c          |    2 +-
 drivers/net/wireless/iwlwifi/mvm/phy-ctxt.c     |    4 +-
 drivers/net/wireless/iwlwifi/mvm/power.c        |   48 ++++-
 drivers/net/wireless/iwlwifi/mvm/rs.c           |   93 +++++++--
 drivers/net/wireless/iwlwifi/mvm/rx.c           |   21 ++
 drivers/net/wireless/iwlwifi/mvm/scan.c         |    4 +-
 drivers/net/wireless/iwlwifi/mvm/time-event.c   |    6 +-
 drivers/net/wireless/iwlwifi/mvm/tx.c           |    4 +-
 drivers/net/wireless/iwlwifi/mvm/utils.c        |    6 +-
 drivers/net/wireless/iwlwifi/pcie/internal.h    |    2 +-
 drivers/net/wireless/iwlwifi/pcie/rx.c          |   47 ++---
 drivers/net/wireless/iwlwifi/pcie/tx.c          |   68 +++----
 34 files changed, 713 insertions(+), 225 deletions(-)


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

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

end of thread, other threads:[~2014-02-24 20:15 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-23 19:53 pull request: iwlwifi-next 2014-02-23 Emmanuel Grumbach
2014-02-23 19:56 ` [PATCH 01/17] iwlwifi: pcie: clean iwl_pcie_[rt]xq_inc_wr_ptr a bit Emmanuel Grumbach
2014-02-23 19:56 ` [PATCH 02/17] iwlwifi: make various things const Emmanuel Grumbach
2014-02-23 19:56 ` [PATCH 03/17] iwlwifi: mvm: propagate LDPC / STBC status to radiotap Emmanuel Grumbach
2014-02-23 19:56 ` [PATCH 04/17] iwlwifi: mvm: use IEEE80211_TX_CTRL_PORT_CTRL_PROTO flag Emmanuel Grumbach
2014-02-23 19:56 ` [PATCH 05/17] iwlwifi: mvm: add debugfs for prph reg read/write Emmanuel Grumbach
2014-02-23 19:56 ` [PATCH 06/17] iwlwifi: mvm: Enable power save on BSS and P2P client in DCM Emmanuel Grumbach
2014-02-23 19:56 ` [PATCH 07/17] iwlwifi: mvm: new NVM format in family 8000 Emmanuel Grumbach
2014-02-23 19:56 ` [PATCH 08/17] iwlwifi: remove iwl_fw_valid_(tx|rx)_ant inlines Emmanuel Grumbach
2014-02-23 19:57 ` [PATCH 09/17] iwlwifi: mvm: don't dump log of second CPU when not relevant Emmanuel Grumbach
2014-02-23 19:57 ` [PATCH 10/17] iwlwifi: mvm: fix possible memory leak Emmanuel Grumbach
2014-02-23 19:57 ` [PATCH 11/17] iwlwifi: pcie: stop the firmware when we restart it Emmanuel Grumbach
2014-02-23 19:57 ` [PATCH 12/17] iwlwifi: mvm: set immediate apply time bit in time events Emmanuel Grumbach
2014-02-23 19:57 ` [PATCH 13/17] iwlwifi: mvm: add Rx frames statistics via debugfs Emmanuel Grumbach
2014-02-23 20:10   ` Joe Perches
2014-02-24  8:11     ` Grumbach, Emmanuel
2014-02-23 19:57 ` [PATCH 14/17] iwlwifi: nvm: remove reading valid antennas from NVM Emmanuel Grumbach
2014-02-23 19:57 ` [PATCH 15/17] iwlwifi: mvm: remove redundant define in fw.c Emmanuel Grumbach
2014-02-23 19:57 ` [PATCH 16/17] iwlwifi: mvm: prepare infrastructure for more TLV flags Emmanuel Grumbach
2014-02-23 19:57 ` [PATCH 17/17] iwlwifi: mvm: fix a few wd_disable comments Emmanuel Grumbach
2014-02-24 20:06 ` pull request: iwlwifi-next 2014-02-23 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).