summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7915
AgeCommit message (Expand)AuthorFilesLines
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-22Merge 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
2020-05-28mt76: mt7915: fix some sparse warningsRyder Lee2-14/+20
2020-05-28mt76: mt7915: fix decoded radiotap HE flagsRyder Lee1-12/+11
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-22mt76: mt7915: Fix build errorYueHaibing1-2/+2
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: set runtime stream caps by mt76_phyRyder Lee2-3/+3
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