aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-05mt76: make mt76_rx_convert staticStanislaw Gruszka1-2/+0
2019-09-05mt76: remove offchannel check in tx schedulingFelix Fietkau1-1/+0
2019-09-05mt76: add default implementation for mt76_sw_scan/mt76_sw_scan_completeLorenzo Bianconi1-0/+4
2019-09-05mt76: fix some checkpatch warningsRyder Lee1-1/+1
2019-09-05mt76: mt7615: add BIP_CMAC_128 cipher supportLorenzo Bianconi1-0/+1
2019-09-05mt76: move mt76_tx_tasklet in mt76 moduleLorenzo Bianconi1-0/+1
2019-09-05mt76: mt7603: move survey_time in mt76_devLorenzo Bianconi1-0/+2
2019-09-05mt76: switch to SPDX tag instead of verbose boilerplate textRyder Lee1-12/+1
2019-09-05mt76: introduce mt76_mmio_read_copy routineLorenzo Bianconi1-4/+8
2019-09-05mt76: usb: remove unneeded {put,get}_unalignedStanislaw Gruszka1-1/+4
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2019-06-27mt76: usb: fix rx A-MSDU supportLorenzo Bianconi1-0/+1
2019-06-27mt76: mt76u: get rid of {out,in}_max_packetLorenzo Bianconi1-2/+0
2019-06-27mt76: move nl80211_dfs_regions in mt76_dev data structureLorenzo Bianconi1-0/+2
2019-06-27mt76: mt76u: reduce rx memory footprintLorenzo Bianconi1-1/+2
2019-06-27mt76: move mt76_get_rate in mt76-moduleLorenzo Bianconi1-0/+3
2019-06-27mt76: move mt76_insert_ccmp_hdr in mt76-moduleLorenzo Bianconi1-0/+1
2019-06-27mt76: mt76x02: fix tx status reporting issuesFelix Fietkau1-1/+10
2019-06-25mt76: move tx_napi in mt76_devLorenzo Bianconi1-0/+1
2019-05-01mt76: move pre_tbtt_tasklet in mt76_devLorenzo Bianconi1-0/+1
2019-05-01mt76: move beacon_mask in mt76_devLorenzo Bianconi1-0/+1
2019-05-01mt76: move beacon_int in mt76_devLorenzo Bianconi1-0/+2
2019-05-01mt76: introduce mt76_mcu_restart macroLorenzo Bianconi1-0/+2
2019-05-01mt76: mt7603: initialize mt76_mcu_ops data structureLorenzo Bianconi1-0/+1
2019-05-01mt76usb: fix tx/rx stopStanislaw Gruszka1-3/+4
2019-05-01mt76: add mac80211 driver for MT7615 PCIe-based chipsetsRyder Lee1-0/+1
2019-05-01mt76: dma: introduce skb field in mt76_txwi_cacheLorenzo Bianconi1-0/+5
2019-05-01mt76: add skb pointer to mt76_tx_infoLorenzo Bianconi1-2/+2
2019-05-01mt76: set txwi_size according to the driver valueLorenzo Bianconi1-3/+7
2019-05-01mt76: move mac_work in mt76_devLorenzo Bianconi1-0/+1
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