From: Bruno Randolf Date: Mon, 12 Apr 2010 07:38:47 +0000 (+0900) Subject: ath5k: Use high bitrates for ACK/CTS X-Git-Tag: v2.6.35-rc1~473^2~460^2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0edc9a6709d8e7d4f26c7f2a4b5ebdb641f8dfa0;p=pandora-kernel.git ath5k: Use high bitrates for ACK/CTS There was a confusion in the usage of the bits AR5K_STA_ID1_ACKCTS_6MB and AR5K_STA_ID1_BASE_RATE_11B. If they are set (1), we will get lower bitrates for ACK and CTS. Therefore ath5k_hw_set_ack_bitrate_high(ah, false) actually resulted in high bitrates, which i think is what we want anyways. Cleared the confusion and added some documentation. Signed-off-by: Bruno Randolf Signed-off-by: John W. Linville --- Reading git-diff-tree failed