summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt76.h
AgeCommit message (Expand)AuthorFilesLines
2023-07-25wifi: mt76: move rate info in mt76_vifLorenzo Bianconi1-0/+3
2023-07-25wifi: mt76: move ampdu_state in mt76_wcidLorenzo Bianconi1-0/+1
2023-07-25wifi: mt76: mt7915: move poll_list in mt76_wcidLorenzo Bianconi1-0/+2
2023-07-25wifi: mt76: mt7915: move sta_poll_list and sta_poll_lock in mt76_devLorenzo Bianconi1-0/+3
2023-07-25wifi: mt76: mt7915: accumulate mu-mimo ofdma muru statsRyder Lee1-0/+32
2023-07-25wifi: mt76: mt7915: move mib_stats structure in mt76.hLorenzo Bianconi1-0/+63
2023-07-25wifi: mt76: mt7915: rework tx packets counting when WED is activePeter Chiu1-1/+1
2023-04-17wifi: mt76: move irq_tasklet in mt76_dev structLorenzo Bianconi1-0/+1
2023-04-17wifi: mt76: mt7996: add eht rx rate supportShayne Chen1-4/+14
2023-03-13wifi: mt76: do not run mt76_unregister_device() on unregistered hwLorenzo Bianconi1-0/+1
2023-02-03wifi: mt76: mt7915: add mt7915 wed reset callbacksLorenzo Bianconi1-0/+3
2023-02-03wifi: mt76: add EHT rate stats for ethtoolShayne Chen1-2/+2
2023-02-03wifi: mt76: increase wcid size to 1088Shayne Chen1-1/+1
2023-02-03wifi: mt76: add EHT phy typeShayne Chen1-2/+5
2023-02-03wifi: mt76: remove __mt76_mcu_restart macroLorenzo Bianconi1-1/+0
2023-02-03wifi: mt76: mt7915: release rxwi in mt7915_wed_release_rx_bufSujuan Chen1-0/+1
2023-02-03wifi: mt76: enable page_pool statsLorenzo Bianconi1-0/+1
2023-02-03wifi: mt76: switch to page_pool allocatorLorenzo Bianconi1-1/+20
2023-02-03wifi: mt76: add flexible polling wait-interval supportDeren Wu1-4/+5
2023-02-03wifi: mt76: introduce mt76_queue_is_wed_rx utility routineLorenzo Bianconi1-0/+6
2022-12-09wifi: mt76: move leds struct in mt76_phyLorenzo Bianconi1-7/+7
2022-12-09wifi: mt76: move leds field in leds structLorenzo Bianconi1-5/+7
2022-12-01wifi: mt76: fix coverity overrun-call in mt76_get_txpower()Deren Wu1-1/+2
2022-12-01wifi: mt76: mt7915: enable WED RX statsSujuan Chen1-0/+6
2022-12-01wifi: mt76: add info parameter to rx_skb signatureSujuan Chen1-1/+1
2022-12-01wifi: mt76: add WED RX support to mt76_dma_{add,get}_bufLorenzo Bianconi1-0/+2
2022-12-01wifi: mt76: introduce rxwi and rx token utility routinesSujuan Chen1-1/+15
2022-12-01wifi: mt76: move aggr_stats array in mt76_phyLorenzo Bianconi1-2/+2
2022-12-01wifi: mt76: mt7915: add ack signal supportRyder Lee1-0/+1
2022-12-01Revert "mt76: use IEEE80211_OFFLOAD_ENCAP_ENABLED instead of MT_DRV_AMSDU_OFF...Ben Greear1-0/+1
2022-12-01wifi: mt76: move mt76_rate_power from core to mt76x02 driver codeFelix Fietkau1-15/+0
2022-09-15wifi: mt76: add PPDU based TxS support for WED deviceRyder Lee1-1/+6
2022-09-15wifi: mt76: move move mt76_sta_stats to mt76_wcidRyder Lee1-20/+22
2022-09-15wifi: mt76: mt76_usb.mt76u_mcu.burst is always false remove related codeGergo Koteles1-1/+0
2022-07-11mt76: get rid of mt76_wcid_hw routineLorenzo Bianconi1-10/+0
2022-07-11mt76: convert MT_TX_HW_QUEUE_EXT_PHY to MT_TX_HW_QUEUE_PHYLorenzo Bianconi1-6/+4
2022-07-11mt76: add phy_idx to mt76_wcidLorenzo Bianconi1-1/+1
2022-07-11mt76: introduce phys array in mt76_dev structureLorenzo Bianconi1-15/+28
2022-07-11mt76: add phy_idx in mt76_rx_statusLorenzo Bianconi1-5/+6
2022-07-11mt76: introduce MT_RXQ_BAND2 and MT_RXQ_BAND2_WA in mt76_rxq_idLorenzo Bianconi1-2/+4
2022-07-11mt76: add len parameter to __mt76_mcu_msg_alloc signatureLorenzo Bianconi1-2/+2
2022-07-11mt76: remove q->qidFelix Fietkau1-3/+0
2022-07-11mt76: pass original queue id from __mt76_tx_queue_skb to the driverFelix Fietkau1-2/+2
2022-05-13mt76: add gfp to mt76_mcu_msg_alloc signatureLorenzo Bianconi1-1/+8
2022-05-13mt76: mt7915: add Wireless Ethernet Dispatch supportFelix Fietkau1-4/+26
2022-05-13mt76: make number of tokens configurable dynamicallyFelix Fietkau1-3/+3
2022-05-13mt76: add support for overriding the device used for DMA mappingFelix Fietkau1-0/+1
2022-05-13mt76: fix MBSS index condition in DBDC modeEvelyn Tsai1-1/+1
2022-05-13mt76: fix use-after-free by removing a non-RCU wcid pointerFelix Fietkau1-1/+1
2022-03-16mt76: usb: introduce __mt76u_init utility routineLorenzo Bianconi1-2/+10