All of lore.kernel.org
 help / color / mirror / Atom feed
* pull request: iwlwifi 2014-09-08
@ 2014-09-08 16:54 Emmanuel Grumbach
  2014-09-08 16:56 ` [PATCH 01/12] iwlwifi: mvm: enable scheduled scan on newest firmware Emmanuel Grumbach
                   ` (12 more replies)
  0 siblings, 13 replies; 15+ messages in thread
From: Emmanuel Grumbach @ 2014-09-08 16:54 UTC (permalink / raw)
  To: John Linville; +Cc: linux-wireless, Emmanuel Grumbach

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

Hi John,

I think I have caught up completely now - and because I had quite a bit to cover this pull request is rather big for an -rc5. Sorry about that.

I re-enable scheduled scan on firmware that contain the fix for the bug that Linus reported.
A few trivial fixes: endianity issues, the same DTIM period fix that I did in mac80211.
Eyal fixes a few issues we identified with EAPOL, we now send them just as if they were management frames, this solves interrop issues.
Johannes has another set of trivial fixes, while Luca fixes the way we configure the filters in the firmware. Last but not least, a new device is added by Oren.

The following changes since commit d88c8958dc13b4e4eb7fc57e3f06dc1c4abc7b1f:

  iwlwifi: bump firmware API version to 10 for 7000 and 8000 (2014-09-01 09:50:14 +0300)

are available in the git repository at:

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

for you to fetch changes up to 2cddddc56a1179aa71b460ad616176c237d4a243:

  iwlwifi: mvm: fix an overflow in iwl_mvm_get_signal_strength (2014-09-08 19:47:22 +0300)

----------------------------------------------------------------
Eliad Peller (1):
      iwlwifi: increase DEFAULT_MAX_TX_POWER

Emmanuel Grumbach (4):
      iwlwifi: mvm: enable scheduled scan on newest firmware
      iwlwifi: mvm: fix endianity issues with Smart Fifo commands
      iwlwiwi: mvm: use bss_conf->dtim_period instead of conf.ps_dtim_period
      iwlwifi: dvm: disable power save by default

Eyal Shapira (2):
      iwlwifi: mvm: treat EAPOLs like mgmt frames wrt rate
      iwlwifi: mvm: fix an overflow in iwl_mvm_get_signal_strength

Johannes Berg (3):
      iwlwifi: mvm: BT Coex - remove shadowing variable
      iwlwifi: mvm: correctly handle PM/QoS changes from mac80211
      iwlwifi: mvm: BT Coex - always initialize smps_mode

Luciano Coelho (1):
      iwlwifi: mvm: set MAC_FILTER_IN_BEACON correctly for STA/P2P client

Oren Givon (1):
      iwlwifi: add PCI IDs and add then new 3165 series

 drivers/net/wireless/iwlwifi/dvm/power.c       |  2 +-
 drivers/net/wireless/iwlwifi/iwl-7000.c        | 16 ++++++++++++++++
 drivers/net/wireless/iwlwifi/iwl-config.h      |  3 +++
 drivers/net/wireless/iwlwifi/iwl-nvm-parse.c   |  4 +---
 drivers/net/wireless/iwlwifi/mvm/coex.c        |  9 +++------
 drivers/net/wireless/iwlwifi/mvm/debugfs-vif.c |  3 +--
 drivers/net/wireless/iwlwifi/mvm/fw-api.h      |  4 ++--
 drivers/net/wireless/iwlwifi/mvm/mac-ctxt.c    | 10 +++++-----
 drivers/net/wireless/iwlwifi/mvm/mac80211.c    | 25 ++++++++++++++-----------
 drivers/net/wireless/iwlwifi/mvm/power.c       |  5 ++---
 drivers/net/wireless/iwlwifi/mvm/rx.c          |  6 +++---
 drivers/net/wireless/iwlwifi/mvm/sf.c          |  2 +-
 drivers/net/wireless/iwlwifi/mvm/tx.c          |  8 ++++++--
 drivers/net/wireless/iwlwifi/pcie/drv.c        |  7 +++++++
 14 files changed, 65 insertions(+), 39 deletions(-)


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

^ permalink raw reply	[flat|nested] 15+ messages in thread
* pull request: iwlwifi-next 2014-09-15
@ 2014-09-15  5:07 Emmanuel Grumbach
  2014-09-15  5:10 ` [PATCH 03/12] iwlwifi: mvm: set MAC_FILTER_IN_BEACON correctly for STA/P2P client Emmanuel Grumbach
  0 siblings, 1 reply; 15+ messages in thread
From: Emmanuel Grumbach @ 2014-09-15  5:07 UTC (permalink / raw)
  To: john Linville; +Cc: linux-wireless, Emmanuel Grumbach

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

Hi John,

This is a pull request for 3.18. I have a few more patches for 3.18 that are not included here.
This pull request was big enough without them, and they rely on mac80211 patches that are not
in wireless-next yet. In my master branch, I merged Johannes's tag on mac80211-next to be able
to apply these patches, I'll send you another pull request once you'll pull from Johannes. Let
me know if you prefer me to merge wireless-next rather than mac80211-next. I just found it easier
for me.
I also merged iwlwifi-fixes to avoid minor conflicts.

I fix here dvm which was broken by my last pull request. Arik continues to work on TDLS
and Luca solved a few issues in CT-Kill. Eyal keeps digging into rate scaling code, more
to come soon. Besides this, nothing really special here.

Please pull, thanks!

The following changes since commit 712b24adc105518f7cbbb6f9f353efea48954bb9:

  iwlwifi: mvm: clean up AUX station handling (2014-09-03 22:49:13 +0300)

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 f991e17ba2584e2be66476cc468f19769efd55cc:

  iwlwifi: mvm: align CSA GO NOA time event naming with the firmware (2014-09-14 22:02:24 +0300)

----------------------------------------------------------------
Arik Nemtsov (2):
      iwlwifi: mvm: move TDLS code to separate file
      iwlwifi: mvm: fix PSM disable during TDLS

Avri Altman (2):
      iwlwifi: mvm: remove unused static inline function
      iwlwifi: mvm: Fix skip over dtim configuration in d0i3

David Spinadel (1):
      iwlwifi: mvm: reduce active dwell time

Eliad Peller (2):
      iwlwifi: increase DEFAULT_MAX_TX_POWER
      iwlwifi: mvm: move IWL_MVM_UAPSD_QUEUES to constants.h

Emmanuel Grumbach (8):
      iwlwifi: mvm: enable scheduled scan on newest firmware
      iwlwifi: mvm: fix endianity issues with Smart Fifo commands
      iwlwiwi: mvm: use bss_conf->dtim_period instead of conf.ps_dtim_period
      iwlwifi: dvm: disable power save by default
      Merge remote-tracking branch 'iwlwifi-fixes/master' into NEXT
      iwlwifi: trans: don't configure the set_active in SCD for dvm
      iwlwifi: define the non shared antenna per hardware
      iwlwifi: mvm: allow to collect debug data when restart is disabled

Eran Harary (1):
      iwlwifi: mvm: allow preventing dummy notifications

Eyal Shapira (6):
      iwlwifi: mvm: treat EAPOLs like mgmt frames wrt rate
      iwlwifi: mvm: fix an overflow in iwl_mvm_get_signal_strength
      iwlwifi: mvm: add LDPC support
      iwlwifi: enable LDPC in 8000 chip family
      iwlwifi: mvm: rs: remove max_rate_idx
      iwlwifi: mvm: rs: don't zero tx stats after idle

Johannes Berg (9):
      iwlwifi: mvm: BT Coex - remove shadowing variable
      iwlwifi: mvm: correctly handle PM/QoS changes from mac80211
      iwlwifi: mvm: BT Coex - always initialize smps_mode
      iwlwifi: mvm: disable aggregation queues in station DB in FW
      iwlwifi: pcie: clear command data on freeing
      iwlwifi: mvm: don't update quota in firmware too often
      iwlwifi: mvm: update d0i3 debugfs
      iwlwifi: mvm: fix quota update avoidance
      iwlwifi: mvm: update QoS parameters when they change

Liad Kaufman (1):
      iwlwifi: make hw rev checking more readable

Luciano Coelho (5):
      iwlwifi: mvm: set MAC_FILTER_IN_BEACON correctly for STA/P2P client
      iwlwifi: mvm: reset ucode_loaded flag when mac80211 stop is called
      iwlwifi: mvm: fail temp test enabling if the ucode is not loaded
      iwlwifi: mvm: use the firmware to get the temperature during CT kill
      iwlwifi: mvm: align CSA GO NOA time event naming with the firmware

Max Stepanov (1):
      iwlwifi: mvm: add MVM_FW_MCAST_FILTER_PASS_ALL option

Oren Givon (2):
      iwlwifi: add PCI IDs and add then new 3165 series
      iwlwifi: add and edit 8000 series PCI IDs

Toralf F�¶rster (1):
      iwlwifi/iwl-drv.c: fix typo defualt -> default

 drivers/net/wireless/iwlwifi/Kconfig            |   2 -
 drivers/net/wireless/iwlwifi/dvm/power.c        |   2 +-
 drivers/net/wireless/iwlwifi/dvm/rxon.c         |  12 ++++++
 drivers/net/wireless/iwlwifi/iwl-7000.c         |  35 +++++++++++++---
 drivers/net/wireless/iwlwifi/iwl-8000.c         |  16 ++++++-
 drivers/net/wireless/iwlwifi/iwl-config.h       |   9 ++++
 drivers/net/wireless/iwlwifi/iwl-csr.h          |  10 +++++
 drivers/net/wireless/iwlwifi/iwl-drv.c          |   2 +-
 drivers/net/wireless/iwlwifi/iwl-eeprom-parse.c |   3 ++
 drivers/net/wireless/iwlwifi/iwl-fw.h           |   2 +
 drivers/net/wireless/iwlwifi/iwl-io.c           |   2 +-
 drivers/net/wireless/iwlwifi/iwl-nvm-parse.c    |   7 ++--
 drivers/net/wireless/iwlwifi/iwl-trans.h        |   8 +---
 drivers/net/wireless/iwlwifi/mvm/Makefile       |   2 +-
 drivers/net/wireless/iwlwifi/mvm/coex.c         |  13 +++---
 drivers/net/wireless/iwlwifi/mvm/constants.h    |   8 ++++
 drivers/net/wireless/iwlwifi/mvm/debugfs-vif.c  |   3 +-
 drivers/net/wireless/iwlwifi/mvm/debugfs.c      |  15 +++++++
 drivers/net/wireless/iwlwifi/mvm/fw-api.h       |  40 ++++++++++++++++--
 drivers/net/wireless/iwlwifi/mvm/fw.c           |   3 ++
 drivers/net/wireless/iwlwifi/mvm/mac-ctxt.c     |  20 ++++-----
 drivers/net/wireless/iwlwifi/mvm/mac80211.c     | 175 ++++++++++++++++++++++++----------------------------------------------------
 drivers/net/wireless/iwlwifi/mvm/mvm.h          |  30 +++++++++----
 drivers/net/wireless/iwlwifi/mvm/nvm.c          |   3 +-
 drivers/net/wireless/iwlwifi/mvm/ops.c          |  18 ++++++++
 drivers/net/wireless/iwlwifi/mvm/power.c        |  67 +++++++++++++++--------------
 drivers/net/wireless/iwlwifi/mvm/quota.c        |  32 +++++++++++---
 drivers/net/wireless/iwlwifi/mvm/rs.c           |  68 +++++++++++++-----------------
 drivers/net/wireless/iwlwifi/mvm/rs.h           |  10 +++--
 drivers/net/wireless/iwlwifi/mvm/rx.c           |   6 +--
 drivers/net/wireless/iwlwifi/mvm/scan.c         |   4 +-
 drivers/net/wireless/iwlwifi/mvm/sf.c           |   6 ++-
 drivers/net/wireless/iwlwifi/mvm/sta.c          |  12 +++++-
 drivers/net/wireless/iwlwifi/mvm/tdls.c         | 149 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/net/wireless/iwlwifi/mvm/time-event.c   |  10 ++---
 drivers/net/wireless/iwlwifi/mvm/time-event.h   |   8 ++--
 drivers/net/wireless/iwlwifi/mvm/tt.c           | 326 ++++++++++++++++++++++++++++++++++-----------------------------------------------------------------------------------------------------------
 drivers/net/wireless/iwlwifi/mvm/tx.c           |  10 +++--
 drivers/net/wireless/iwlwifi/pcie/drv.c         |   8 ++++
 drivers/net/wireless/iwlwifi/pcie/internal.h    |   2 +
 drivers/net/wireless/iwlwifi/pcie/rx.c          |   2 +-
 drivers/net/wireless/iwlwifi/pcie/trans.c       |   3 +-
 drivers/net/wireless/iwlwifi/pcie/tx.c          |  12 +++---
 43 files changed, 649 insertions(+), 526 deletions(-)
 create mode 100644 drivers/net/wireless/iwlwifi/mvm/tdls.c


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

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

end of thread, other threads:[~2014-09-15  5:10 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-08 16:54 pull request: iwlwifi 2014-09-08 Emmanuel Grumbach
2014-09-08 16:56 ` [PATCH 01/12] iwlwifi: mvm: enable scheduled scan on newest firmware Emmanuel Grumbach
2014-09-08 16:56 ` [PATCH 02/12] iwlwifi: mvm: BT Coex - remove shadowing variable Emmanuel Grumbach
2014-09-08 16:56 ` [PATCH 03/12] iwlwifi: mvm: set MAC_FILTER_IN_BEACON correctly for STA/P2P client Emmanuel Grumbach
2014-09-08 16:56 ` [PATCH 04/12] iwlwifi: mvm: fix endianity issues with Smart Fifo commands Emmanuel Grumbach
2014-09-08 16:56 ` [PATCH 05/12] iwlwifi: increase DEFAULT_MAX_TX_POWER Emmanuel Grumbach
2014-09-08 16:56 ` [PATCH 06/12] iwlwifi: mvm: correctly handle PM/QoS changes from mac80211 Emmanuel Grumbach
2014-09-08 16:56 ` [PATCH 07/12] iwlwifi: mvm: treat EAPOLs like mgmt frames wrt rate Emmanuel Grumbach
2014-09-08 16:56 ` [PATCH 08/12] iwlwiwi: mvm: use bss_conf->dtim_period instead of conf.ps_dtim_period Emmanuel Grumbach
2014-09-08 16:56 ` [PATCH 09/12] iwlwifi: mvm: BT Coex - always initialize smps_mode Emmanuel Grumbach
2014-09-08 16:56 ` [PATCH 10/12] iwlwifi: dvm: disable power save by default Emmanuel Grumbach
2014-09-08 16:56 ` [PATCH 11/12] iwlwifi: add PCI IDs and add then new 3165 series Emmanuel Grumbach
2014-09-08 16:56 ` [PATCH 12/12] iwlwifi: mvm: fix an overflow in iwl_mvm_get_signal_strength Emmanuel Grumbach
2014-09-09 19:01 ` pull request: iwlwifi 2014-09-08 John W. Linville
2014-09-15  5:07 pull request: iwlwifi-next 2014-09-15 Emmanuel Grumbach
2014-09-15  5:10 ` [PATCH 03/12] iwlwifi: mvm: set MAC_FILTER_IN_BEACON correctly for STA/P2P client Emmanuel Grumbach

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.