aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/mediatek/mt76/mt76.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-14mt76: Introduce mt76_mcu data structureLorenzo Bianconi1-11/+10
2020-02-14mt76: mt76u: rename stat_wq in wqLorenzo Bianconi1-1/+1
2020-02-14mt76: mt76u: extend RX scatter gather numberSean Wang1-1/+1
2020-02-14mt76: fix rounding issues on converting per-chain and combined txpowerFelix Fietkau1-0/+7
2020-02-14mt76: avoid extra RCU synchronization on station removalFelix Fietkau1-0/+2
2020-02-14mt76: mt7615: implement hardware reset supportFelix Fietkau1-0/+1
2020-02-14mt76: mt76u: introduce MT_DRV_RX_DMA_HDR flagLorenzo Bianconi1-0/+1
2020-02-14mt76: mt76u: add endpoint to mt76u_bulk_msg signatureLorenzo Bianconi1-3/+3
2020-02-14mt76: mt76u: introduce mt76u_skb_dma_info routineLorenzo Bianconi1-0/+1
2020-02-14mt76: mt76u: add {read/write}_extended utility routinesLorenzo Bianconi1-1/+5
2020-02-14mt76: mt76u: introduce mt76u_alloc_mcu_queue utility routineLorenzo Bianconi1-0/+1
2020-02-14mt76: rely on mac80211 utility routines to compute airtimeLorenzo Bianconi1-4/+0
2020-02-14mt76: mt7615: measure channel noise and report it via surveyFelix Fietkau1-0/+2
2020-02-14mt76: usb: use max packet length for m76u_copyStanislaw Gruszka1-4/+3
2020-02-14mt76: speed up usb bulk copyMarkus Theil1-1/+1
2020-02-14mt76: use AC specific reorder timeoutMarkus Theil1-0/+2
2020-02-14mt76: move ampdu_ref from mt76_dev to driver structFelix Fietkau1-1/+0
2020-02-14mt76: add ext_phy field to struct mt76_wcidFelix Fietkau1-0/+1
2020-02-14mt76: add function for allocating an extra wiphyFelix Fietkau1-0/+5
2020-02-14mt76: add priv pointer to struct mt76_phyFelix Fietkau1-0/+1
2020-02-14mt76: add multiple wiphy support to mt76_get_min_avg_rssiFelix Fietkau1-1/+1
2020-02-14mt76: move txpower and antenna mask to struct mt76_phyFelix Fietkau1-3/+3
2020-02-14mt76: move txpower_conf back to driver specific structsFelix Fietkau1-1/+0
2020-02-14mt76: move chainmask back to driver specific structsFelix Fietkau1-1/+0
2020-02-14mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau1-4/+11
2020-02-14mt76: keep a set of software tx queues per phyFelix Fietkau1-2/+2
2020-02-14mt76: move channel state to struct mt76_phyFelix Fietkau1-8/+11
2020-02-14mt76: add support for an extra wiphy in mt76_sta_state()Felix Fietkau1-0/+11
2020-02-14mt76: add support for an extra wiphy in the tx status pathFelix Fietkau1-0/+17
2020-02-14mt76: add support for an extra wiphy in the main tx pathFelix Fietkau1-3/+3
2020-02-14mt76: add support for an extra wiphy in the rx pathFelix Fietkau1-0/+11
2020-02-14mt76: introduce struct mt76_phyFelix Fietkau1-1/+8
2019-11-20mt76: mt76u: fix endpoint definition orderLorenzo Bianconi1-1/+1
2019-11-20mt76: move mt76_get_antenna in mt76_core moduleLorenzo Bianconi1-0/+1
2019-11-20mt76: use mt76_dev in mt76_is_{mmio,usb}Lorenzo Bianconi1-2/+2
2019-11-20mt76: mt76u: rely on a dedicated stats workqueueLorenzo Bianconi1-1/+3
2019-11-20mt76: mt76u: rely on usb_interface instead of usb_devLorenzo Bianconi1-1/+2
2019-11-20mt76: remove obsolete .add_buf() from struct mt76_queue_opsFelix Fietkau1-4/+0
2019-11-20mt76: mt7615: report tx_time, bss_rx and busy time to mac80211Lorenzo Bianconi1-0/+1
2019-11-20mt76: mt76x02: track approximate tx airtime for airtime fairness and surveyFelix Fietkau1-0/+2
2019-11-20mt76: mt7603: track tx airtime for airtime fairness and surveyFelix Fietkau1-0/+2
2019-11-20mt76: track rx airtime for airtime fairness and surveyFelix Fietkau1-25/+39
2019-11-20mt76: store current channel survey_state in struct mt76_devFelix Fietkau1-15/+1
2019-11-20mt76: rename mt76_driver_ops txwi_flags to drv_flags and include tx aligned4Felix Fietkau1-3/+3
2019-11-20mt76: report rx a-mpdu subframe statusFelix Fietkau1-0/+3
2019-11-20mt76: move aggr_stats array in mt76_devLorenzo Bianconi1-0/+2
2019-11-20mt76: move queue debugfs entry to driver specific codeLorenzo Bianconi1-0/+1
2019-11-20mt76: remove aggr_work field from struct mt76_wcidFelix Fietkau1-2/+0
2019-10-30mt76: dma: fix buffer unmap with non-linear skbsLorenzo Bianconi1-2/+3
2019-10-30mt76: mt76x2e: disable pcie_aspm by defaultLorenzo Bianconi1-0/+1