Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213953
b: refs/heads/master
c: 37269e8
h: refs/heads/master
i:
  213951: 5c12cf6
v: v3
  • Loading branch information
John W. Linville committed Aug 16, 2010
1 parent 98b35a5 commit a837f2c
Show file tree
Hide file tree
Showing 2 changed files with 6 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: bcf3c7c5264f06cd2542e6bece94c65bf0ac482b
refs/heads/master: 37269e805267ba68fe8c5d693ccf0ec5727155fa
6 changes: 5 additions & 1 deletion trunk/drivers/net/wireless/p54/fwio.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,14 @@ int p54_parse_firmware(struct ieee80211_hw *dev, const struct firmware *fw)
bootrec = (struct bootrec *)&bootrec->data[len];
}

if (fw_version)
if (fw_version) {
wiphy_info(priv->hw->wiphy,
"fw rev %s - softmac protocol %x.%x\n",
fw_version, priv->fw_var >> 8, priv->fw_var & 0xff);
snprintf(dev->wiphy->fw_version, sizeof(dev->wiphy->fw_version),
"%s - %x.%x", fw_version,
priv->fw_var >> 8, priv->fw_var & 0xff);
}

if (priv->fw_var < 0x500)
wiphy_info(priv->hw->wiphy,
Expand Down

0 comments on commit a837f2c

Please sign in to comment.