commit | 488a50176c169eb36544b4f970c8bba68ede30a1 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Sat Apr 09 23:10:20 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Apr 12 16:59:06 2011 -0400 |
tree | 0cf588a0bd781024b784d6a2982c8f4732ba6fcd | |
parent | a27049e2c926bcf68360532a5ae66e408296ae85 [diff] |
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 <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>