ath5k: Use high bitrates for ACK/CTS
authorBruno Randolf <br1@einfach.org>
Mon, 12 Apr 2010 07:38:47 +0000 (16:38 +0900)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 14 Apr 2010 18:52:41 +0000 (14:52 -0400)
commit0edc9a6709d8e7d4f26c7f2a4b5ebdb641f8dfa0
tree4734a45d2c748652087250596d048828c02b8f60
parentcc78e904bd960196233e2cd6a49068bba8787527
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 <br1@einfach.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath5k/base.c
drivers/net/wireless/ath/ath5k/pcu.c
drivers/net/wireless/ath/ath5k/reg.h