summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76.h
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-091-0/+1
|\
| * mt76: usb: fix rx A-MSDU supportLorenzo Bianconi2019-06-271-0/+1
* | mt76: mt76u: get rid of {out,in}_max_packetLorenzo Bianconi2019-06-271-2/+0Star
* | mt76: move nl80211_dfs_regions in mt76_dev data structureLorenzo Bianconi2019-06-271-0/+2
* | mt76: mt76u: reduce rx memory footprintLorenzo Bianconi2019-06-271-1/+2
* | mt76: move mt76_get_rate in mt76-moduleLorenzo Bianconi2019-06-271-0/+3
* | mt76: move mt76_insert_ccmp_hdr in mt76-moduleLorenzo Bianconi2019-06-271-0/+1
* | mt76: mt76x02: fix tx status reporting issuesFelix Fietkau2019-06-271-1/+10
* | mt76: move tx_napi in mt76_devLorenzo Bianconi2019-06-251-0/+1
|/
* mt76: move pre_tbtt_tasklet in mt76_devLorenzo Bianconi2019-05-011-0/+1
* mt76: move beacon_mask in mt76_devLorenzo Bianconi2019-05-011-0/+1
* mt76: move beacon_int in mt76_devLorenzo Bianconi2019-05-011-0/+2
* mt76: introduce mt76_mcu_restart macroLorenzo Bianconi2019-05-011-0/+2
* mt76: mt7603: initialize mt76_mcu_ops data structureLorenzo Bianconi2019-05-011-0/+1
* mt76usb: fix tx/rx stopStanislaw Gruszka2019-05-011-3/+4
* mt76: add mac80211 driver for MT7615 PCIe-based chipsetsRyder Lee2019-05-011-0/+1
* mt76: dma: introduce skb field in mt76_txwi_cacheLorenzo Bianconi2019-05-011-0/+5
* mt76: add skb pointer to mt76_tx_infoLorenzo Bianconi2019-05-011-2/+2
* mt76: set txwi_size according to the driver valueLorenzo Bianconi2019-05-011-3/+7
* mt76: move mac_work in mt76_devLorenzo Bianconi2019-05-011-0/+1
* mt76: move tx tasklet to struct mt76_devFelix Fietkau2019-05-011-1/+2
* mt76: store wcid tx rate info in one u32 reduce lockingFelix Fietkau2019-05-011-4/+6
* mt76: use mac80211 txq schedulingFelix Fietkau2019-05-011-2/+1Star
* mt76: introduce mt76_free_device routineLorenzo Bianconi2019-05-011-0/+1
* mt76usb: remove mt76u_buf and use urb directlyStanislaw Gruszka2019-05-011-5/+1Star
* mt76usb: move mt76u_buf->done to queue entryStanislaw Gruszka2019-05-011-1/+1
* mt76usb: remove mt76u_buf redundant filedsStanislaw Gruszka2019-05-011-2/+0Star
* mt76usb: use usb_dev private dataStanislaw Gruszka2019-05-011-3/+1Star
* mt76: remove rx_page_lockStanislaw Gruszka2019-05-011-1/+0Star
* mt76: unify set_timStanislaw Gruszka2019-05-011-0/+2
* mt76: dma: add static qualifier to mt76_dma_tx_queue_skbLorenzo Bianconi2019-05-011-4/+1Star
* mt76: introduce mt76_tx_info data structureLorenzo Bianconi2019-05-011-1/+8
* mt76: mmio: move mt76_insert_hdr_pad in mt76_dma_tx_queue_skbLorenzo Bianconi2019-05-011-0/+1
* mt76: move mt76x02_insert_hdr_pad in mt76-core moduleLorenzo Bianconi2019-05-011-0/+14
* mt76: introduce mt76_txq_id field in mt76_queue_entryLorenzo Bianconi2019-05-011-0/+1
* mt76: introduce mt76_sw_queue data structureLorenzo Bianconi2019-05-011-6/+10
* mt76: remove mt76_queue dependency from tx_complete_skb function pointerLorenzo Bianconi2019-05-011-2/+2
* mt76: remove mt76_queue dependency from tx_prepare_skb function pointerLorenzo Bianconi2019-05-011-1/+1
* mt76: remove mt76_queue dependency from tx_queue_skb function pointerLorenzo Bianconi2019-05-011-2/+2
* mt76: dma: move mt76x02_init_{tx,rx}_queue in mt76 moduleLorenzo Bianconi2019-05-011-1/+3
* mt76: mmio: move mt76x02_set_irq_mask in mt76 moduleLorenzo Bianconi2019-05-011-0/+2
* 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