aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7603/beacon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-11mt76: pass original queue id from __mt76_tx_queue_skb to the driverFelix Fietkau1-3/+3
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz1-1/+1
2022-05-13mt76: mt7603: move spin_lock_bh() to spin_lock()Yunbo Yu1-4/+4
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi1-9/+8
2020-12-04mt76: rely on mt76_queue in tx_queue_skb signatureLorenzo Bianconi1-12/+15
2020-12-04mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signatureLorenzo Bianconi1-2/+2
2020-12-04wireless: mt76: convert tasklets to use new tasklet_setup() APIAllen Pais1-2/+2
2020-09-24mt76: remove struct mt76_sw_queueFelix Fietkau1-4/+4
2019-09-05mt76: mt7603: fix some checkpatch warningsRyder Lee1-1/+1
2019-05-01mt76: mt7603: enable/disable pre_tbtt_tasklet in mt7603_set_channelLorenzo Bianconi1-0/+3
2019-05-01mt76: move beacon_mask in mt76_devLorenzo Bianconi1-8/+9
2019-05-01mt76: move beacon_int in mt76_devLorenzo Bianconi1-1/+1
2019-05-01mt76: dma: add static qualifier to mt76_dma_tx_queue_skbLorenzo Bianconi1-4/+2
2019-05-01mt76: introduce mt76_sw_queue data structureLorenzo Bianconi1-4/+5
2019-05-01mt76: remove mt76_queue dependency from tx_queue_skb function pointerLorenzo Bianconi1-3/+3
2019-03-19mt76: mt7603: use the correct hweight8() functionFelix Fietkau1-2/+1
2019-02-26mt76: add driver for MT7603E and MT7628/7688Felix Fietkau1-0/+186