summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7915/mt7915.h
Commit message (Expand)AuthorAgeFilesLines
* mt76: mt7915: add support for applying pre-calibration dataRyder Lee2021-04-211-0/+4
* mt76: mt7915: add mmio.cRyder Lee2021-04-121-74/+1
* mt76: report Rx timestampRyder Lee2021-04-121-1/+1
* mt76: mt7915: fix mib stats counter reporting to mac80211Ryder Lee2021-04-121-5/+5
* mt76: mt7915: add support for using a secondary PCIe link for gen1Felix Fietkau2021-01-271-3/+22
* mt76: mt7915: bring up the WA event rx queue for band1Felix Fietkau2021-01-271-0/+1
* mt76: mt7915: support TxBF for DBDCRyder Lee2021-01-271-0/+1
* mt76: mt7915: add implicit Tx beamforming supportRyder Lee2021-01-261-0/+1
* mt76: mt7915: split edca update functionShayne Chen2021-01-261-0/+1
* mt76: move chainmask in mt76_phyLorenzo Bianconi2021-01-261-1/+0
* mt76: move mac_work in mt76_core moduleLorenzo Bianconi2021-01-261-2/+0
* mt76: mt7915: move testmode data from dev to phyShayne Chen2021-01-261-14/+14
* mt76: mt7915: add support for flash modeShayne Chen2021-01-261-0/+1
* mt76: mt7915: reset token when mac_reset happensRyder Lee2021-01-261-0/+1
* mt76: mt7915: fix MT_CIPHER_BIP_CMAC_128 setkeyRyder Lee2021-01-261-0/+7
* mt76: mt7915: stop queues when running out of tx tokensFelix Fietkau2020-12-041-0/+2
* mt76: mt7915: get rid of dbdc debugfs knobLorenzo Bianconi2020-12-041-2/+0
* mt76: mt7915: introduce dbdc supportLorenzo Bianconi2020-12-041-0/+3
* mt76: mt7915: make mt7915_eeprom_read staticLorenzo Bianconi2020-12-041-1/+0
* mt76: mt7915: implement testmode rx supportShayne Chen2020-12-041-0/+7
* mt76: mt7915: implement testmode tx supportShayne Chen2020-12-041-0/+14
* mt76: mt7915: rename mt7915_mcu_get_rate_info to mt7915_mcu_get_tx_rateRyder Lee2020-12-041-1/+1
* mt76: mt7915: query station rx rate from firmwareFelix Fietkau2020-12-041-0/+2
* mt76: mt7915: support 32 station interfacesFelix Fietkau2020-12-041-19/+8
* mt76: mt7915: add encap offload for 4-address mode stationsFelix Fietkau2020-12-041-0/+3
* mt76: mt7915: measure channel noise and report it via surveyRyder Lee2020-12-041-0/+1
* mt76: mt7915: simplify mt7915_lmac_mappingFelix Fietkau2020-09-241-11/+2
* mt76: remove qid argument to drv->tx_complete_skbFelix Fietkau2020-09-241-2/+1
* mt76: mt7915: add support for accessing mapped registers via bus opsFelix Fietkau2020-09-241-0/+1
* mt76: mt7915: optimize mt7915_mac_sta_pollFelix Fietkau2020-09-241-1/+0
* mt76: mt7915: simplify aggregation session checkFelix Fietkau2020-09-241-18/+1
* mt76: mt7915: clean up station stats polling and rate control updateFelix Fietkau2020-09-241-3/+8
* mt76: vif_mask to struct mt76_phyFelix Fietkau2020-07-211-1/+0
* mt76: mt7915: use ieee80211_tx_queue_params to avoid open codedRyder Lee2020-07-211-7/+2
* mt76: mt7915: add a fixed AC queue mappingRyder Lee2020-07-211-0/+25
* mt76: mt7915: add spatial reuse supportRyder Lee2020-05-281-0/+2
* mt76: mt7915: fix possible deadlock in mt7915_stopRyder Lee2020-05-121-1/+3
* mt76: mt7915: add TxBF capabilitiesRyder Lee2020-05-121-0/+1
* mt76: mt7915: add Tx beamformer supportRyder Lee2020-05-121-0/+4
* mt76: mt7915: enable firmware module debug supportRyder Lee2020-05-121-0/+2
* mt76: mt7915: set peer Tx fixed rate through debugfsRyder Lee2020-05-121-0/+2
* mt76: mt7915: add .sta_add_debugfs supportRyder Lee2020-05-121-0/+4
* mt76: mt7915: register per-phy HE capabilities for each interfaceRyder Lee2020-05-121-0/+3
* mt76: mt7915: implement HE per-rate tx power supportRyder Lee2020-05-121-0/+8
* mt76: add mac80211 driver for MT7915 PCIe-based chipsetsRyder Lee2020-05-121-0/+441