From: Bob Copeland Date: Mon, 18 Nov 2013 22:25:28 +0000 (-0500) Subject: mac80211: mesh: only get tsf if we need it X-Git-Tag: v3.14-rc1~94^2~334^2^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce95320443c72ba43f8f9c6ceb276673cc30e2ce;p=pandora-kernel.git mac80211: mesh: only get tsf if we need it The local TSF timer is used to compute the timing offset between mesh peers on beacon reception. However, asking the device for the TSF is not very accurate, so we prefer to use rx->mactime if available. In the latter case, calling drv_get_tsf() just adds more delay into the RX path, so skip it if we can. Signed-off-by: Bob Copeland Signed-off-by: Johannes Berg --- Reading git-diff-tree failed