summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7915
AgeCommit message (Expand)AuthorFilesLines
2020-09-25Merge tag 'wireless-drivers-next-2020-09-25' of git://git.kernel.org/pub/scm/...David S. Miller10-220/+503
2020-09-24mt76: mt7915: add offchannel condition in switch channel commandShayne Chen1-2/+4
2020-09-24mt76: mt7915: convert to use le16_add_cpu()Liu Shixin1-2/+2
2020-09-24mt76: mt7915: fix possible memory leak in mt7915_mcu_add_beaconLorenzo Bianconi1-8/+10
2020-09-24mt76: Use fallthrough pseudo-keywordGustavo A. R. Silva4-5/+4
2020-09-24mt76: remove retry_q from struct mt76_txq and related codeFelix Fietkau1-3/+0
2020-09-24mt76: mt7915: fix queue/tid mapping for airtime reportingFelix Fietkau1-8/+3
2020-09-24mt76: mt7915: simplify mt7915_lmac_mappingFelix Fietkau1-11/+2
2020-09-24mt76: mt7915: fix HE BSS infoFelix Fietkau1-2/+2
2020-09-24mt76: convert from tx tasklet to tx worker threadFelix Fietkau2-4/+3
2020-09-24mt76: mt7915: fix unexpected firmware modeChih-Min Chen2-0/+13
2020-09-24mt76: remove struct mt76_sw_queueFelix Fietkau2-18/+11
2020-09-24mt76: rely on AQL for burst size limits on tx queueingFelix Fietkau1-0/+11
2020-09-24mt76: remove swq from struct mt76_sw_queueFelix Fietkau1-2/+0
2020-09-24mt76: remove qid argument to drv->tx_complete_skbFelix Fietkau2-4/+2
2020-09-24mt76: mt7915: add support for accessing mapped registers via bus opsFelix Fietkau2-0/+109
2020-09-24mt76: mt7915: significantly reduce interrupt loadFelix Fietkau4-8/+18
2020-09-24mt76: mt7915: schedule tx tasklet in mt7915_mac_tx_freeFelix Fietkau2-2/+1
2020-09-24mt76: mt7915: optimize mt7915_mac_sta_pollFelix Fietkau3-5/+10
2020-09-24mt76: mt7615: fix reading airtime statisticsFelix Fietkau1-11/+14
2020-09-24mt76: mt7915: add Tx A-MSDU offloading supportRyder Lee4-1/+80
2020-09-24mt76: mt7915: add missing flags in WMM parameter settingsFelix Fietkau1-0/+1
2020-09-24mt76: mt7915: simplify aggregation session checkFelix Fietkau3-52/+19
2020-09-24mt76: mt7915: enable offloading of sequence number assignmentFelix Fietkau2-17/+33
2020-09-24mt76: mt7915: increase tx retry countFelix Fietkau1-1/+1
2020-09-24mt76: mt7915: clean up station stats polling and rate control updateFelix Fietkau5-39/+88
2020-09-24mt76: mt7915: do not do any work in napi poll after calling napi_complete_done()Felix Fietkau1-6/+3
2020-09-24mt76: mt7915: clean up and fix interrupt masking in the irq handlerFelix Fietkau1-14/+11
2020-09-24mt76: set interrupt mask register to 0 before requesting irqFelix Fietkau1-0/+2
2020-09-24mt76: fix double DMA unmap of the first buffer on 7615/7915Felix Fietkau1-0/+1
2020-09-24mt76: mt7915: fix crash on tx rate report for invalid stationsFelix Fietkau1-0/+3
2020-09-24mt76: mt7915: enable U-APSD on AP sideRyder Lee2-2/+49
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-3/+7
2020-08-27mt76: mt7915: use ieee80211_free_txskb to free tx skbsFelix Fietkau2-3/+7
2020-08-27mac80211: rename csa counters to countdown countersJohn Crispin1-4/+4
2020-07-21mt76: mt7915: fix potential memory leak in mcu message handlerRyder Lee1-2/+5
2020-07-21mt76: mt7915: add missing CONFIG_MAC80211_DEBUGFSRyder Lee1-0/+2
2020-07-21mt76: mt7915: potential array overflow in mt7915_mcu_tx_rate_report()Dan Carpenter1-6/+13
2020-07-21mt76: mt7915: avoid memcpy in rxv operationRyder Lee2-48/+37
2020-07-21mt76: mt7915: update HE capabilitiesRyder Lee1-18/+26
2020-07-21mt76: vif_mask to struct mt76_phyFelix Fietkau2-4/+3
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: add missing lock configuring coverage classLorenzo Bianconi1-0/+3
2020-05-28mt76: mt7915: remove set but not used variable 'msta'YueHaibing1-3/+0
2020-05-28mt76: only iterate over initialized rx queuesFelix Fietkau1-1/+2
2020-05-28mt76: mt7915: fix possible NULL pointer dereference in mt7915_register_ext_phyLorenzo Bianconi1-1/+2
2020-05-28mt76: mt7915: fix a handful of spelling mistakesColin Ian King1-3/+3