Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315645
b: refs/heads/master
c: 16bc10c
h: refs/heads/master
i:
  315643: a04a8f1
v: v3
  • Loading branch information
Yair Shapira authored and Luciano Coelho committed Jul 18, 2012
1 parent 7efb1a5 commit 57d6503
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7019c80eead86d246a7b6697011bc37b2bdd8539
refs/heads/master: 16bc10c3180bb71da42fedc63587a39aed79b469
6 changes: 6 additions & 0 deletions trunk/drivers/net/wireless/ti/wl18xx/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1148,6 +1148,12 @@ static int wl18xx_plt_init(struct wl1271 *wl)
{
int ret;

/* calibrator based auto/fem detect not supported for 18xx */
if (wl->plt_mode == PLT_FEM_DETECT) {
wl1271_error("wl18xx_plt_init: PLT FEM_DETECT not supported");
return -EINVAL;
}

ret = wlcore_write32(wl, WL18XX_SCR_PAD8, WL18XX_SCR_PAD8_PLT);
if (ret < 0)
return ret;
Expand Down

0 comments on commit 57d6503

Please sign in to comment.