aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)AuthorFilesLines
2020-07-21mt76: mt7615: implement testmode supportFelix Fietkau10-9/+523
2020-07-21mt76: add API for testmode supportFelix Fietkau8-0/+765
2020-07-21mt76: vif_mask to struct mt76_phyFelix Fietkau10-19/+16
2020-07-21mt76: mt7615: use full on-chip memory address for WF_PHY registersFelix Fietkau3-5/+1
2020-07-21mt76: mt7615: add support for accessing RF registers via MCUFelix Fietkau4-3/+77
2020-07-21mt76: mt7615: add support for accessing mapped registers via bus opsFelix Fietkau2-0/+47
2020-07-21mt76: mt7615: schedule tx tasklet and sta poll on mac tx freeFelix Fietkau2-4/+6
2020-07-21mt76: mt76x2e: rename routines in pci.cLorenzo Bianconi1-7/+7
2020-07-21mt76: mt7915: overwrite qid for non-bufferable mgmt framesRyder Lee3-18/+20
2020-07-21mt76: mt7915: use ieee80211_tx_queue_params to avoid open codedRyder Lee3-19/+10
2020-07-21mt76: mt7915: add MU-MIMO supportRyder Lee4-10/+87
2020-07-21mt76: mt7915: add a fixed AC queue mappingRyder Lee4-11/+29
2020-07-21mt76: mt7615: add .set_tsf callbackRyder Lee2-0/+22
2020-07-21mt76: add U-APSD support on AP sideLorenzo Bianconi3-3/+68
2020-07-21mt76: rely on register macrosLorenzo Bianconi2-4/+4
2020-07-21mt76: fix include in pci.hMarkus Theil1-0/+1
2020-07-21mt76: allow more channels, allowed in ETSI domainMarkus Theil1-0/+3
2020-07-21mt76: mt7615: fix up typo in Kconfig for MT7663USean Wang1-1/+1
2020-07-21mt76: mt7663: introduce ARP filter offloadSean Wang4-3/+91
2020-07-21mt76: usb: rely on mt76_for_each_q_rxLorenzo Bianconi2-32/+12
2020-07-21mt76: mt7615: re-enable offloading of sequence number assignmentFelix Fietkau3-8/+40
2020-07-21mt76: overwrite qid for non-bufferable mgmt framesLorenzo Bianconi6-15/+18
2020-07-21mt76: mt7615: fix hw queue mappingLorenzo Bianconi6-28/+45
2020-07-21mt76: mt7615: fix lmac queue debugsfs entryLorenzo Bianconi1-4/+5
2020-07-21mt76: add missing lock configuring coverage classLorenzo Bianconi3-0/+8
2020-06-23mt76: mt7615: fix EEPROM buffer sizeFelix Fietkau2-3/+2
2020-06-23mt76: mt7663u: fix memory leaks in mt7663u_probeLorenzo Bianconi2-10/+23
2020-06-23mt76: mt76x02: do not access uninitialized NAPI structsFelix Fietkau1-2/+3
2020-06-23Merge tag 'mt76-for-kvalo-2020-06-07' of https://github.com/nbd168/wirelessKalle Valo13-46/+75
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-2/+2
2020-06-07mt76: overwrite qid for non-bufferable mgmt framesLorenzo Bianconi6-15/+18
2020-06-07mt76: mt7615: fix hw queue mappingLorenzo Bianconi6-28/+45
2020-06-07mt76: mt7615: fix lmac queue debugsfs entryLorenzo Bianconi1-4/+5
2020-06-07mt76: add missing lock configuring coverage classLorenzo Bianconi3-0/+8
2020-05-28mt76: mt7915: remove set but not used variable 'msta'YueHaibing1-3/+0
2020-05-28mt76: mt7615: Use kmemdup in mt7615_queue_key_update()YueHaibing1-2/+1
2020-05-28mt76: only iterate over initialized rx queuesFelix Fietkau8-10/+20
2020-05-28mt76: mt7615: add support for MT7611NDENG Qingfang3-1/+14
2020-05-28mt76: fix wcid allocation issuesFelix Fietkau3-15/+15
2020-05-28mt76: mt7915: fix possible NULL pointer dereference in mt7915_register_ext_phyLorenzo Bianconi1-1/+2
2020-05-28mt76: mt7615: fix hw_scan with ssid_type for specified SSID onlySean Wang2-2/+5
2020-05-28mt76: mt7915: fix a handful of spelling mistakesColin Ian King1-3/+3
2020-05-28mt76: mt7615: switch to per-vif power_save supportLorenzo Bianconi6-38/+11
2020-05-28mt76: mt7915: fix some sparse warningsRyder Lee2-14/+20
2020-05-28mt76: fix per-driver wcid range checks after wcid array size bumpFelix Fietkau6-8/+9
2020-05-28mt76: mt7915: fix decoded radiotap HE flagsRyder Lee1-12/+11
2020-05-28mt76: mt7615: fix NULL pointer deref in mt7615_register_ext_phyLorenzo Bianconi1-9/+9
2020-05-28mt76: mt7915: fix sparse warnings: incorrect type initializerRyder Lee1-1/+1
2020-05-28mt76: mt7915: fix some sparse warningsRyder Lee1-6/+5
2020-05-28mt76: mt7915: add spatial reuse supportRyder Lee4-1/+34