summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7915/init.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-27mt76: mt7915: support TxBF for DBDCRyder Lee1-0/+7
2021-01-26mt76: mt7915: add implicit Tx beamforming supportRyder Lee1-7/+1
2021-01-26mt76: move chainmask in mt76_phyLorenzo Bianconi1-7/+6
2021-01-26mt76: move mac_work in mt76_core moduleLorenzo Bianconi1-2/+2
2021-01-26mt76: mt7915: reset token when mac_reset happensRyder Lee1-17/+1
2020-12-20mt76: mt7915: fix MESH ifdef blockRandy Dunlap1-2/+2
2020-12-04mt76: mt7915: stop queues when running out of tx tokensFelix Fietkau1-0/+1
2020-12-04mt76: mt7915: get rid of dbdc debugfs knobLorenzo Bianconi1-162/+162
2020-12-04mt76: mt7915: introduce dbdc supportLorenzo Bianconi1-61/+41
2020-12-04mt76: move band allocation in mt76_register_phyLorenzo Bianconi1-1/+2
2020-12-04mt76: move band capabilities in mt76_phyLorenzo Bianconi1-3/+2
2020-12-04mt76: mt7915: implement testmode tx supportShayne Chen1-3/+5
2020-12-04mt76: mt7915: fix sparse warning cast from restricted __le16Ryder Lee1-1/+1
2020-12-04mt76: mt7915: update ppe thresholdRyder Lee1-27/+16
2020-12-04mt76: mt7915: query station rx rate from firmwareFelix Fietkau1-2/+2
2020-12-04mt76: mt7915: support 32 station interfacesFelix Fietkau1-4/+6
2020-12-04mt76: mt7915: add 802.11 encap offload supportFelix Fietkau1-0/+1
2020-09-25Merge tag 'wireless-drivers-next-2020-09-25' of git://git.kernel.org/pub/scm/...David S. Miller1-0/+10
2020-09-24mt76: mt7915: fix unexpected firmware modeChih-Min Chen1-0/+6
2020-09-24mt76: mt7915: clean up station stats polling and rate control updateFelix Fietkau1-0/+4
2020-08-27mt76: mt7915: use ieee80211_free_txskb to free tx skbsFelix Fietkau1-2/+6
2020-07-21mt76: mt7915: update HE capabilitiesRyder Lee1-18/+26
2020-05-28mt76: mt7915: fix possible NULL pointer dereference in mt7915_register_ext_phyLorenzo Bianconi1-1/+2
2020-05-12mt76: mt7915: fix possible deadlock in mt7915_stopRyder Lee1-1/+2
2020-05-12mt76: mt7915: add TxBF capabilitiesRyder Lee1-2/+93
2020-05-12mt76: mt7915: add Tx beamformer supportRyder Lee1-0/+20
2020-05-12mt76: set runtime stream caps by mt76_phyRyder Lee1-2/+2
2020-05-12mt76: mt7915: register per-phy HE capabilities for each interfaceRyder Lee1-0/+190
2020-05-12mt76: mt7915: implement HE per-rate tx power supportRyder Lee1-0/+2
2020-05-12mt76: mt7915: enable Rx HE rate reportingRyder Lee1-0/+2
2020-05-12mt76: add mac80211 driver for MT7915 PCIe-based chipsetsRyder Lee1-0/+395