Re: pull-request: wireless-drivers-next 2015-08-19

2015-08-20 Thread David Miller
From: Kalle Valo kv...@codeaurora.org
Date: Wed, 19 Aug 2015 14:03:56 +0300

 here's one more pull request for 4.3. More info in the signed tag below.
 
 This time I had to merge mac80211-next.git due to some iwlwifi
 dependencies and apparently that broke git-request-pull's diffstat
 again, it was showing changes which were not really coming from my tree.
 I think that's just a bug in my old git and really should update the
 tool. This time I just fixed the diffstat manually.
 
 But please be extra careful with this pull request and please let me
 know if you have any problems.
 
 The following changes since commit 8f9c98df949333f08b74e5df1caacf7e2c5e8552:
 
   mac80211: fix BIT position for TDLS WIDE extended cap (2015-08-14 17:49:53 
 +0200)
 
 are available in the git repository at:
 
   
 git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git 
 tags/wireless-drivers-next-for-davem-2015-08-19

Pulled, thanks.  I'll double check what I got to make sure it isn't
unexpected.
--
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: pull-request: wireless-drivers-next 2015-08-19

2015-08-19 Thread Kalle Valo
Kalle Valo kv...@codeaurora.org writes:

 here's one more pull request for 4.3. More info in the signed tag below.

 This time I had to merge mac80211-next.git due to some iwlwifi
 dependencies and apparently that broke git-request-pull's diffstat
 again, it was showing changes which were not really coming from my tree.
 I think that's just a bug in my old git and really should update the
 tool. This time I just fixed the diffstat manually.

 But please be extra careful with this pull request and please let me
 know if you have any problems.

Oh, I forgot to mention that I saw this build error when I did a test
merge:

net/ipv4/fib_semantics.c:553:3: error: implicit declaration of function 
lwtstate_free [-Werror=implicit-function-declaration]

But I see that also with unmodified net-next so I'm assuming I didn't
cause that :)

-- 
Kalle Valo
--
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


pull-request: wireless-drivers-next 2015-08-19

2015-08-19 Thread Kalle Valo
Hi Dave,

here's one more pull request for 4.3. More info in the signed tag below.

This time I had to merge mac80211-next.git due to some iwlwifi
dependencies and apparently that broke git-request-pull's diffstat
again, it was showing changes which were not really coming from my tree.
I think that's just a bug in my old git and really should update the
tool. This time I just fixed the diffstat manually.

But please be extra careful with this pull request and please let me
know if you have any problems.

The following changes since commit 8f9c98df949333f08b74e5df1caacf7e2c5e8552:

  mac80211: fix BIT position for TDLS WIDE extended cap (2015-08-14 17:49:53 
+0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git 
tags/wireless-drivers-next-for-davem-2015-08-19

for you to fetch changes up to a6bf49db8c94d194d1c197deba2935468026ec89:

  Merge tag 'iwlwifi-next-for-kalle-2015-08-18' of 
https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next 
(2015-08-18 17:20:11 +0300)



Major changes:

ath10k:

* add support for qca99x0 family of devices
* improve performance of tx_lock
* add support for raw mode (802.11 frame format) and software crypto
  engine enabled via a module parameter

ath9k:

* add fast-xmit support

wil6210:

* implement TSO support
* support bootloader v1 and onwards

iwlwifi:

* Deprecate -10.ucode
* Clean ups towards multiple Rx queues
* Add support for longer CMD IDs. This will be required by new
  firmwares since we are getting close to the u8 limit.
* bugfixes for the D0i3 power state
* Add basic support for FTM
* polish the Miracast operation
* fix a few power consumption issues
* scan cleanup
* fixes for D0i3 system state
* add paging for devices that support it
* add again the new RBD allocation model
* add more options to the firmware debug system
* add support for frag SKBs in Tx


Adrien Schildknecht (2):
  rt2x00: adjust EEPROM_SIZE for rt2500usb
  iwlwifi: out-of-bounds access in iwl_init_sband_channels

Alexander Bondar (2):
  iwlwifi: Add max TX aggregation size for 8260 SDIO devices series
  iwlwifi: rs: disable MIMO only if allowed in configuration

Amitkumar Karwar (3):
  mwifiex: corrections in PCIe event skb handling
  mwifiex: add missing skb_push() in mwifiex_check_uap_capabilties
  mwifiex: correct TDLS link delete failure message priority

Andreas Fenkart (5):
  mwifiex: sdio: reset adapter using mmc_hw_reset
  mwifiex: remove explicit mwifiex_complete_cmd calls
  mwifiex: remove redundant reset of cmd_wait_q status
  mwifiex: remove CMD_F_CANCELED flag
  mwifiex: simplify mwifiex_complete_cmd

Andy Shevchenko (1):
  iwlwifi: convert hex_dump_to_buffer() to %*ph

Aniket Nagarnaik (1):
  mwifiex: claim sdio bus while downloading the firmware

Arik Nemtsov (1):
  iwlwifi: mvm: support TDLS wider-bandwidth

Assaf Krauss (1):
  iwlwifi: mvm: ToF - Set correct range request cmd id

Aviya Erenfeld (1):
  iwlwifi: add wide firmware command infrastructure for TX

Avraham Stern (2):
  iwlwifi: mvm: add wide firmware command infrastructure for RX
  iwlwifi: add new TLV capability flag for gscan support

Avri Altman (5):
  iwlwifi: mvm: update comment of power_scheme module parameter
  iwlwifi: mvm: Enable Rx Checksum hw
  iwlwifi: mvm: revert to our old skip over dtim policy
  iwlwifi: mvm: set different pm_timeout for action frames
  iwlwifi: mvm: Enable power management on low-latency bss

Ayala Beker (1):
  iwlwifi: mvm: add debug info to schedule scan complete message.

Bertold Van den Bergh (1):
  ath: Make ath_opmode_to_string understand OCB mode

Cheolhyun Park (1):
  rtlwifi: misspelled code and comments corrected.

Dan Carpenter (2):
  mwifiex: usb: return an error if kmalloc fails
  iwlwifi: mvm: fix a range check in debugfs code

David Liu (1):
  ath10k: enable raw encap mode and software crypto engine

David Spinadel (4):
  iwlwifi: mvm: clean up fw-api-scan.h
  iwlwifi: mvm: simplify calculating scan dwells and other timing values
  iwlwifi: mvm: remove partial and full scan lists from lmac sched scan
  iwlwifi: mvm: don't disconnect on beacon loss in D0I3

Dedy Lansky (1):
  wil6210: treat unhandled event as warning instead of error

Dor Shaish (1):
  iwlwifi: mvm: print secboot status registers on alive timeout

Eliad Peller (9):
  Revert iwlwifi: mvm: move deferred d0i3 exit to resume_complete op
  iwlwifi: return error if d0i3 was aborted
  iwlwifi: call d3_suspend/resume in d0i3 case as well
  iwlwifi: pcie: reset write pointer on ict reset
  wl18xx: use long intervals in sched scan
  wlcore: add generic_cfg_feature command definitions
  wlcore: add p2p device support
  iwlwifi: