summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7915
AgeCommit message (Expand)AuthorFilesLines
2021-04-21mt76: move mt76_token_init in mt76_alloc_deviceLorenzo Bianconi1-2/+0
2021-04-21mt76: mt7915: fix a precision vs width bug in printkDan Carpenter1-1/+1
2021-04-21mt76: mt7915: do not read rf value from efuse in flash modeShayne Chen1-1/+1
2021-04-21mt76: move token utilities in mt76 common moduleLorenzo Bianconi4-50/+7
2021-04-21mt76: move token_lock, token and token_count in mt76_devLorenzo Bianconi3-27/+23
2021-04-21mt76: dma: add the capability to define a custom rx napi poll routineLorenzo Bianconi1-1/+1
2021-04-21mt76: mt7915: directly read per-rate tx power from registersShayne Chen2-22/+51
2021-04-21mt76: mt7915: rework the flow of txpower settingShayne Chen8-251/+99
2021-04-21mt76: mt7915: add support for DT rate power limitsShayne Chen1-6/+38
2021-04-21mt76: improve mcu error loggingLorenzo Bianconi1-1/+1
2021-04-21mt76: mt7915: add support for applying pre-calibration dataRyder Lee7-4/+193
2021-04-21mt76: flush tx status queue on DMA resetFelix Fietkau1-0/+2
2021-04-21mt76: mt7915: only free skbs after mt7915_dma_reset() when reset happensRyder Lee1-3/+3
2021-04-21mt76: mt7915: fix memleak when mt7915_unregister_device()Ryder Lee1-2/+1
2021-04-21mt76: mt7915: fix rate setting of tx descriptor in testmodeShayne Chen1-6/+19
2021-04-21mt76: mt7915: rework mt7915_tm_set_tx_len()Shayne Chen1-17/+5
2021-04-20Merge tag 'mac80211-next-for-net-next-2021-04-20' of git://git.kernel.org/pub...David S. Miller2-10/+10
2021-04-19wireless: fix spelling of A-MSDU in HE capabilitiesJohannes Berg2-2/+2
2021-04-19wireless: align HE capabilities A-MPDU Length Exponent ExtensionJohannes Berg1-1/+1
2021-04-19wireless: align some HE capabilities with the specJohannes Berg2-7/+7
2021-04-17Merge tag 'mt76-for-kvalo-2021-04-12' of https://github.com/nbd168/wirelessKalle Valo14-424/+661
2021-04-12mt76: mt7915: add mmio.cRyder Lee8-218/+177
2021-04-12mt76: report Rx timestampRyder Lee3-14/+20
2021-04-12mt76: mt7915: add wifi subsystem resetRyder Lee3-16/+70
2021-04-12mt76: mt7915: fix mt7915_mcu_add_beaconRyder Lee1-10/+12
2021-04-12mt76: mt7915: fix txpower init for TSSI off chipsShayne Chen1-6/+13
2021-04-12mt76: mt7915: limit firmware log message printk to buffer lengthFelix Fietkau1-1/+2
2021-04-12mt76: mt7915: cleanup mcu tx queue in mt7915_dma_reset()Ryder Lee1-7/+8
2021-04-12mt76: mt7915: keep mcu_add_bss_info enabled till interface removalRyder Lee1-4/+5
2021-04-12mt76: mt7915: refresh repeater entry MAC address when setting BSSIDFelix Fietkau1-1/+3
2021-04-12mt76: mt7915: fix key set/delete issueFelix Fietkau1-7/+18
2021-04-12mt76: mt7915: fix possible deadlock while mt7915_register_ext_phy()Ryder Lee2-3/+8
2021-04-12mt76: mt7915: check mcu returned values in mt7915_opsRyder Lee1-16/+42
2021-04-12mt76: mt7915: fix txrate reportingRyder Lee1-14/+24
2021-04-12mt76: mt7915: fix rxrate reportingRyder Lee2-22/+30
2021-04-12mt76: mt7915: fix PHY mode for DBDCRyder Lee1-20/+20
2021-04-12mt76: mt7915: stop ext_phy queue when mac reset happensRyder Lee1-2/+5
2021-04-12mt76: mt7915: fix CSA notification for DBDCRyder Lee2-6/+29
2021-04-12mt76: mt7915: add missing capabilities for DBDCRyder Lee1-21/+29
2021-04-12mt76: mt7915: fix mib stats counter reporting to mac80211Ryder Lee3-27/+24
2021-04-12mt76: mt7915: fix aggr len debugfs nodeLorenzo Bianconi1-1/+1
2021-04-12mt76: use threaded NAPIFelix Fietkau1-1/+1
2021-04-11mt76: mt7915: always check return value from mt7915_mcu_alloc_wtbl_reqLorenzo Bianconi1-0/+12
2021-04-11mt76: always use WTBL_MAX_SIZE for tlv allocationRyder Lee2-4/+1
2021-04-11mt76: mt7915: fix tx skb dma unmapFelix Fietkau1-1/+1
2021-04-11mt76: mt7915: add support for rx decapsulation offloadFelix Fietkau5-11/+91
2021-04-11mt76: mt7915: add rx checksum offload supportFelix Fietkau2-0/+6
2021-04-11mt76: mt7915: enable hw rx-amsdu de-aggregationLorenzo Bianconi3-3/+21
2021-04-11mt76: add support for 802.3 rx framesFelix Fietkau1-1/+1
2021-03-28mt76: Convert to DEFINE_SHOW_ATTRIBUTEJunlin Yang1-30/+6