summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76x02_beacon.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mt76: use atomic iface iteration for pre-TBTT workJohannes Berg2023-09-301-5/+3
* mt76: mt76x02: improve reliability of the beacon hang checkFelix Fietkau2022-07-111-1/+5
* wifi: mac80211: return a beacon for a specific linkShaul Triebitz2022-06-201-1/+1
* mt76: mt76x02: minor mt76x02_mac_set_beacon optimizationStanislaw Gruszka2020-02-141-10/+4
* mt76: mt76x02: remove a copy call for usb speedupMarkus Theil2020-02-141-4/+15
* mt76: mt76x02: split beaconingMarkus Theil2020-02-141-50/+8
* mt76: mt76x02: omit beacon slot clearingMarkus Theil2020-02-141-8/+0
* net/wireless: Delete unnecessary checks before the macro call “dev_kfree_sk...Markus Elfring2019-10-151-4/+1
* mt76: mt76x02: do not copy beacon skb in mt76x02_mac_set_beacon_enableLorenzo Bianconi2019-09-051-36/+25
* mt76: mt76x02: introduce mt76x02_pre_tbtt_enable and mt76x02_beacon_enable ma...Lorenzo Bianconi2019-09-051-4/+3
* mt76: switch to SPDX tag instead of verbose boilerplate textRyder Lee2019-09-051-12/+1
* mt76: mt76x02: fix some checkpatch warningsRyder Lee2019-09-051-2/+2
* mt76: mt76x02: remove useless return in mt76x02_resync_beacon_timerLorenzo Bianconi2019-06-251-3/+1
* mt76: move beacon_mask in mt76_devLorenzo Bianconi2019-05-011-8/+8
* mt76: move beacon_int in mt76_devLorenzo Bianconi2019-05-011-1/+1
* mt76x02: make beacon slots bigger for USBStanislaw Gruszka2019-05-011-28/+6
* mt76x02u: implement pre TBTT work for USBStanislaw Gruszka2019-05-011-0/+2
* mt76x02: generalize some mmio beaconing functionsStanislaw Gruszka2019-05-011-0/+102
* mt76x02: introduce beacon_opsStanislaw Gruszka2019-05-011-13/+5
* mt76x02: introduce mt76x02_beacon.cStanislaw Gruszka2019-05-011-0/+212