aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2021-01-29mt76: mt7921: enable MSI interruptsLorenzo Bianconi1-1/+1
2021-01-29mt76: mt7921: introduce regdomain notifier supportLorenzo Bianconi1-0/+16
2021-01-29mt76: mt7921: introduce Runtime PM supportSean Wang8-54/+372
2021-01-29mt76: mt7921: rely on mt76_connac_mcu module for suspend and WoW supportLorenzo Bianconi5-412/+11
2021-01-29mt76: mt7921: rely on mt76_connac_mcu module for sched_scan and hw_scanLorenzo Bianconi5-334/+15
2021-01-29mt76: mt7921: rely on mt76_connac_mcu common libraryLorenzo Bianconi10-1810/+410
2021-01-29mt76: mt7921: introduce PM supportSean Wang5-0/+589
2021-01-29mt76: mt7921: introduce beacon_loss mcu eventSean Wang2-0/+41
2021-01-29mt76: mt7921: introduce support for hardware beacon filterSean Wang3-0/+80
2021-01-29mt76: mt7921: introduce 802.11 PS support in sta modeSean Wang6-3/+45
2021-01-29mt76: mt7921: introduce schedule scan supportSean Wang5-0/+155
2021-01-29mt76: mt7921: add debugfs supportSean Wang2-1/+179
2021-01-29mt76: mt7921: introduce mt7921e supportSean Wang6-0/+449
2021-01-29mt76: mt7921: add ieee80211_opsSean Wang1-0/+960
2021-01-29mt76: mt7921: add EEPROM supportSean Wang2-0/+127
2021-01-29mt76: mt7921: add DMA supportSean Wang2-0/+359
2021-01-29mt76: mt7921: add MCU supportSean Wang4-0/+3462
2021-01-29mt76: mt7921: add MAC supportSean Wang4-0/+2457
2021-01-29Fix "ordering" comment typosBjorn Helgaas1-1/+1
2021-01-29mt76: mt76_connac: move pm utility routines in mt76_connac_lib moduleLorenzo Bianconi7-143/+177
2021-01-29mt76: mt76_connac: move pm data struct in mt76_connac.hLorenzo Bianconi5-61/+70
2021-01-29mt76: mt76_connac: move WoW and suspend code in mt76_connac_mcu moduleLorenzo Bianconi9-442/+449
2021-01-29mt76: mt76_connac: move hw_scan and sched_scan routine in mt76_connac_mcu moduleLorenzo Bianconi7-356/+359
2021-01-29mt76: mt76_connac: create mcu libraryLorenzo Bianconi12-1420/+1864
2021-01-29mt76: introduce mt76_vif data structureLorenzo Bianconi6-81/+85
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski25-138/+264
2021-01-28mt76: dma: fix a possible memory leak in mt76_add_fragment()Lorenzo Bianconi1-3/+5
2021-01-28ath9k: fix build error with LEDS_CLASS=mArnd Bergmann1-6/+2
2021-01-28ath10k: fix wmi mgmt tx queue full due to race conditionMiaoqing Pan1-11/+4
2021-01-28ath10k: pass the ssid info to get the correct bss entityWen Gong1-1/+2
2021-01-28ath10k: allow dynamic SAR power limits via common APICarl Huang4-59/+192
2021-01-27virt_wifi: fix deadlock on RTNLJohannes Berg1-8/+0
2021-01-27mt76: mt7615: reduce VHT maximum MPDU lengthFelix Fietkau1-1/+0
2021-01-27mt76: reduce q->lock hold timeFelix Fietkau1-8/+7
2021-01-27mt76: usb: process URBs with status EPROTO properlyLorenzo Bianconi1-0/+1
2021-01-27mt76: move vif_mask back from mt76_phy to mt76_devFelix Fietkau6-16/+16
2021-01-27mt76: mt7915: make vif index per adapter instead of per bandFelix Fietkau1-3/+3
2021-01-27mt76: mt7915: add support for using a secondary PCIe link for gen1Felix Fietkau5-36/+287
2021-01-27mt76: fix crash on tearing down ext phyFelix Fietkau1-1/+1
2021-01-27mt76: mt7915: bring up the WA event rx queue for band1Felix Fietkau5-1/+16
2021-01-27mt76: mt7615: unify init workFelix Fietkau6-29/+22
2021-01-27mt76: mt7915: support TxBF for DBDCRyder Lee3-0/+27
2021-01-27mt76: mt7915: Remove unneeded semicolonXu Wang1-1/+1
2021-01-27mt76: mt7615: set mcu country code in mt7615_mcu_set_channel_domain()Lorenzo Bianconi3-18/+39
2021-01-27mt76: mt7915: fix eeprom DBDC band selectionFelix Fietkau2-6/+9
2021-01-27mt76: mt7915: fix eeprom parsing for DBDCFelix Fietkau2-19/+26
2021-01-26Merge tag 'wireless-drivers-2021-01-26' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversJakub Kicinski24-138/+261
2021-01-26iwlwifi: provide gso_type to GSO packetsEric Dumazet1-0/+3
2021-01-26mt76: mt7915: disable RED support in the WA firmwareFelix Fietkau2-0/+32
2021-01-26mt76: mt7915: rework mcu APIFelix Fietkau4-80/+87