aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76x02_usb_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-01mt76: do not enable/disable pre_tbtt_tasklet in scan_start/scan_completeLorenzo Bianconi1-0/+3
2019-05-01mt76: move beacon_mask in mt76_devLorenzo Bianconi1-3/+4
2019-05-01mt76: move beacon_int in mt76_devLorenzo Bianconi1-2/+2
2019-05-01mt76: add skb pointer to mt76_tx_infoLorenzo Bianconi1-9/+9
2019-05-01mt76x02: make beacon slots bigger for USBStanislaw Gruszka1-8/+12
2019-05-01mt76x02u: implement pre TBTT work for USBStanislaw Gruszka1-3/+33
2019-05-01mt76x02u: implement beacon_opsStanislaw Gruszka1-0/+33
2019-05-01mt76x02: introduce beacon_opsStanislaw Gruszka1-0/+14
2019-05-01mt76x02: add hrtimer for pre TBTT for USBStanislaw Gruszka1-0/+70
2019-05-01mt76x02: introduce mt76x02_beacon.cStanislaw Gruszka1-0/+6
2019-05-01mt76: introduce mt76_tx_info data structureLorenzo Bianconi1-1/+1
2019-05-01mt76: move mt76x02_insert_hdr_pad in mt76-core moduleLorenzo Bianconi1-1/+1
2019-05-01mt76: introduce mt76_sw_queue data structureLorenzo Bianconi1-1/+1
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-4/+3
2019-03-07mt76x02: fix hdr pointer in write txwi for USBStanislaw Gruszka1-1/+2
2019-02-18mt76x02u: remove bogus check and comment paddingStanislaw Gruszka1-5/+9
2019-01-17mt76: fix tx status reporting for non-probing framesFelix Fietkau1-2/+1
2018-11-30mt76: add support for reporting tx status with skbFelix Fietkau1-23/+19
2018-10-13mt76: reserve enough room for USB tx skbsStanislaw Gruszka1-16/+1
2018-10-13mt76: use mt76x02_dev instead of mt76_dev in mt76x02_mac.cLorenzo Bianconi1-1/+2
2018-10-05mt76: usb: move mt76x02u_tx_complete_skb in mt76x02_usb_core.cLorenzo Bianconi1-0/+18
2018-10-05mt76: rename mt76x02_util.h in mt76x02.hLorenzo Bianconi1-4/+1
2018-10-05mt76: usb: use mt76x02u_tx_prepare_skb to fill txwiLorenzo Bianconi1-2/+36
2018-10-01mt76: use skb_pad() instead of __skb_pad()Hauke Mehrtens1-1/+1
2018-09-19mt76x02: move TXD/RXD/MCU definitions in mt76x02_dma.hLorenzo Bianconi1-1/+1
2018-09-19mt76: usb: move mt76u_skb_dma_info in mt76x02_usb_core.cLorenzo Bianconi1-0/+72