summaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh_sync.c
AgeCommit message (Expand)AuthorLines
2021-09-23mac80211: mesh: clean up rx_bcn_presp APIJohannes Berg-14/+12
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2016-12-13mac80211: Use appropriate name for functions and messagesMasashi Honma-8/+8
2016-12-13mac80211: Remove invalid flag operations in mesh TSF synchronizationMasashi Honma-11/+0
2016-09-30mac80211: mesh: decrease max driftPedersen, Thomas-1/+1
2016-09-30mac80211: add offset_tsf driver op and use it for meshPedersen, Thomas-3/+7
2015-07-17mac80211: move mesh related station fields to own structJohannes Berg-8/+8
2014-04-29mac80211: remove BUG_ON usageJohannes Berg-1/+1
2013-12-16mac80211: update adjusting TBTT bit in beaconThomas Pedersen-1/+8
2013-12-02mac80211: mesh: only get tsf if we need itBob Copeland-14/+14
2013-02-15mac80211: clean up mesh codeJohannes Berg-31/+16
2012-11-30mac80211: fix for mesh sync to indicate TBTT adjustmentMarco Porsch-0/+4
2012-11-26mac80211: move Mesh Capability field definition to ieee80211.hMarco Porsch-1/+1
2012-11-13mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen-37/+7
2012-10-18mac80211: remove unimplemented mesh vendor syncJohannes Berg-52/+3
2012-10-08mac80211: call drv_get_tsf() in sleepable contextThomas Pedersen-2/+1
2012-06-24mac80211: clean up debuggingJohannes Berg-27/+20
2012-06-05net: mac80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches-1/+1
2012-04-23mac80211: fixup for mesh TSF adjustment latency in Toffset setpointJavier Cardona-1/+1
2012-04-16mac80211: Take into account TSF adjustment latency in Toffset setpointJavier Cardona-1/+7
2012-04-16mac80211: Choose a new toffset setpoint if a big tsf jump is detected.Javier Cardona-6/+20
2012-04-10mac80211: Implement mesh synchronization frameworkJavier Cardona-0/+296