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