From e3af82493a31dbfc3747f53c2a9c8b08cebf9191 Mon Sep 17 00:00:00 2001 From: Raja Mani Date: Wed, 22 Feb 2012 12:03:51 +0530 Subject: [PATCH] --- yaml --- r: 291459 b: refs/heads/master c: 4480bb59361b317d9a0a7b8cc6daafae14570f49 h: refs/heads/master i: 291457: 317c48bd7c15b8523c1c46d19e789e0de3653c67 291455: fe49a5996ecb9a567ec7eebd83dace783b2852be v: v3 --- [refs] | 2 +- trunk/drivers/net/wireless/ath/ath6kl/init.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 7494765750b1..249524b61d86 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 13423c31195efb1a1ac319294f5a0148a13433e6 +refs/heads/master: 4480bb59361b317d9a0a7b8cc6daafae14570f49 diff --git a/trunk/drivers/net/wireless/ath/ath6kl/init.c b/trunk/drivers/net/wireless/ath/ath6kl/init.c index 6fed6280174f..f3b5502362d8 100644 --- a/trunk/drivers/net/wireless/ath/ath6kl/init.c +++ b/trunk/drivers/net/wireless/ath/ath6kl/init.c @@ -1406,7 +1406,8 @@ static int ath6kl_init_upload(struct ath6kl *ar) return status; /* WAR to avoid SDIO CRC err */ - if (ar->version.target_ver == AR6003_HW_2_0_VERSION) { + if (ar->version.target_ver == AR6003_HW_2_0_VERSION || + ar->version.target_ver == AR6003_HW_2_1_1_VERSION) { ath6kl_err("temporary war to avoid sdio crc error\n"); param = 0x20;