summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt76.h
AgeCommit message (Expand)Author
2019-05-01mt76: move pre_tbtt_tasklet in mt76_devLorenzo Bianconi
2019-05-01mt76: move beacon_mask in mt76_devLorenzo Bianconi
2019-05-01mt76: move beacon_int in mt76_devLorenzo Bianconi
2019-05-01mt76: introduce mt76_mcu_restart macroLorenzo Bianconi
2019-05-01mt76: mt7603: initialize mt76_mcu_ops data structureLorenzo Bianconi
2019-05-01mt76usb: fix tx/rx stopStanislaw Gruszka
2019-05-01mt76: add mac80211 driver for MT7615 PCIe-based chipsetsRyder Lee
2019-05-01mt76: dma: introduce skb field in mt76_txwi_cacheLorenzo Bianconi
2019-05-01mt76: add skb pointer to mt76_tx_infoLorenzo Bianconi
2019-05-01mt76: set txwi_size according to the driver valueLorenzo Bianconi
2019-05-01mt76: move mac_work in mt76_devLorenzo Bianconi
2019-05-01mt76: move tx tasklet to struct mt76_devFelix Fietkau
2019-05-01mt76: store wcid tx rate info in one u32 reduce lockingFelix Fietkau
2019-05-01mt76: use mac80211 txq schedulingFelix Fietkau
2019-05-01mt76: introduce mt76_free_device routineLorenzo Bianconi
2019-05-01mt76usb: remove mt76u_buf and use urb directlyStanislaw Gruszka
2019-05-01mt76usb: move mt76u_buf->done to queue entryStanislaw Gruszka
2019-05-01mt76usb: remove mt76u_buf redundant filedsStanislaw Gruszka
2019-05-01mt76usb: use usb_dev private dataStanislaw Gruszka
2019-05-01mt76: remove rx_page_lockStanislaw Gruszka
2019-05-01mt76: unify set_timStanislaw Gruszka
2019-05-01mt76: dma: add static qualifier to mt76_dma_tx_queue_skbLorenzo Bianconi
2019-05-01mt76: introduce mt76_tx_info data structureLorenzo Bianconi
2019-05-01mt76: mmio: move mt76_insert_hdr_pad in mt76_dma_tx_queue_skbLorenzo Bianconi
2019-05-01mt76: move mt76x02_insert_hdr_pad in mt76-core moduleLorenzo Bianconi
2019-05-01mt76: introduce mt76_txq_id field in mt76_queue_entryLorenzo Bianconi
2019-05-01mt76: introduce mt76_sw_queue data structureLorenzo Bianconi
2019-05-01mt76: remove mt76_queue dependency from tx_complete_skb function pointerLorenzo Bianconi
2019-05-01mt76: remove mt76_queue dependency from tx_prepare_skb function pointerLorenzo Bianconi
2019-05-01mt76: remove mt76_queue dependency from tx_queue_skb function pointerLorenzo Bianconi
2019-05-01mt76: dma: move mt76x02_init_{tx,rx}_queue in mt76 moduleLorenzo Bianconi
2019-05-01mt76: mmio: move mt76x02_set_irq_mask in mt76 moduleLorenzo Bianconi
2019-03-19mt76: fix schedule while atomic in mt76x02_reset_stateLorenzo Bianconi
2019-03-07mt76: mt76x2: implement full device restart on watchdog resetFelix Fietkau
2019-03-07mt76: introduce q->stopped parameterLorenzo Bianconi
2019-02-26mt76: add driver callback for when a sta is associatedFelix Fietkau
2019-02-26mt76: remove no longer used routine declarationsLorenzo Bianconi
2019-02-26mt76: usb: simplify rx buffer allocationLorenzo Bianconi
2019-02-26mt76usb: remove usb_mcu.cStanislaw Gruszka
2019-02-26mt76usb: use synchronous msg for mcu command responsesStanislaw Gruszka
2019-02-26mt76usb: allow mt76u_bulk_msg be used for readsStanislaw Gruszka
2019-02-18mt76: usb: do not use sg buffers for mcu messagesLorenzo Bianconi
2019-02-18mt76: usb: move mt76u_check_sg in usb.cLorenzo Bianconi
2019-02-18mt76x02u: use usb_bulk_msg to upload firmwareStanislaw Gruszka
2019-02-18mt76: move alloc_device common code in mt76_alloc_deviceLorenzo Bianconi
2019-02-18mt76: remove add_buf pointer in mt76_queue_opsLorenzo Bianconi
2019-02-18mt76: move mt76_dma_tx_queue_skb_raw in mt76-core moduleLorenzo Bianconi
2019-02-18mt76: move mt76_mcu_rx_event in mt76-coreLorenzo Bianconi
2019-02-18mt76: move mt76_mcu_get_response in mt76-coreLorenzo Bianconi
2019-02-18mt76: move mt76_mcu_msg_alloc in mt76-coreLorenzo Bianconi