Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194275
b: refs/heads/master
c: afa5ec2
h: refs/heads/master
i:
  194273: 1feee7c
  194271: 4fe50bb
v: v3
  • Loading branch information
Grazvydas Ignotas authored and John W. Linville committed Apr 14, 2010
1 parent fe84eb9 commit 3fc345c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: f8e1d0803d2db9ef0116941a4ce46069a2009ea6
refs/heads/master: afa5ec27f4d69952d4ae11f182258bf53d85fcf5
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/wl12xx/wl1251_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ static int wl1251_chip_wakeup(struct wl1251 *wl)
goto out;
}

/* No NVS from netlink, try to get it from the filesystem */
if (wl->nvs == NULL) {
if (wl->nvs == NULL && !wl->use_eeprom) {
/* No NVS from netlink, try to get it from the filesystem */
ret = wl1251_fetch_nvs(wl);
if (ret < 0)
goto out;
Expand Down

0 comments on commit 3fc345c

Please sign in to comment.