summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76.h
AgeCommit message (Expand)AuthorFilesLines
2019-05-01mt76: move tx tasklet to struct mt76_devFelix Fietkau1-1/+2
2019-05-01mt76: store wcid tx rate info in one u32 reduce lockingFelix Fietkau1-4/+6
2019-05-01mt76: use mac80211 txq schedulingFelix Fietkau1-2/+1
2019-05-01mt76: introduce mt76_free_device routineLorenzo Bianconi1-0/+1
2019-05-01mt76usb: remove mt76u_buf and use urb directlyStanislaw Gruszka1-5/+1
2019-05-01mt76usb: move mt76u_buf->done to queue entryStanislaw Gruszka1-1/+1
2019-05-01mt76usb: remove mt76u_buf redundant filedsStanislaw Gruszka1-2/+0
2019-05-01mt76usb: use usb_dev private dataStanislaw Gruszka1-3/+1
2019-05-01mt76: remove rx_page_lockStanislaw Gruszka1-1/+0
2019-05-01mt76: unify set_timStanislaw Gruszka1-0/+2
2019-05-01mt76: dma: add static qualifier to mt76_dma_tx_queue_skbLorenzo Bianconi1-4/+1
2019-05-01mt76: introduce mt76_tx_info data structureLorenzo Bianconi1-1/+8
2019-05-01mt76: mmio: move mt76_insert_hdr_pad in mt76_dma_tx_queue_skbLorenzo Bianconi1-0/+1
2019-05-01mt76: move mt76x02_insert_hdr_pad in mt76-core moduleLorenzo Bianconi1-0/+14
2019-05-01mt76: introduce mt76_txq_id field in mt76_queue_entryLorenzo Bianconi1-0/+1
2019-05-01mt76: introduce mt76_sw_queue data structureLorenzo Bianconi1-6/+10
2019-05-01mt76: remove mt76_queue dependency from tx_complete_skb function pointerLorenzo Bianconi1-2/+2
2019-05-01mt76: remove mt76_queue dependency from tx_prepare_skb function pointerLorenzo Bianconi1-1/+1
2019-05-01mt76: remove mt76_queue dependency from tx_queue_skb function pointerLorenzo Bianconi1-2/+2
2019-05-01mt76: dma: move mt76x02_init_{tx,rx}_queue in mt76 moduleLorenzo Bianconi1-1/+3
2019-05-01mt76: mmio: move mt76x02_set_irq_mask in mt76 moduleLorenzo Bianconi1-0/+2
2019-03-19mt76: fix schedule while atomic in mt76x02_reset_stateLorenzo Bianconi1-0/+2
2019-03-07mt76: mt76x2: implement full device restart on watchdog resetFelix Fietkau1-0/+1
2019-03-07mt76: introduce q->stopped parameterLorenzo Bianconi1-0/+1
2019-02-26mt76: add driver callback for when a sta is associatedFelix Fietkau1-0/+3
2019-02-26mt76: remove no longer used routine declarationsLorenzo Bianconi1-7/+0
2019-02-26mt76: usb: simplify rx buffer allocationLorenzo Bianconi1-2/+0
2019-02-26mt76usb: remove usb_mcu.cStanislaw Gruszka1-2/+0
2019-02-26mt76usb: use synchronous msg for mcu command responsesStanislaw Gruszka1-2/+1
2019-02-26mt76usb: allow mt76u_bulk_msg be used for readsStanislaw Gruszka1-4/+8
2019-02-18mt76: usb: do not use sg buffers for mcu messagesLorenzo Bianconi1-1/+2
2019-02-18mt76: usb: move mt76u_check_sg in usb.cLorenzo Bianconi1-10/+1
2019-02-18mt76x02u: use usb_bulk_msg to upload firmwareStanislaw Gruszka1-0/+13
2019-02-18mt76: move alloc_device common code in mt76_alloc_deviceLorenzo Bianconi1-2/+3
2019-02-18mt76: remove add_buf pointer in mt76_queue_opsLorenzo Bianconi1-1/+0
2019-02-18mt76: move mt76_dma_tx_queue_skb_raw in mt76-core moduleLorenzo Bianconi1-0/+4
2019-02-18mt76: move mt76_mcu_rx_event in mt76-coreLorenzo Bianconi1-0/+1
2019-02-18mt76: move mt76_mcu_get_response in mt76-coreLorenzo Bianconi1-0/+2
2019-02-18mt76: move mt76_mcu_msg_alloc in mt76-coreLorenzo Bianconi1-0/+4
2019-01-17mt76: add channel switch announcement supportFelix Fietkau1-0/+5
2019-01-17mt76: fix signedness of rx status signal fieldFelix Fietkau1-1/+1
2019-01-17mt76: move mt76x02_phy_get_min_avg_rssi to mt76 coreFelix Fietkau1-0/+8
2019-01-17mt76: move mt76x02_get_txpower to mt76 coreFelix Fietkau1-0/+3
2019-01-17mt76: fix tx status reporting for non-probing framesFelix Fietkau1-1/+3
2019-01-11mt76: mmio: introduce mt76x02_check_tx_hang watchdogLorenzo Bianconi1-0/+1
2018-11-30mt76: replace sta_add/remove ops with common sta_state functionFelix Fietkau1-2/+10
2018-11-30mt76: add mt76_sta_remove helperFelix Fietkau1-0/+2
2018-11-30mt76: avoid queue/status spinlocks while passing tx status to mac80211Felix Fietkau1-18/+12
2018-11-30mt76: remove mcu_msg_allocStanislaw Gruszka1-4/+2
2018-11-30mt76: add support for reporting tx status with skbFelix Fietkau1-0/+48