summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7921/mac.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-02wifi: mt76: mt7921s: fix potential hung tasks during chip recoveryLeon Yen1-0/+2
2023-09-30wifi: mt76: mt792x: move mt7921_skb_add_usb_sdio_hdr in mt792x moduleLorenzo Bianconi1-1/+1
2023-07-26wifi: mt76: mt7921: move shared runtime-pm code on mt792x-libLorenzo Bianconi1-70/+0
2023-07-26wifi: mt76: mt7921: move hif_ops macro in mt792x.hLorenzo Bianconi1-1/+1
2023-07-26wifi: mt76: mt7921: move mac shared code in mt792x-lib moduleLorenzo Bianconi1-166/+4
2023-07-26wifi: mt76: mt792x: introduce mt792x-lib moduleLorenzo Bianconi1-137/+11
2023-07-26wifi: mt76: mt7921: move mt792x_mutex_{acquire/release} in mt792x.hLorenzo Bianconi1-6/+6
2023-07-26wifi: mt76: mt7921: rename mt7921_dev in mt792x_devLorenzo Bianconi1-29/+29
2023-07-26wifi: mt76: mt7921: rename mt7921_phy in mt792x_phyLorenzo Bianconi1-7/+7
2023-07-26wifi: mt76: mt7921: rename mt7921_sta in mt792x_staLorenzo Bianconi1-11/+11
2023-07-26wifi: mt76: mt7921: rename mt7921_vif in mt792x_vifLorenzo Bianconi1-2/+2
2023-07-25mt76: connac: move more mt7921/mt7915 mac shared code in connac libLorenzo Bianconi1-57/+2
2023-07-25wifi: mt76: move ampdu_state in mt76_wcidLorenzo Bianconi1-1/+1
2023-07-25wifi: mt76: mt7921: rely on shared poll_list fieldLorenzo Bianconi1-8/+8
2023-07-25wifi: mt76: mt7921: rely on shared sta_poll_list and sta_poll_lockLorenzo Bianconi1-15/+17
2023-07-25wifi: mt76: mt7921: make mt7921_mac_sta_poll staticLorenzo Bianconi1-2/+1
2023-07-25wifi: mt76: mt7921e: report tx retries/failed counts in tx free eventDeren Wu1-1/+7
2023-07-25wifi: mt76: mt7921: rely on mib_stats shared definitionLorenzo Bianconi1-1/+1
2023-07-25mt76: mt7921: don't assume adequate headroom for SDIO headersMatt Whitlock1-0/+4
2023-04-17wifi: mt76: move shared mac definitions in mt76_connac2_mac.hLorenzo Bianconi1-1/+12
2023-04-17wifi: mt76: get rid of unused sta_ps callbacksLorenzo Bianconi1-5/+0
2023-02-03wifi: mt76: mt7921: add ack signal supportDeren Wu1-0/+15
2022-12-01wifi: mt76: add info parameter to rx_skb signatureSujuan Chen1-1/+1
2022-12-01wifi: mt76: mt7921: introduce chanctx supportSean Wang1-8/+0
2022-12-01wifi: mt76: mt7921: add chanctx parameter to mt76_connac_mcu_uni_add_bss sign...Sean Wang1-1/+1
2022-12-01wifi: mt76: move aggr_stats array in mt76_phyLorenzo Bianconi1-5/+5
2022-12-01wifi: mt76: mt7921: fix reporting of TX AGGR histogramLorenzo Bianconi1-1/+1
2022-12-01wifi: mt76: mt7921: fix antenna signal are way off in monitor modeSean Wang1-11/+21
2022-10-11wifi: mt76: fix rx checksum offload on mt7615/mt7915/mt7921Felix Fietkau1-1/+3
2022-09-15wifi: mt76: fix uninitialized pointer in mt7921_mac_fill_rxLorenzo Bianconi1-1/+1
2022-09-15wifi: mt76: move move mt76_sta_stats to mt76_wcidRyder Lee1-2/+1
2022-09-15wifi: mt76: mt7921: move mt7921_rx_check and mt7921_queue_rx_skb in mac.cLorenzo Bianconi1-3/+114
2022-09-15wifi: mt76: mt7921e: fix race issue between reset and suspend/resumeSean Wang1-0/+5
2022-09-15wifi: mt76: add rx_check callback for usb devicesLorenzo Bianconi1-0/+20
2022-07-11mt76: mt7921: reduce the mutex lock scope during resetSean Wang1-5/+8
2022-07-11mt76: mt7921: reduce log severity levels for informative messagesSean Wang1-1/+1
2022-07-11mt76: connac: move tx initialization/cleanup in mt76_connac moduleLorenzo Bianconi1-1/+1
2022-07-11mt76: do not use skb_set_queue_mapping for internal purposesFelix Fietkau1-1/+1
2022-07-11mt76: move mcu_txd/mcu_rxd structures in shared codeLorenzo Bianconi1-1/+1
2022-07-11mt76: connac: move mt76_connac2_mac_fill_rx_rate in connac moduleLorenzo Bianconi1-76/+6
2022-07-11mt76: connac: move mt76_connac2_reverse_frag0_hdr_trans in mt76-connac moduleLorenzo Bianconi1-83/+12
2022-07-11mt76: connac: move HE radiotap parsing in connac moduleLorenzo Bianconi1-184/+3
2022-07-11mt76: connac: move mt76_connac2_mac_add_txs_skb in connac moduleLorenzo Bianconi1-119/+3
2022-07-11mt76: connac: move connac2_mac_write_txwi in mt76_connac moduleLorenzo Bianconi1-211/+1
2022-07-11mt76: mt7921: rely on mt76_dev in mt7921_mac_write_txwi signatureLorenzo Bianconi1-12/+11
2022-07-11mt76: mt7921: add missing bh-disable around rx napi scheduleLorenzo Bianconi1-0/+2
2022-05-13mt76: mt7921: add ipv6 NS offload supportDeren Wu1-0/+26
2022-05-13mt76: fix encap offload ethernet type checkFelix Fietkau1-1/+3
2022-05-13mt76: mt7921: Add AP mode supportSean Wang1-0/+9
2022-05-13mt76: mt7921: accept rx frames with non-standard VHT MCS10-11Felix Fietkau1-1/+1