Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102789
b: refs/heads/master
c: df349f9
h: refs/heads/master
i:
  102787: c00fe09
v: v3
  • Loading branch information
Holger Schurig authored and John W. Linville committed Jun 3, 2008
1 parent c0c9f70 commit 4685e7c
Show file tree
Hide file tree
Showing 3 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: 93416c871f8588446e80780f7d62fabc131c276b
refs/heads/master: df349f9fe7500fcb98f560c74b5e99477ca1df1c
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/libertas/cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ int lbs_update_hw_spec(struct lbs_private *priv)
* CF card firmware 5.0.16p0: cap 0x00000303
* USB dongle firmware 5.110.17p2: cap 0x00000303
*/
printk("libertas: %s, fw %u.%u.%up%u, cap 0x%08x\n",
lbs_pr_info("%s, fw %u.%u.%up%u, cap 0x%08x\n",
print_mac(mac, cmd.permanentaddr),
priv->fwrelease >> 24 & 0xff,
priv->fwrelease >> 16 & 0xff,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/libertas/persistcfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ static ssize_t mesh_id_get(struct device *dev, struct device_attribute *attr,
return ret;

if (defs.meshie.val.mesh_id_len > IW_ESSID_MAX_SIZE) {
printk(KERN_ERR "Inconsistent mesh ID length");
lbs_pr_err("inconsistent mesh ID length");
defs.meshie.val.mesh_id_len = IW_ESSID_MAX_SIZE;
}

Expand Down

0 comments on commit 4685e7c

Please sign in to comment.