summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)AuthorFilesLines
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-13treewide: 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
2020-05-28mt76: mt76x02: remove check in mt76x02_mcu_msg_sendLorenzo Bianconi1-1/+1
2020-05-28mt76: mt7615: introduce remain_on_channel supportLorenzo Bianconi8-2/+179
2020-05-22mt76: mt7915: Fix build errorYueHaibing1-2/+2
2020-05-14mt76: mt7615: fix typo defining ps workLorenzo Bianconi1-1/+1
2020-05-13mt76: mt7615: configure bss info adding the interfaceSean Wang3-39/+89
2020-05-13mt76: enable p2p supportLorenzo Bianconi8-9/+72
2020-05-13mt76: mt7615: reduce hw scan timeoutLorenzo Bianconi1-1/+4
2020-05-13mt76: mt7615: do not report scan_complete twice to mac80211Lorenzo Bianconi2-9/+11
2020-05-13mt76: mt7663: fix the usage WoW with net detect supportSean Wang1-1/+1
2020-05-12mt76: mt7915: fix possible deadlock in mt7915_stopRyder Lee4-32/+42
2020-05-12mt76: mt7915: allocate proper size for tlv tagsRyder Lee2-9/+17
2020-05-12mt76: mt7915: add debugfs to track TxBF statusRyder Lee2-0/+65
2020-05-12mt76: mt7915: add TxBF capabilitiesRyder Lee3-2/+95
2020-05-12mt76: mt7915: add Tx beamformee supportRyder Lee2-0/+63
2020-05-12mt76: mt7915: add Tx beamformer supportRyder Lee5-35/+434
2020-05-12mt76: mt7915: introduce mt7915_get_he_phy_capRyder Lee1-13/+18
2020-05-12mt76: mt7615: usb: cancel ps work stopping the vifLorenzo Bianconi1-0/+1
2020-05-12mt76: mt7663u: add missing register definitionsLorenzo Bianconi1-0/+2
2020-05-12mt76: mt7663u: copy key pointer in mt7663u_mac_write_txwiLorenzo Bianconi1-2/+2
2020-05-12mt76: set runtime stream caps by mt76_phyRyder Lee7-16/+16
2020-05-12mt76: mt7915: enable firmware module debug supportRyder Lee4-0/+99
2020-05-12mt76: mt7915: add tsf related callbacksRyder Lee2-0/+64
2020-05-12mt76: mt7915: set peer Tx fixed rate through debugfsRyder Lee4-0/+89
2020-05-12mt76: mt7915: add .sta_statistics supportRyder Lee1-0/+26
2020-05-12mt76: mt7915: add .sta_add_debugfs supportRyder Lee3-0/+72