summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7921/mac.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mt76: mt792x: extend mt76_connac_mcu_uni_add_dev for per-link BSSSean Wang2024-07-091-1/+2
* wifi: mt76: mt792x: add struct mt792x_link_staDeren Wu2024-07-091-30/+35
* wifi: mt76: mt7921s: fix potential hung tasks during chip recoveryLeon Yen2024-05-021-0/+2
* wifi: mt76: mt792x: move mt7921_skb_add_usb_sdio_hdr in mt792x moduleLorenzo Bianconi2023-09-301-1/+1
* wifi: mt76: mt7921: move shared runtime-pm code on mt792x-libLorenzo Bianconi2023-07-261-70/+0
* wifi: mt76: mt7921: move hif_ops macro in mt792x.hLorenzo Bianconi2023-07-261-1/+1
* wifi: mt76: mt7921: move mac shared code in mt792x-lib moduleLorenzo Bianconi2023-07-261-166/+4
* wifi: mt76: mt792x: introduce mt792x-lib moduleLorenzo Bianconi2023-07-261-137/+11
* wifi: mt76: mt7921: move mt792x_mutex_{acquire/release} in mt792x.hLorenzo Bianconi2023-07-261-6/+6
* wifi: mt76: mt7921: rename mt7921_dev in mt792x_devLorenzo Bianconi2023-07-261-29/+29
* wifi: mt76: mt7921: rename mt7921_phy in mt792x_phyLorenzo Bianconi2023-07-261-7/+7
* wifi: mt76: mt7921: rename mt7921_sta in mt792x_staLorenzo Bianconi2023-07-261-11/+11
* wifi: mt76: mt7921: rename mt7921_vif in mt792x_vifLorenzo Bianconi2023-07-261-2/+2
* mt76: connac: move more mt7921/mt7915 mac shared code in connac libLorenzo Bianconi2023-07-251-57/+2
* wifi: mt76: move ampdu_state in mt76_wcidLorenzo Bianconi2023-07-251-1/+1
* wifi: mt76: mt7921: rely on shared poll_list fieldLorenzo Bianconi2023-07-251-8/+8
* wifi: mt76: mt7921: rely on shared sta_poll_list and sta_poll_lockLorenzo Bianconi2023-07-251-15/+17
* wifi: mt76: mt7921: make mt7921_mac_sta_poll staticLorenzo Bianconi2023-07-251-2/+1
* wifi: mt76: mt7921e: report tx retries/failed counts in tx free eventDeren Wu2023-07-251-1/+7
* wifi: mt76: mt7921: rely on mib_stats shared definitionLorenzo Bianconi2023-07-251-1/+1
* mt76: mt7921: don't assume adequate headroom for SDIO headersMatt Whitlock2023-07-251-0/+4
* wifi: mt76: move shared mac definitions in mt76_connac2_mac.hLorenzo Bianconi2023-04-171-1/+12
* wifi: mt76: get rid of unused sta_ps callbacksLorenzo Bianconi2023-04-171-5/+0
* wifi: mt76: mt7921: add ack signal supportDeren Wu2023-02-031-0/+15
* wifi: mt76: add info parameter to rx_skb signatureSujuan Chen2022-12-011-1/+1
* wifi: mt76: mt7921: introduce chanctx supportSean Wang2022-12-011-8/+0
* wifi: mt76: mt7921: add chanctx parameter to mt76_connac_mcu_uni_add_bss sign...Sean Wang2022-12-011-1/+1
* wifi: mt76: move aggr_stats array in mt76_phyLorenzo Bianconi2022-12-011-5/+5
* wifi: mt76: mt7921: fix reporting of TX AGGR histogramLorenzo Bianconi2022-12-011-1/+1
* wifi: mt76: mt7921: fix antenna signal are way off in monitor modeSean Wang2022-12-011-11/+21
* wifi: mt76: fix rx checksum offload on mt7615/mt7915/mt7921Felix Fietkau2022-10-111-1/+3
* wifi: mt76: fix uninitialized pointer in mt7921_mac_fill_rxLorenzo Bianconi2022-09-151-1/+1
* wifi: mt76: move move mt76_sta_stats to mt76_wcidRyder Lee2022-09-151-2/+1
* wifi: mt76: mt7921: move mt7921_rx_check and mt7921_queue_rx_skb in mac.cLorenzo Bianconi2022-09-151-3/+114
* wifi: mt76: mt7921e: fix race issue between reset and suspend/resumeSean Wang2022-09-151-0/+5
* wifi: mt76: add rx_check callback for usb devicesLorenzo Bianconi2022-09-151-0/+20
* mt76: mt7921: reduce the mutex lock scope during resetSean Wang2022-07-111-5/+8
* mt76: mt7921: reduce log severity levels for informative messagesSean Wang2022-07-111-1/+1
* mt76: connac: move tx initialization/cleanup in mt76_connac moduleLorenzo Bianconi2022-07-111-1/+1
* mt76: do not use skb_set_queue_mapping for internal purposesFelix Fietkau2022-07-111-1/+1
* mt76: move mcu_txd/mcu_rxd structures in shared codeLorenzo Bianconi2022-07-111-1/+1
* mt76: connac: move mt76_connac2_mac_fill_rx_rate in connac moduleLorenzo Bianconi2022-07-111-76/+6
* mt76: connac: move mt76_connac2_reverse_frag0_hdr_trans in mt76-connac moduleLorenzo Bianconi2022-07-111-83/+12
* mt76: connac: move HE radiotap parsing in connac moduleLorenzo Bianconi2022-07-111-184/+3
* mt76: connac: move mt76_connac2_mac_add_txs_skb in connac moduleLorenzo Bianconi2022-07-111-119/+3
* mt76: connac: move connac2_mac_write_txwi in mt76_connac moduleLorenzo Bianconi2022-07-111-211/+1
* mt76: mt7921: rely on mt76_dev in mt7921_mac_write_txwi signatureLorenzo Bianconi2022-07-111-12/+11
* mt76: mt7921: add missing bh-disable around rx napi scheduleLorenzo Bianconi2022-07-111-0/+2
* mt76: mt7921: add ipv6 NS offload supportDeren Wu2022-05-131-0/+26
* mt76: fix encap offload ethernet type checkFelix Fietkau2022-05-131-1/+3