Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265401
b: refs/heads/master
c: ea7a03c
h: refs/heads/master
i:
  265399: 2f36679
v: v3
  • Loading branch information
Pavel Roskin authored and John W. Linville committed Aug 8, 2011
1 parent 4169e08 commit b82ae18
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: 39e68712d75700ec09770c7ad9e8e4abc65db7c6
refs/heads/master: ea7a03cff3f500acecf363ef9168bb1df6f79cf6
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/b43legacy/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3784,7 +3784,8 @@ static int b43legacy_wireless_init(struct ssb_device *dev)
INIT_WORK(&wl->beacon_update_trigger, b43legacy_beacon_update_trigger_work);

ssb_set_devtypedata(dev, wl);
b43legacyinfo(wl, "Broadcom %04X WLAN found\n", dev->bus->chip_id);
b43legacyinfo(wl, "Broadcom %04X WLAN found (core revision %u)\n",
dev->bus->chip_id, dev->id.revision);
err = 0;
out:
return err;
Expand Down

0 comments on commit b82ae18

Please sign in to comment.