Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158799
b: refs/heads/master
c: 27797d6
h: refs/heads/master
i:
  158797: ec4de34
  158795: 95cbc21
  158791: ce5c119
  158783: 48bb42b
v: v3
  • Loading branch information
Luciano Coelho authored and John W. Linville committed Jul 10, 2009
1 parent b8341d6 commit 563bae2
Show file tree
Hide file tree
Showing 3 changed files with 9 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: 0d1c38398fa8cd478a229b4428fb511f813376e8
refs/heads/master: 27797d68f70b28e77e6d183910dc7b3d7505105d
7 changes: 7 additions & 0 deletions trunk/drivers/net/wireless/wl12xx/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,13 @@ static int wl12xx_chip_wakeup(struct wl12xx *wl)

break;
case CHIP_ID_1271_PG10:
wl12xx_warning("chip id 0x%x (1271 PG10) support is obsolete",
wl->chip.id);
break;
case CHIP_ID_1271_PG20:
wl12xx_debug(DEBUG_BOOT, "chip id 0x%x (1271 PG20)",
wl->chip.id);
break;
case CHIP_ID_1251_PG10:
case CHIP_ID_1251_PG11:
default:
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/wl12xx/wl12xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -412,5 +412,6 @@ int wl12xx_plt_stop(struct wl12xx *wl);
#define CHIP_ID_1251_PG11 (0x7020101)
#define CHIP_ID_1251_PG12 (0x7030101)
#define CHIP_ID_1271_PG10 (0x4030101)
#define CHIP_ID_1271_PG20 (0x4030111)

#endif

0 comments on commit 563bae2

Please sign in to comment.