summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76.h
Commit message (Expand)AuthorAgeFilesLines
* mt76: fix schedule while atomic in mt76x02_reset_stateLorenzo Bianconi2019-03-191-0/+2
* mt76: mt76x2: implement full device restart on watchdog resetFelix Fietkau2019-03-071-0/+1
* mt76: introduce q->stopped parameterLorenzo Bianconi2019-03-071-0/+1
* mt76: add driver callback for when a sta is associatedFelix Fietkau2019-02-261-0/+3
* mt76: remove no longer used routine declarationsLorenzo Bianconi2019-02-261-7/+0Star
* mt76: usb: simplify rx buffer allocationLorenzo Bianconi2019-02-261-2/+0Star
* mt76usb: remove usb_mcu.cStanislaw Gruszka2019-02-261-2/+0Star
* mt76usb: use synchronous msg for mcu command responsesStanislaw Gruszka2019-02-261-2/+1Star
* mt76usb: allow mt76u_bulk_msg be used for readsStanislaw Gruszka2019-02-261-4/+8
* mt76: usb: do not use sg buffers for mcu messagesLorenzo Bianconi2019-02-181-1/+2
* mt76: usb: move mt76u_check_sg in usb.cLorenzo Bianconi2019-02-181-10/+1Star
* mt76x02u: use usb_bulk_msg to upload firmwareStanislaw Gruszka2019-02-181-0/+13
* mt76: move alloc_device common code in mt76_alloc_deviceLorenzo Bianconi2019-02-181-2/+3
* mt76: remove add_buf pointer in mt76_queue_opsLorenzo Bianconi2019-02-181-1/+0Star
* mt76: move mt76_dma_tx_queue_skb_raw in mt76-core moduleLorenzo Bianconi2019-02-181-0/+4
* mt76: move mt76_mcu_rx_event in mt76-coreLorenzo Bianconi2019-02-181-0/+1
* mt76: move mt76_mcu_get_response in mt76-coreLorenzo Bianconi2019-02-181-0/+2
* mt76: move mt76_mcu_msg_alloc in mt76-coreLorenzo Bianconi2019-02-181-0/+4
* mt76: add channel switch announcement supportFelix Fietkau2019-01-171-0/+5
* mt76: fix signedness of rx status signal fieldFelix Fietkau2019-01-171-1/+1
* mt76: move mt76x02_phy_get_min_avg_rssi to mt76 coreFelix Fietkau2019-01-171-0/+8
* mt76: move mt76x02_get_txpower to mt76 coreFelix Fietkau2019-01-171-0/+3
* mt76: fix tx status reporting for non-probing framesFelix Fietkau2019-01-171-1/+3
* mt76: mmio: introduce mt76x02_check_tx_hang watchdogLorenzo Bianconi2019-01-111-0/+1
* mt76: replace sta_add/remove ops with common sta_state functionFelix Fietkau2018-11-301-2/+10
* mt76: add mt76_sta_remove helperFelix Fietkau2018-11-301-0/+2
* mt76: avoid queue/status spinlocks while passing tx status to mac80211Felix Fietkau2018-11-301-18/+12Star
* mt76: remove mcu_msg_allocStanislaw Gruszka2018-11-301-4/+2Star
* mt76: add support for reporting tx status with skbFelix Fietkau2018-11-301-0/+48
* mt76: clean up unused leftover EXPORT_SYMBOLsFelix Fietkau2018-11-301-2/+0Star
* mt76: allow to identify busStanislaw Gruszka2018-10-131-0/+9
* mt76: use mt76x02_dev instead of mt76_dev in mt76x02_mmio.cLorenzo Bianconi2018-10-051-2/+2
* mt76: move tpc routines in mt76x02-lib moduleLorenzo Bianconi2018-10-051-2/+0Star
* mt76: add get_tx_txpwr_adj function pointer to mt76_driver_opsLorenzo Bianconi2018-10-051-0/+2
* mt76: move mt76x02_tx_get_max_txpwr_adj in mt76x02_util.cLorenzo Bianconi2018-10-051-2/+0Star
* mt76: move set_{tx,rx}_path routines in mt76x02-lib moduleLorenzo Bianconi2018-10-011-0/+1
* mt76: move queue initialization in mt76x02_mmio.cLorenzo Bianconi2018-10-011-2/+2
* mt76: move mt76x02_set_irq_mask in mt76x02_mmio.cLorenzo Bianconi2018-10-011-0/+2
* mt76: usb: make rx page_frag_cache access atomicLorenzo Bianconi2018-10-011-0/+1
* mt76: move mt76_rate_power in mt76_devLorenzo Bianconi2018-10-011-13/+17
* mt76: add stbc entries to mt76_rate_powerFelix Fietkau2018-10-011-1/+2
* mt76: move seq_put_array in mt76-core moduleLorenzo Bianconi2018-10-011-0/+2
* mt76: use a per rx queue page fragment cacheFelix Fietkau2018-09-191-0/+1
* mt76: move __iomem regs in mt76_mmioLorenzo Bianconi2018-09-191-1/+1
* mt76: introduce mmio data structure in mt76_devLorenzo Bianconi2018-09-191-1/+15
* mt76: usb: move mt76u_skb_dma_info in mt76x02_usb_core.cLorenzo Bianconi2018-09-191-1/+0Star
* mt76: usb: move mt76x02 mcu code in mt76x02-usb moduleLorenzo Bianconi2018-09-191-4/+0Star
* mt76: usb: use common helpers for mcu_alloc_msg()/mcu_send_msg()Lorenzo Bianconi2018-09-191-13/+0Star
* mt76: add rd_rp and wr_rp to bus_ops/mcu_opsStanislaw Gruszka2018-09-191-5/+15
* mt76: add usb implementation of {wr,rd}_rpStanislaw Gruszka2018-09-191-0/+8