linux/drivers/net/wireless/mediatek/mt76
David S. Miller 5ef8c66541 wireless-drivers-next patches for v5.7
Second set of patches for v5.7. Lots of cleanup patches this time, but
 of course various new features as well fixes.
 
 When merging with wireless-drivers this pull request has a conflict in:
 
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c
 
 To solve that just drop the changes from commit cf52c8a776 in
 wireless-drivers and take the hunk from wireless-drivers-next as is.
 The list of specific subsystem device IDs are not necessary after
 commit d6f2134a38 (in wireless-drivers-next) anymore, the detection
 is based on other characteristics of the devices.
 
 Major changes:
 
 qtnfmac
 
 * support WPA3 SAE and OWE in AP mode
 
 ath10k
 
 * support for getting btcoex settings from Device Tree
 
 * support QCA9377 SDIO device
 
 ath11k
 
 * add HE rate accounting
 
 * add thermal sensor and cooling devices
 
 mt76
 
 * MT7663 support for the MT7615 driver
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQEcBAABAgAGBQJeechaAAoJEG4XJFUm622b/IcH/jzdxSwI/dRp2ZrEG+UFDNyZ
 ChTdgW1k+WWLrTKaw5S+mmtM9sLQ7Ia5dL+ZyE7tFIEGzuCSdAbbOIkygw+rhLy9
 BO0rsTbXRuErRpUJgwKc56sFrvBL2pm4Rx+4IV29jhXdyJ70MUvRAINcHLESeBcO
 uI5dqapScRf/EnVYP2Zso6i2FLep5hoC0reBq2UQ5Y95Lv0cpMCbHQ1xqdcm9pI3
 ZvLDpVyGpp75Eoxlt1Ubiv6ijsEnTaM3cI+Q5rRWt8g3JKP7yYT7HGbJ3fb0cWhq
 bNNISs+XN67lnyU1Mx3c2pjyb+szJZ0o4OGbYNAqsquItl4B0RQc3fUBMlCUlYI=
 =+2Hj
 -----END PGP SIGNATURE-----

Merge tag 'wireless-drivers-next-2020-03-24' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next

Kalle Valo says:

====================
wireless-drivers-next patches for v5.7

Second set of patches for v5.7. Lots of cleanup patches this time, but
of course various new features as well fixes.

When merging with wireless-drivers this pull request has a conflict in:

drivers/net/wireless/intel/iwlwifi/pcie/drv.c

To solve that just drop the changes from commit cf52c8a776 in
wireless-drivers and take the hunk from wireless-drivers-next as is.
The list of specific subsystem device IDs are not necessary after
commit d6f2134a38 (in wireless-drivers-next) anymore, the detection
is based on other characteristics of the devices.

Major changes:

qtnfmac

* support WPA3 SAE and OWE in AP mode

ath10k

* support for getting btcoex settings from Device Tree

* support QCA9377 SDIO device

ath11k

* add HE rate accounting

* add thermal sensor and cooling devices

mt76

* MT7663 support for the MT7615 driver
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2020-03-24 16:15:58 -07:00
..
mt76x0 mt76: remove variable 'val' set but not used 2020-03-17 17:13:59 +01:00
mt76x2 mt76: mt76x2: avoid starting the MAC too early 2020-02-14 10:06:09 +01:00
mt7603 mt76: always init to 0 mcu messages 2020-03-17 17:47:52 +01:00
mt7615 mt76: mt7615: add missing declaration in mt7615.h 2020-03-23 19:34:44 +02:00
agg-rx.c mt76: clear skb pointers from rx aggregation reorder buffer during cleanup 2020-02-14 10:06:02 +01:00
debugfs.c mt76: mt7615: rely on mt76_queues_read for mt7622 2020-02-14 10:17:44 +01:00
dma.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2020-03-12 22:34:48 -07:00
dma.h mt76: switch to SPDX tag instead of verbose boilerplate text 2019-09-05 17:42:31 +02:00
eeprom.c mt76: fix compilation warning in mt76_eeprom_override() 2020-02-14 10:06:02 +01:00
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
mac80211.c mt76: Introduce mt76_mcu data structure 2020-02-14 10:17:46 +01:00
Makefile mt76: rely on mac80211 utility routines to compute airtime 2020-02-14 10:06:04 +01:00
mcu.c mt76: always init to 0 mcu messages 2020-03-17 17:47:52 +01:00
mmio.c mt76: Introduce mt76_mcu data structure 2020-02-14 10:17:46 +01:00
mt76.h mt76: mt7615: introduce mt7615_mcu_send_message routine 2020-03-17 17:47:52 +01:00
mt76x02_beacon.c mt76: mt76x02: minor mt76x02_mac_set_beacon optimization 2020-02-14 10:06:02 +01:00
mt76x02_debugfs.c mt76: move aggr_stats array in mt76_dev 2019-11-20 13:23:48 +01:00
mt76x02_dfs.c mt76: move state from struct mt76_dev to mt76_phy 2020-02-14 10:03:08 +01:00
mt76x02_dfs.h mt76: switch to SPDX tag instead of verbose boilerplate text 2019-09-05 17:42:31 +02:00
mt76x02_dma.h mt76: switch to SPDX tag instead of verbose boilerplate text 2019-09-05 17:42:31 +02:00
mt76x02_eeprom.c mt76: switch to SPDX tag instead of verbose boilerplate text 2019-09-05 17:42:31 +02:00
mt76x02_eeprom.h mt76: switch to SPDX tag instead of verbose boilerplate text 2019-09-05 17:42:31 +02:00
mt76x02_mac.c mt76: rely on mac80211 utility routines to compute airtime 2020-02-14 10:06:04 +01:00
mt76x02_mac.h mt76: mt76x02: minor mt76x02_mac_set_beacon optimization 2020-02-14 10:06:02 +01:00
mt76x02_mcu.c mt76: Introduce mt76_mcu data structure 2020-02-14 10:17:46 +01:00
mt76x02_mcu.h mt76: switch to SPDX tag instead of verbose boilerplate text 2019-09-05 17:42:31 +02:00
mt76x02_mmio.c mt76: mt76x02: reset MCU timeout counter earlier in watchdog reset 2020-03-17 17:13:59 +01:00
mt76x02_phy.c mt76: move chainmask back to driver specific structs 2020-02-14 10:03:09 +01:00
mt76x02_phy.h mt76: move channel state to struct mt76_phy 2020-02-14 10:03:08 +01:00
mt76x02_regs.h mt76: mt76x02: simplify led reg definitions 2020-02-14 10:06:02 +01:00
mt76x02_trace.c mt76: switch to SPDX tag instead of verbose boilerplate text 2019-09-05 17:42:31 +02:00
mt76x02_trace.h mt76: move mac_txdone tracepoint in mt76 module 2020-02-14 10:06:03 +01:00
mt76x02_txrx.c mt76: Introduce mt76_mcu data structure 2020-02-14 10:17:46 +01:00
mt76x02_usb_core.c mt76: mt76u: introduce mt76u_skb_dma_info routine 2020-02-14 10:06:06 +01:00
mt76x02_usb_mcu.c mt76: Introduce mt76_mcu data structure 2020-02-14 10:17:46 +01:00
mt76x02_usb.h mt76: mt76x02u: move mt76x02u_mac_start in mt76x02-usb module 2019-11-20 13:23:48 +01:00
mt76x02_util.c mt76: do not set HOST_BROADCAST_PS_BUFFERING for mt7615 2020-02-14 10:06:09 +01:00
mt76x02.h mt76: mt76x02: split beaconing 2020-02-14 10:06:01 +01:00
pci.c mt76: mt76x2e: disable pcie_aspm by default 2019-10-30 16:59:46 +02:00
trace.c mt76: move mac_txdone tracepoint in mt76 module 2020-02-14 10:06:03 +01:00
trace.h mt76: move mac_txdone tracepoint in mt76 module 2020-02-14 10:06:03 +01:00
tx.c mt76: move state from struct mt76_dev to mt76_phy 2020-02-14 10:03:08 +01:00
usb_trace.c mt76: switch to SPDX tag instead of verbose boilerplate text 2019-09-05 17:42:31 +02:00
usb_trace.h mt76: fix some checkpatch warnings 2019-09-05 17:42:32 +02:00
usb.c mt76: mt76u: rely only on data buffer for usb control messagges 2020-03-17 17:13:58 +01:00
util.c mt76: add multiple wiphy support to mt76_get_min_avg_rssi 2020-02-14 10:03:09 +01:00
util.h mt76: add support for an extra wiphy in mt76_sta_state() 2020-02-14 10:03:08 +01:00