Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291459
b: refs/heads/master
c: 4480bb5
h: refs/heads/master
i:
  291457: 317c48b
  291455: fe49a59
v: v3
  • Loading branch information
Raja Mani authored and Kalle Valo committed Feb 28, 2012
1 parent b338810 commit e3af824
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 13423c31195efb1a1ac319294f5a0148a13433e6
refs/heads/master: 4480bb59361b317d9a0a7b8cc6daafae14570f49
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/ath/ath6kl/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e3af824

Please sign in to comment.