aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/mediatek/mt76/mt76x02_beacon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-14mt76: mt76x02: minor mt76x02_mac_set_beacon optimizationStanislaw Gruszka1-10/+4
2020-02-14mt76: mt76x02: remove a copy call for usb speedupMarkus Theil1-4/+15
2020-02-14mt76: mt76x02: split beaconingMarkus Theil1-50/+8
2020-02-14mt76: mt76x02: omit beacon slot clearingMarkus Theil1-8/+0
2019-10-15net/wireless: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-4/+1
2019-09-05mt76: mt76x02: do not copy beacon skb in mt76x02_mac_set_beacon_enableLorenzo Bianconi1-36/+25
2019-09-05mt76: mt76x02: introduce mt76x02_pre_tbtt_enable and mt76x02_beacon_enable macrosLorenzo Bianconi1-4/+3
2019-09-05mt76: switch to SPDX tag instead of verbose boilerplate textRyder Lee1-12/+1
2019-09-05mt76: mt76x02: fix some checkpatch warningsRyder Lee1-2/+2
2019-06-25mt76: mt76x02: remove useless return in mt76x02_resync_beacon_timerLorenzo Bianconi1-3/+1
2019-05-01mt76: move beacon_mask in mt76_devLorenzo Bianconi1-8/+8
2019-05-01mt76: move beacon_int in mt76_devLorenzo Bianconi1-1/+1
2019-05-01mt76x02: make beacon slots bigger for USBStanislaw Gruszka1-28/+6
2019-05-01mt76x02u: implement pre TBTT work for USBStanislaw Gruszka1-0/+2
2019-05-01mt76x02: generalize some mmio beaconing functionsStanislaw Gruszka1-0/+102
2019-05-01mt76x02: introduce beacon_opsStanislaw Gruszka1-13/+5
2019-05-01mt76x02: introduce mt76x02_beacon.cStanislaw Gruszka1-0/+212