]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
mac80211: Remove invalid flag operations in mesh TSF synchronization
authorMasashi Honma <masashi.honma@gmail.com>
Thu, 8 Dec 2016 01:15:50 +0000 (10:15 +0900)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Tue, 13 Mar 2018 10:26:13 +0000 (11:26 +0100)
commit3d7747b7c06fbfd16f54648a626f3bac34689880
treed9c49704e72168c6743923eae2bf88276367b090
parent5d054a3fcc6ffc3c5da4e1c7367a946efde3c80f
mac80211: Remove invalid flag operations in mesh TSF synchronization

BugLink: http://bugs.launchpad.net/bugs/1744873
[ Upstream commit 76f43b4c0a9337af22827d78de4f2b8fd5328489 ]

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.

[1] IEEE Std 802.11 2012

Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
[remove adjusting_tbtt entirely, since it's now unused]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
net/mac80211/ieee80211_i.h
net/mac80211/mesh.c
net/mac80211/mesh_sync.c