Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236055
b: refs/heads/master
c: caf3fb4
h: refs/heads/master
i:
  236053: c45a7e7
  236051: 689939f
  236047: ed1f735
v: v3
  • Loading branch information
Vipin Mehta authored and Greg Kroah-Hartman committed Feb 18, 2011
1 parent 6311d26 commit cadd552
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 83195cc8a83df3546d72873ca2aed51f97b0c901
refs/heads/master: caf3fb4194f321f7657d697f901744aa3b899682
4 changes: 3 additions & 1 deletion trunk/drivers/staging/ath6kl/os/linux/ar6000_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1806,7 +1806,9 @@ ar6000_avail_ev(void *context, void *hif_handle)
break;
}
#ifdef HTC_RAW_INTERFACE
break; /* Don't call ar6000_init for ART */
if (!eppingtest && bypasswmi) {
break; /* Don't call ar6000_init for ART */
}
#endif
rtnl_lock();
status = (ar6000_init(dev)==0) ? 0 : A_ERROR;
Expand Down

0 comments on commit cadd552

Please sign in to comment.