diff options
author | Vasanthakumar Thiagarajan <vasanth@atheros.com> | 2010-05-13 18:42:38 -0700 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-06-02 16:13:01 -0400 |
commit | 6473d24d5b6b76bb5fd16914709a619a00c44d28 (patch) | |
tree | 7a073fb351dd100595510d8808f98784f1407f12 /drivers/net/wireless/ath/ath9k/hw.h | |
parent | 6ac478cf05662911242957e8f765c623be23cf2a (diff) | |
download | blackbird-op-linux-6473d24d5b6b76bb5fd16914709a619a00c44d28.tar.gz blackbird-op-linux-6473d24d5b6b76bb5fd16914709a619a00c44d28.zip |
ath9k: Enable Short GI in 20 Mhz for ar9287 and later chips
This patch enables short GI rx at all rates and tx at mcs15
for 20 Mhz channel width also.
Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h index bfecde083a42..5cf0714f069c 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h @@ -199,6 +199,7 @@ enum ath9k_hw_caps { ATH9K_HW_CAP_RAC_SUPPORTED = BIT(18), ATH9K_HW_CAP_LDPC = BIT(19), ATH9K_HW_CAP_FASTCLOCK = BIT(20), + ATH9K_HW_CAP_SGI_20 = BIT(21), }; enum ath9k_capability_type { |