linux/drivers/net/wireless/ath/ath10k
David S. Miller 7009deab19 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
Conflicts:
	drivers/net/wireless/brcm80211/brcmfmac/dhd_bus.h
	drivers/net/wireless/rtlwifi/rtl8188ee/phy.h
	drivers/net/wireless/rtlwifi/rtl8192ce/phy.h
	drivers/net/wireless/rtlwifi/rtl8192de/phy.h
	drivers/net/wireless/rtlwifi/rtl8723ae/phy.h

Just some minor conflicts between the wireless-next changes
and Joe Perches's "extern" removal from function prototypes
in header files.

John W. Linville says:

====================
Regarding the Bluetooth bits, Gustavo says:

"The big work here is from Marcel and Johan. They did a lot of work
in the L2CAP, HCI and MGMT layers. The most important ones are the
addition of a new MGMT command to enable/disable LE advertisement
and the introduction of the HCI user channel to allow applications
to get directly and exclusive access to Bluetooth devices."

As to the ath10k bits, Kalle says:

"Bartosz dropped support for qca98xx hw1.0 hardware from ath10k, it's
just too much to support it. Michal added support for the new firmware
interface. Marek fixed WEP in AP and IBSS mode. Rest of the changes are
minor fixes or cleanups."

And also:

"Major changes are:

* throughput improvements including aligning the RX frames correctly and
  optimising HTT layer (Michal)

* remove qca98xx hw1.0 support (Bartosz)

* add support for firmware version 999.999.0.636 (Michal)

* firmware htt statistics support (Kalle)

* fix WEP in AP and IBSS mode (Marek)

* fix a mutex unlock balance in debugfs file (Shafi)

And of course there's a lot of smaller fixes and cleanup."

For the wl12xx bits, Luca says:

"Here are some patches intended for 3.13.  Eliad is upstreaming a bunch
of patches that have been pending in the internal tree.  Mostly bugfixes
and other small improvements."

Along with that...

Arend and friends bring us a batch of brcmfmac updates, Larry Finger
offers some rtlwifi refactoring, and Sujith sends the usual batch of
ath9k updates.  As usual, there are a number of other small updates
from a variety of players as well.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2013-10-07 15:40:44 -04:00
..
bmi.c ath10k: add BMI log level 2013-09-12 18:21:36 +03:00
bmi.h ath10k: reset BMI state upon init 2013-07-30 18:01:19 +03:00
ce.c ath10k: delete struct ce_sendlist 2013-09-12 19:20:30 +03:00
ce.h ath10k: delete struct ce_sendlist 2013-09-12 19:20:30 +03:00
core.c ath10k: cleanup debug messages in core.c 2013-09-12 18:21:37 +03:00
core.h ath10k: use msdu headroom to store txfrag 2013-09-20 08:18:10 +03:00
debug.c ath10k: add htt_stats_enable debugfs file 2013-09-06 12:42:26 +03:00
debug.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next 2013-10-07 15:40:44 -04:00
hif.h ath10k: decouple suspend code 2013-07-30 18:01:19 +03:00
htc.c ath10k: avoid needless memset on TX path 2013-09-20 08:18:09 +03:00
htc.h ath10k: simplify HTC command submitting 2013-09-16 19:47:46 +03:00
htt_rx.c ath10k: replenish HTT RX buffers in a tasklet 2013-09-26 17:22:54 +03:00
htt_tx.c ath10k: use msdu headroom to store txfrag 2013-09-20 08:18:10 +03:00
htt.c ath10k: add support for HTT 3.0 2013-08-15 16:04:41 +03:00
htt.h ath10k: replenish HTT RX buffers in a tasklet 2013-09-26 17:22:54 +03:00
hw.h ath10k: align RX frames properly 2013-09-26 10:12:24 +03:00
Kconfig ath10k: ATH10K should depend on HAS_DMA 2013-07-22 11:50:56 +03:00
mac.c ath10k: use msdu headroom to store txfrag 2013-09-20 08:18:10 +03:00
mac.h ath10k: implement device recovery 2013-07-30 18:01:20 +03:00
Makefile
pci.c wireless: ath10k: remove unnecessary pci_set_drvdata() 2013-09-26 15:13:43 -04:00
pci.h ath10k: convert ath10k_pci_wake() to return 2013-09-03 09:49:08 +03:00
rx_desc.h ath10k: document decap modes 2013-09-26 10:12:23 +03:00
targaddrs.h
trace.c
trace.h ath10k: fix tracing build for ath10k_wmi_cmd 2013-09-20 07:59:29 +03:00
txrx.c ath10k: report A-MSDU subframes individually 2013-09-26 10:12:22 +03:00
txrx.h ath10k: decouple HTT TX completions 2013-09-20 08:18:09 +03:00
wmi.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next 2013-10-07 15:40:44 -04:00
wmi.h ath10k: remove wmi pending count limit 2013-09-16 19:47:46 +03:00