WSL2-Linux-Kernel/drivers/net/wireless/ath/wil6210
David S. Miller 45eb516887 Major changes:
ath9k:
 
 * add Active Interference Cancellation, a method implemented in the HW
   to counter WLAN RX > sensitivity degradation when BT is transmitting
   at the same time. This feature is supported by cards like WB222
   based on AR9462.
 
 iwlwifi:
 
 * Location Aware Regulatory was added by Arik
 * 8000 device family work
 * update to the BT Coex firmware API
 
 brmcfmac:
 
 * add new BCM43455 and BCM43457 SDIO device support
 * add new BCM43430 SDIO device support
 
 wil6210:
 
 * take care of AP bridging
 * fix NAPI behavior
 * found approach to achieve 4*n+2 alignment of Rx frames
 
 rt2x00:
 
 * add new rt2800usb device DWA 130
 
 rtlwifi:
 
 * add USB ID for D-Link DWA-131
 * add USB ID ASUS N10 WiFi dongle
 
 mwifiex:
 
 * throughput enhancements
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.11 (GNU/Linux)
 
 iQEcBAABAgAGBQJVHATOAAoJEG4XJFUm622b4EsIAIMGOLb2GuqtxpN/Ei1TmUFV
 8B3KTLmeau/glqxquySQ2mIthDqijesbl0jyKWJP/+ZsXhjhpagXAIMw6E5KH3HN
 1XKCvyqbkGScTcheaS4HYFmKKoM0OlPnDKhybYtPiScW2kyQf8S9msbeEzLdYYen
 qYKMRq/J/QuobWvtapyGOBtyuVtuTrKuP8LzKQX9JAyKtM2si/iOvG7EiFmcAcis
 DGJBrwhy/i6oBoi6e6KGgxIpXJE9WHsMs2QBYpFkxV2SbzXTOyq1EMFJvMHCq927
 QfEsgOgAyVLfsXqN1uNK49eJtTuWRuJehEV88xjUbMXcYQNiaKdnYY6KvIBQ7XU=
 =POsk
 -----END PGP SIGNATURE-----

Merge tag 'wireless-drivers-next-for-davem-2015-04-01' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next

Kalle Valo says:

====================
Major changes:

ath9k:

* add Active Interference Cancellation, a method implemented in the HW
  to counter WLAN RX > sensitivity degradation when BT is transmitting
  at the same time. This feature is supported by cards like WB222
  based on AR9462.

iwlwifi:

* Location Aware Regulatory was added by Arik
* 8000 device family work
* update to the BT Coex firmware API

brmcfmac:

* add new BCM43455 and BCM43457 SDIO device support
* add new BCM43430 SDIO device support

wil6210:

* take care of AP bridging
* fix NAPI behavior
* found approach to achieve 4*n+2 alignment of Rx frames

rt2x00:

* add new rt2800usb device DWA 130

rtlwifi:

* add USB ID for D-Link DWA-131
* add USB ID ASUS N10 WiFi dongle

mwifiex:

* throughput enhancements
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2015-04-01 14:27:28 -04:00
..
Kconfig wil6210: Remove msm platform related code 2015-02-03 15:36:41 +02:00
Makefile wil6210: Remove msm platform related code 2015-02-03 15:36:41 +02:00
cfg80211.c Major changes: 2015-04-01 14:27:28 -04:00
debug.c wil6210: add handling of RX HTRSH interrupt 2014-12-01 15:57:22 -05:00
debugfs.c wil6210: implement broadcast/multicast data 2015-03-20 08:33:23 +02:00
ethtool.c wil6210: remove support for old hardware 2015-02-27 10:15:14 +02:00
fw.c wil6210: boot loader 2015-02-27 10:15:13 +02:00
fw.h wil6210: firmware download 2014-09-11 15:27:36 -04:00
fw_inc.c wil6210: boot loader 2015-02-27 10:15:13 +02:00
interrupt.c wil6210: branch prediction hints 2015-02-27 10:15:18 +02:00
ioctl.c wil6210: atomic I/O for the card memory 2014-10-02 14:23:14 -04:00
main.c wil6210: implement broadcast/multicast data 2015-03-20 08:33:23 +02:00
netdev.c wil6210: NAPI completion refactor 2015-03-13 15:17:31 +02:00
pcie_bus.c wil6210: fix check for FW responsiveness 2015-03-20 08:33:17 +02:00
rx_reorder.c wil6210: move Rx reorder buffer allocation out of spinlock 2015-01-29 09:55:27 +02:00
trace.c wil6210: trace support 2013-05-22 15:08:27 -04:00
trace.h wil6210: Align WMI header with latest FW 2013-07-22 16:54:37 -04:00
txrx.c wil6210: fall back to pseudo-DMS mcast for secure link and PBSS 2015-03-20 08:33:24 +02:00
txrx.h wil6210: Tx/Rx descriptors documentation 2015-01-15 14:31:42 +02:00
wil6210.h wil6210: implement broadcast/multicast data 2015-03-20 08:33:23 +02:00
wil_platform.c wil6210: Remove msm platform related code 2015-02-03 15:36:41 +02:00
wil_platform.h wil6210: platform specific module 2014-09-11 15:27:37 -04:00
wmi.c wil6210: Prefer ether_addr_copy() over memcpy() 2015-03-20 08:33:20 +02:00
wmi.h wil6210: add bcast structures to WMI 2015-03-20 08:33:21 +02:00