From: Felix Fietkau Date: Sat, 9 Apr 2011 21:10:20 +0000 (+0200) Subject: ath5k: fix SIFS time handling X-Git-Tag: v3.0-rc1~377^2~256^2^2~116 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=488a50176c169eb36544b4f970c8bba68ede30a1;p=pandora-kernel.git ath5k: fix SIFS time handling ath5k uses 8 usec as a sifs time, extracted from the initvals, whereas the standard requires a sifs time of 10. The difference originates from the fact that the SIFS register has an offset of 2 usec. Fix the SIFS time definition to use the standard value of 10 usec and subtract 2 usecs when writing the SIFS register. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed