From: Felix Fietkau Date: Thu, 19 Dec 2013 17:01:50 +0000 (+0100) Subject: ath9k: fix TSF offset precision issue X-Git-Tag: v3.14-rc1~94^2~334^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63ded3f059f5c906fdef4b7f0663fb39c4d96c8e;p=pandora-kernel.git ath9k: fix TSF offset precision issue Dividing the beacon interval by ATH_BCBUF (8) truncates the result for the default beacon interval of 100. Fix the calculation by moving the division after conversion from TU to microseconds. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed