summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7915
AgeCommit message (Expand)AuthorFilesLines
2020-12-04mt76: mt7915: remove unused mt7915_mcu_bss_sync_tlv()Ryder Lee2-29/+4
2020-12-04mt76: mt7915: use BIT_ULL for omac_idxRyder Lee1-1/+1
2020-12-04mt76: mt7915: make mt7915_eeprom_read staticLorenzo Bianconi2-8/+2
2020-12-04mt76: mt7915: add support to set tx frequency offset in testmodeShayne Chen3-0/+27
2020-12-04mt76: mt7915: add support to set txpower in testmodeShayne Chen1-0/+100
2020-12-04mt76: mt7915: implement testmode rx supportShayne Chen5-0/+132
2020-12-04mt76: mt7915: implement testmode tx supportShayne Chen10-9/+453
2020-12-04mt76: mt7915: fix tx rate related fields in tx descriptorShayne Chen1-2/+4
2020-12-04mt76: switch to wep sw crypto for mt7615/mt7915Lorenzo Bianconi1-2/+2
2020-12-04mt76: move mt76_mcu_send_firmware in common moduleLorenzo Bianconi1-24/+4
2020-12-04mt76: fix memory leak if device probing failsLorenzo Bianconi1-2/+3
2020-12-04mt76: mt7915: fix sparse warning cast from restricted __le16Ryder Lee1-1/+1
2020-12-04mt76: set fops_tx_stats.owner to THIS_MODULETaehee Yoo1-0/+1
2020-12-04mt76: mt7915: rename mt7915_mcu_get_rate_info to mt7915_mcu_get_tx_rateRyder Lee3-7/+7
2020-12-04mt76: mt7915: update ppe thresholdRyder Lee1-27/+16
2020-12-04mt76: mt7915: set fops_sta_stats.owner to THIS_MODULETaehee Yoo1-0/+1
2020-12-04mt76: mt7915: query station rx rate from firmwareFelix Fietkau5-3/+127
2020-12-04mt76: mt7915: move eeprom parsing out of mt7915_mcu_parse_responseFelix Fietkau1-24/+16
2020-12-04mt76: make mcu_ops->mcu_send_msg optionalFelix Fietkau1-14/+0
2020-12-04mt76: move waiting and locking out of mcu_ops->mcu_skb_send_msgFelix Fietkau1-97/+62
2020-12-04mt76: move mcu timeout handling to .mcu_parse_responseFelix Fietkau1-7/+8
2020-12-04mt76: implement .mcu_parse_response in struct mt76_mcu_opsFelix Fietkau1-8/+7
2020-12-04mt76: rename __mt76_mcu_skb_send_msg to mt76_mcu_skb_send_msgFelix Fietkau1-26/+27
2020-12-04mt76: rename __mt76_mcu_send_msg to mt76_mcu_send_msgFelix Fietkau1-66/+66
2020-12-04mt76: mt7915: disable OFDMA/MU-MIMO ULFelix Fietkau1-2/+0
2020-12-04mt76: mt7915: fix DRR sta bss group indexFelix Fietkau1-1/+1
2020-12-04mt76: mt7915: use napi_consume_skb to bulk-free tx skbsFelix Fietkau1-31/+21
2020-12-04mt76: mt7915: fix processing txfree eventsFelix Fietkau1-0/+1
2020-12-04mt76: mt7915: support 32 station interfacesFelix Fietkau5-42/+105
2020-12-04mt76: mt7915: add encap offload for 4-address mode stationsFelix Fietkau6-5/+77
2020-12-04mt76: mt7915: add 802.11 encap offload supportFelix Fietkau5-83/+175
2020-12-04mt76: mt7915: fix VHT LDPC capabilityRyder Lee1-3/+3
2020-12-04mt76: mt7915: measure channel noise and report it via surveyRyder Lee4-6/+55
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