summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7915
AgeCommit message (Expand)AuthorFilesLines
2021-02-26mt76: mt7915: fix unused 'mode' variableArnd Bergmann1-2/+2
2021-02-18mt76: mt7915: only modify tx buffer list after allocating tx token idFelix Fietkau1-5/+5
2021-02-08Merge tag 'mt76-for-kvalo-2021-01-29' of https://github.com/nbd168/wirelessKalle Valo15-500/+1389
2021-01-27mt76: move vif_mask back from mt76_phy to mt76_devFelix Fietkau1-3/+3
2021-01-27mt76: mt7915: make vif index per adapter instead of per bandFelix Fietkau1-3/+3
2021-01-27mt76: mt7915: add support for using a secondary PCIe link for gen1Felix Fietkau5-39/+290
2021-01-27mt76: mt7915: bring up the WA event rx queue for band1Felix Fietkau4-1/+15
2021-01-27mt76: mt7915: support TxBF for DBDCRyder Lee3-0/+27
2021-01-27mt76: mt7915: Remove unneeded semicolonXu Wang1-1/+1
2021-01-27mt76: mt7915: fix eeprom DBDC band selectionFelix Fietkau2-6/+9
2021-01-27mt76: mt7915: fix eeprom parsing for DBDCFelix Fietkau2-19/+26
2021-01-26mt76: mt7915: disable RED support in the WA firmwareFelix Fietkau2-0/+32
2021-01-26mt76: mt7915: rework mcu APIFelix Fietkau4-80/+87
2021-01-26mt76: mt7915: do not set DRR group for stationsFelix Fietkau1-30/+0
2021-01-26mt76: mt7915: ensure that init work completes before starting the deviceFelix Fietkau1-0/+2
2021-01-26mt76: mt7915: add implicit Tx beamforming supportRyder Lee4-58/+87
2021-01-26mt76: mt7915: simplify peer's TxBF capability checkRyder Lee1-45/+22
2021-01-26mt76: mt7615: mt7915: disable txpower sku when testmode enabledShayne Chen2-1/+3
2021-01-26mt76: mt7915: add support for continuous tx in testmodeShayne Chen4-12/+191
2021-01-26mt76: mt7915: rework set state part in testmodeShayne Chen1-12/+10
2021-01-26mt76: mt7915: clean hw queue before starting new testmode txShayne Chen3-0/+25
2021-01-26mt76: mt7915: calculate new packet length when tx_time is set in testmodeShayne Chen1-3/+93
2021-01-26mt76: mt7915: add support for ipg in testmodeShayne Chen4-3/+142
2021-01-26mt76: mt7915: split edca update functionShayne Chen3-23/+39
2021-01-26mt76: testmode: add support to set user-defined spe indexShayne Chen1-5/+10
2021-01-26mt76: mt7915: force ldpc for bw larger than 20MHz in testmodeShayne Chen1-1/+1
2021-01-26mt76: move chainmask in mt76_phyLorenzo Bianconi7-16/+14
2021-01-26mt76: move mac_work in mt76_core moduleLorenzo Bianconi4-22/+22
2021-01-26mt76: mt7915: move testmode data from dev to phyShayne Chen4-34/+41
2021-01-26mt76: testmode: introduce dbdc supportShayne Chen4-73/+89
2021-01-26mt76: mt7915: add partial add_bss_info command on testmode initShayne Chen2-5/+17
2021-01-26mt76: mt7915: drop zero-length packet to avoid Tx hangRyder Lee1-0/+3
2021-01-26mt76: mt7915: simplify mt7915_mcu_send_message routineLorenzo Bianconi1-12/+7
2021-01-26mt76: mt7915: fix endianness warning in mt7915_mcu_set_radar_thLorenzo Bianconi1-3/+3
2021-01-26mt76: mt7915: add support for flash modeShayne Chen4-6/+56
2021-01-26mt76: mt7915: run mt7915_configure_filter holding mt76 mutexLorenzo Bianconi1-1/+4
2021-01-26mt76: mt7915: convert comma to semicolonZheng Yongjun1-1/+1
2021-01-26mt76: mt7915: reset token when mac_reset happensRyder Lee3-17/+26
2021-01-26mt76: mt7915: fix MT_CIPHER_BIP_CMAC_128 setkeyRyder Lee2-6/+21
2021-01-26mt76: mt7915: add vif check in mt7915_update_vif_beacon()Ryder Lee1-1/+9
2021-01-14mt76: Fix queue ID variable types after mcu queue splitNathan Chancellor1-5/+5
2020-12-20mt76: mt7915: fix MESH ifdef blockRandy Dunlap1-2/+2
2020-12-04mt76: mt7915: fix ht mcs in mt7915_mcu_get_rx_rate()Shayne Chen1-1/+3
2020-12-04mt76: mt7915: stop queues when running out of tx tokensFelix Fietkau3-0/+42
2020-12-04mt76: mt7915: fix memory leak in mt7915_mcu_get_rx_rate()Shayne Chen1-0/+2
2020-12-04mt76: mt7915: fix endian issuesFelix Fietkau1-19/+68
2020-12-04mt76: mt7915: get rid of dbdc debugfs knobLorenzo Bianconi3-191/+162
2020-12-04mt76: mt7915: introduce dbdc supportLorenzo Bianconi11-104/+134
2020-12-04mt76: move hw mac_addr in mt76_phyLorenzo Bianconi1-2/+2
2020-12-04mt76: move band allocation in mt76_register_phyLorenzo Bianconi1-1/+2