summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7915/mac.c
AgeCommit message (Expand)Author
2022-12-01wifi: mt76: move aggr_stats array in mt76_phyLorenzo Bianconi
2022-12-01wifi: mt76: mt7915: fix reporting of TX AGGR histogramLorenzo Bianconi
2022-12-01wifi: mt76: mt7915: enable use_cts_prot supportRyder Lee
2022-12-01wifi: mt76: mt7915: add ack signal supportRyder Lee
2022-12-01wifi: mt76: mt7915: fix mt7915_mac_set_timing()Ryder Lee
2022-12-01wifi: mt76: mt7915: set correct antenna for radar detection on MT7915DShayne Chen
2022-12-01wifi: mt76: mt7915: fix bounds checking for tx-free-done commandBen Greear
2022-10-11wifi: mt76: fix rx checksum offload on mt7615/mt7915/mt7921Felix Fietkau
2022-10-11wifi: mt76: fix receiving LLC packets on mt7615/mt7915Felix Fietkau
2022-09-15wifi: mt76: add PPDU based TxS support for WED deviceRyder Lee
2022-09-15wifi: mt76: move move mt76_sta_stats to mt76_wcidRyder Lee
2022-09-15wifi: mt76: mt7915: fix possible unaligned access in mt7915_mac_add_twt_setupLorenzo Bianconi
2022-09-15wifi: mt76: mt7915: fix an uninitialized variable bugDan Carpenter
2022-07-11mt76: convert MT_TX_HW_QUEUE_EXT_PHY to MT_TX_HW_QUEUE_PHYLorenzo Bianconi
2022-07-11mt76: introduce phys array in mt76_dev structureLorenzo Bianconi
2022-07-11mt76: add phy_idx in mt76_rx_statusLorenzo Bianconi
2022-07-11mt76: do not use skb_set_queue_mapping for internal purposesFelix Fietkau
2022-07-11mt76: mt7915: rely on mt76_connac_tx_freeLorenzo Bianconi
2022-07-11mt76: connac: move mt7615_txp_skb_unmap in common codeLorenzo Bianconi
2022-07-11mt76: connac: move mt76_connac_tx_complete_skb in shared codeLorenzo Bianconi
2022-07-11mt76: connac: move mt76_connac_fw_txp in common moduleLorenzo Bianconi
2022-07-11mt76: mt7915: get rid of unnecessary new line in mt7915_mac_write_txwiLorenzo Bianconi
2022-07-11mt76: connac: move mt76_connac2_mac_fill_rx_rate in connac moduleLorenzo Bianconi
2022-07-11mt76: connac: move mt76_connac2_reverse_frag0_hdr_trans in mt76-connac moduleLorenzo Bianconi
2022-07-11mt76: connac: move HE radiotap parsing in connac moduleLorenzo Bianconi
2022-07-11mt76: connac: move mt76_connac2_mac_add_txs_skb in connac moduleLorenzo Bianconi
2022-07-11mt76: connac: move connac2_mac_write_txwi in mt76_connac moduleLorenzo Bianconi
2022-07-11mt76: mt7915: rely on mt76_dev in mt7915_mac_write_txwi signatureLorenzo Bianconi
2022-07-11mt76: mt7915: add missing bh-disable around tx napi enable/scheduleFelix Fietkau
2022-07-11mt76: add DBDC rxq handlings into mac_reset_workRyder Lee
2022-07-11mt76: mt7915: add more ethtool statsRyder Lee
2022-05-13mt76: mt7915: add support for 6G in-band discoveryMeiChia Chiu
2022-05-13mt76: mt7915: add Wireless Ethernet Dispatch supportFelix Fietkau
2022-05-13mt76: mt7915: introduce mt7915_mac_severe_check()Ryder Lee
2022-05-13mt76: mt7915: limit minimum twt durationPeter Chiu
2022-05-13mt76: mt7915: reject duplicated twt flowsPeter Chiu
2022-05-13mt76: fix encap offload ethernet type checkFelix Fietkau
2022-05-13mt76: mt7915: disable RX_HDR_TRANS_SHORTBo Jiao
2022-05-13mt76: mt7915: report rx mode value in mt7915_mac_fill_rx_rateLorenzo Bianconi
2022-05-13mt76: mt7915: fix possible NULL pointer dereference in mt7915_mac_fill_rx_vectorLorenzo Bianconi
2022-05-13mt76: mt7915: accept rx frames with non-standard VHT MCS10-11Felix Fietkau
2022-04-11mac80211: prepare sta handling for MLO supportSriram R
2022-03-16mt76: fix wrong HE data rate in sniffer toolDeren Wu
2022-03-16mt76: mt7915: fix beamforming mib statsShayne Chen
2022-03-16mt76: mt7915: set band1 TGID field in tx descriptorShayne Chen
2022-03-16mt76: use le32/16_get_bits() whenever possibleRyder Lee
2022-03-16mt76: mt7915: add 6 GHz supportMeiChia Chiu
2022-03-16mt76: mt7915: allow beaconing on all chainsRyder Lee
2022-03-16mt76: mt7915: fix DFS no radar detection eventEvelyn Tsai
2022-02-24mt76: mt7915: simplify conditionalWan Jiabing