From: Felix Fietkau Date: Sun, 5 Feb 2012 20:15:18 +0000 (+0100) Subject: ath9k_hw: fix a RTS/CTS timeout regression X-Git-Tag: v3.3-rc4~2^2~10^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55a2bb4a6d5e8c7b324d003e130fd9aaf33be4e6;p=pandora-kernel.git ath9k_hw: fix a RTS/CTS timeout regression commit adb5066 "ath9k_hw: do not apply the 2.4 ghz ack timeout workaround to cts" reduced the hardware CTS timeout to the normal values specified by the standard, but it turns out while it doesn't need the same extra time that it needs for the ACK timeout, it does need more than the value specified in the standard, but only for 2.4 GHz. This patch brings the CTS timeout value in sync with the initialization values, while still allowing adjustment for bigger distances. Signed-off-by: Felix Fietkau Cc: stable@vger.kernel.org Reported-by: Seth Forshee Reported-by: Marek Lindner Signed-off-by: John W. Linville --- Reading git-diff-tree failed