Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170610
b: refs/heads/master
c: 5e5eab5
h: refs/heads/master
v: v3
  • Loading branch information
John W. Linville committed Oct 7, 2009
1 parent a7fd9a6 commit 0f0c139
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 5b367378ee826b0566e51d32b78b00ce24eac8f9
refs/heads/master: 5e5eab5dd4339b66e9e59695812fd4b96c3bb1c0
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/ipw2x00/ipw2200.c
Original file line number Diff line number Diff line change
Expand Up @@ -11275,6 +11275,7 @@ static int ipw_up(struct ipw_priv *priv)
if (!(priv->config & CFG_CUSTOM_MAC))
eeprom_parse_mac(priv, priv->mac_addr);
memcpy(priv->net_dev->dev_addr, priv->mac_addr, ETH_ALEN);
memcpy(priv->net_dev->perm_addr, priv->mac_addr, ETH_ALEN);

for (j = 0; j < ARRAY_SIZE(ipw_geos); j++) {
if (!memcmp(&priv->eeprom[EEPROM_COUNTRY_CODE],
Expand Down

0 comments on commit 0f0c139

Please sign in to comment.