Re: [PATCH v2 1/2] mac80211: Remove invalid flag operations in mesh TSF synchronization
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2016-12-13 15:23:44
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2016-12-13 15:23:44
On Thu, 2016-12-08 at 10:15 +0900, Masashi Honma wrote:
mesh_sync_offset_adjust_tbtt() implements Extensible synchronization framework ([1] 13.13.2 Extensible synchronization framework). It shall not operate the flag "TBTT Adjusting subfield" ([1] 8.4.2.100.8 Mesh Capability), since it is used only for MBCA ([1] 13.13.4 Mesh beacon collision avoidance, see 13.13.4.4.3 TBTT scanning and adjustment procedures for detail). So this patch remove the flag operations.
Both applied; I changed this patch to remove ifmsh->adjusting_tbtt completely since it was now unused. johannes