summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7915/mac.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-17wifi: mt76: get rid of unused sta_ps callbacksLorenzo Bianconi1-4/+0
2023-04-17wifi: mt76: move irq_tasklet in mt76_dev structLorenzo Bianconi1-1/+1
2023-02-03wifi: mt76: mt7915: complete wed reset supportLorenzo Bianconi1-0/+6
2023-02-03wifi: mt76: mt7915: fix WED TxS reportingRyder Lee1-3/+0
2023-02-03wifi: mt76: introduce mt76_queue_is_wed_rx utility routineLorenzo Bianconi1-2/+1
2022-12-01wifi: mt76: mt7915: rely on band_idx of mt76_phyRyder Lee1-74/+76
2022-12-01wifi: mt76: mt7915: fix band_idx usageRyder Lee1-7/+6
2022-12-01wifi: mt76: add info parameter to rx_skb signatureSujuan Chen1-6/+37
2022-12-01wifi: mt76: mt7915: enable coredump supportRyder Lee1-1/+72
2022-12-01wifi: mt76: mt7915: add full system reset into debugfsRyder Lee1-0/+5
2022-12-01wifi: mt76: mt7915: enable full system reset supportBo Jiao1-2/+209
2022-12-01wifi: mt76: mt7915: rework mt7915_dma_reset()Bo Jiao1-68/+1
2022-12-01wifi: mt76: move aggr_stats array in mt76_phyLorenzo Bianconi1-13/+8
2022-12-01wifi: mt76: mt7915: fix reporting of TX AGGR histogramLorenzo Bianconi1-1/+1
2022-12-01wifi: mt76: mt7915: enable use_cts_prot supportRyder Lee1-0/+13
2022-12-01wifi: mt76: mt7915: add ack signal supportRyder Lee1-1/+18
2022-12-01wifi: mt76: mt7915: fix mt7915_mac_set_timing()Ryder Lee1-6/+15
2022-12-01wifi: mt76: mt7915: set correct antenna for radar detection on MT7915DShayne Chen1-0/+15
2022-12-01wifi: mt76: mt7915: fix bounds checking for tx-free-done commandBen Greear1-3/+5
2022-10-11wifi: mt76: fix rx checksum offload on mt7615/mt7915/mt7921Felix Fietkau1-1/+3
2022-10-11wifi: mt76: fix receiving LLC packets on mt7615/mt7915Felix Fietkau1-4/+4
2022-09-15wifi: mt76: add PPDU based TxS support for WED deviceRyder Lee1-5/+9
2022-09-15wifi: mt76: move move mt76_sta_stats to mt76_wcidRyder Lee1-2/+1
2022-09-15wifi: mt76: mt7915: fix possible unaligned access in mt7915_mac_add_twt_setupLorenzo Bianconi1-4/+6
2022-09-15wifi: mt76: mt7915: fix an uninitialized variable bugDan Carpenter1-1/+1
2022-07-11mt76: convert MT_TX_HW_QUEUE_EXT_PHY to MT_TX_HW_QUEUE_PHYLorenzo Bianconi1-1/+2
2022-07-11mt76: introduce phys array in mt76_dev structureLorenzo Bianconi1-9/+11
2022-07-11mt76: add phy_idx in mt76_rx_statusLorenzo Bianconi1-1/+1
2022-07-11mt76: do not use skb_set_queue_mapping for internal purposesFelix Fietkau1-3/+5
2022-07-11mt76: mt7915: rely on mt76_connac_tx_freeLorenzo Bianconi1-5/+6
2022-07-11mt76: connac: move mt7615_txp_skb_unmap in common codeLorenzo Bianconi1-13/+1
2022-07-11mt76: connac: move mt76_connac_tx_complete_skb in shared codeLorenzo Bianconi1-21/+0
2022-07-11mt76: connac: move mt76_connac_fw_txp in common moduleLorenzo Bianconi1-7/+7
2022-07-11mt76: mt7915: get rid of unnecessary new line in mt7915_mac_write_txwiLorenzo Bianconi1-1/+0
2022-07-11mt76: connac: move mt76_connac2_mac_fill_rx_rate in connac moduleLorenzo Bianconi1-104/+2
2022-07-11mt76: connac: move mt76_connac2_reverse_frag0_hdr_trans in mt76-connac moduleLorenzo Bianconi1-84/+13
2022-07-11mt76: connac: move HE radiotap parsing in connac moduleLorenzo Bianconi1-178/+2
2022-07-11mt76: connac: move mt76_connac2_mac_add_txs_skb in connac moduleLorenzo Bianconi1-124/+2
2022-07-11mt76: connac: move connac2_mac_write_txwi in mt76_connac moduleLorenzo Bianconi1-249/+2
2022-07-11mt76: mt7915: rely on mt76_dev in mt7915_mac_write_txwi signatureLorenzo Bianconi1-12/+11
2022-07-11mt76: mt7915: add missing bh-disable around tx napi enable/scheduleFelix Fietkau1-0/+2
2022-07-11mt76: add DBDC rxq handlings into mac_reset_workRyder Lee1-11/+7
2022-07-11mt76: mt7915: add more ethtool statsRyder Lee1-8/+44
2022-05-13mt76: mt7915: add support for 6G in-band discoveryMeiChia Chiu1-5/+12
2022-05-13mt76: mt7915: add Wireless Ethernet Dispatch supportFelix Fietkau1-20/+109
2022-05-13mt76: mt7915: introduce mt7915_mac_severe_check()Ryder Lee1-0/+27
2022-05-13mt76: mt7915: limit minimum twt durationPeter Chiu1-0/+6
2022-05-13mt76: mt7915: reject duplicated twt flowsPeter Chiu1-0/+31
2022-05-13mt76: fix encap offload ethernet type checkFelix Fietkau1-1/+3
2022-05-13mt76: mt7915: disable RX_HDR_TRANS_SHORTBo Jiao1-4/+0