summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt76.h
AgeCommit message (Expand)Author
2020-09-24mt76: mt7663s: introduce sdio tx aggregationLorenzo Bianconi
2020-09-24mt76: move pad estimation out of mt76_skb_adjust_padLorenzo Bianconi
2020-09-24mt76: remove retry_q from struct mt76_txq and related codeFelix Fietkau
2020-09-24mt76: move txwi handling code to dma.c, since it is mmio specificFelix Fietkau
2020-09-24mt76: dma: cache dma map address/len in struct mt76_queue_entryFelix Fietkau
2020-09-24mt76: convert from tx tasklet to tx worker threadFelix Fietkau
2020-09-24mt76: mt76x02: tune tx ring sizeFelix Fietkau
2020-09-24mt76: remove struct mt76_sw_queueFelix Fietkau
2020-09-24mt76: rely on AQL for burst size limits on tx queueingFelix Fietkau
2020-09-24mt76: remove swq from struct mt76_sw_queueFelix Fietkau
2020-09-24mt76: remove qid argument to drv->tx_complete_skbFelix Fietkau
2020-09-24mt76: unify queue tx cleanup codeFelix Fietkau
2020-09-24mt76: mt7663s: fix unable to handle kernel paging requestSean Wang
2020-09-24mt76: mt7915: add Tx A-MSDU offloading supportRyder Lee
2020-09-24mt76: move mt76_check_agg_ssn to driver tx_prepare callsFelix Fietkau
2020-09-24mt76: fix double DMA unmap of the first buffer on 7615/7915Felix Fietkau
2020-09-24mt76: mt76s: get rid of unused variableLorenzo Bianconi
2020-09-24mt76: mt76s: move tx/rx processing in 2 separate worksLorenzo Bianconi
2020-09-24mt76: mt76s: move status processing in txrx wqLorenzo Bianconi
2020-09-24mt76: mt7663s: move rx processing in txrx wqLorenzo Bianconi
2020-09-24mt76: mt76s: move tx processing in a dedicated wqLorenzo Bianconi
2020-07-21mt76: introduce mt76_sdio moduleSean Wang
2020-07-21mt76: mt76u: add mt76_skb_adjust_pad utility routineLorenzo Bianconi
2020-07-21mt76: mt7615: wake device in mt7615_update_channel before access regmapLorenzo Bianconi
2020-07-21mt76: mt7615: add mt7615_pm_wake utility routineLorenzo Bianconi
2020-07-21mt76: move mt76 workqueue in common codeLorenzo Bianconi
2020-07-21mt76: add API for testmode supportFelix Fietkau
2020-07-21mt76: vif_mask to struct mt76_phyFelix Fietkau
2020-07-21mt76: overwrite qid for non-bufferable mgmt framesLorenzo Bianconi
2020-05-28mt76: only iterate over initialized rx queuesFelix Fietkau
2020-05-28mt76: fix wcid allocation issuesFelix Fietkau
2020-05-28mt76: mt7615: switch to per-vif power_save supportLorenzo Bianconi
2020-05-28mt76: mt7615: introduce remain_on_channel supportLorenzo Bianconi
2020-05-12mt76: set runtime stream caps by mt76_phyRyder Lee
2020-05-12mt76: add HE phy modes and hardware queueRyder Lee
2020-05-12mt76: adjust wcid size to support new 802.11ax generationRyder Lee
2020-05-12mt76: add Rx stats support for radiotapRyder Lee
2020-05-12mt76: add support for HE RX rate reportingRyder Lee
2020-05-12mt76: avoid rx reorder buffer overflowRyder Lee
2020-05-12mt76: mt7663u: introduce suspend/resume to mt7663uSean Wang
2020-05-12mt76: mt7615: add WoW supportLorenzo Bianconi
2020-05-12mt76: mt7663: introduce 802.11 PS support in sta modeLorenzo Bianconi
2020-05-12mt76: mt7615: introduce mt7663u supportLorenzo Bianconi
2020-05-12mt76: add headroom and tailroom to mt76_mcu_ops data structureLorenzo Bianconi
2020-05-12mt76: mt7615: introduce scheduled scan supportLorenzo Bianconi
2020-05-12mt76: mt7615: introduce hw scan supportLorenzo Bianconi
2020-05-12mt76: mt76x02: fix handling MCU timeouts during hw restartFelix Fietkau
2020-03-17mt76: mt7615: introduce mt7615_mcu_send_message routineLorenzo Bianconi
2020-03-17mt76: mt76u: rely only on data buffer for usb control messaggesLorenzo Bianconi
2020-02-14mt76: Introduce mt76_mcu data structureLorenzo Bianconi