Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90481
b: refs/heads/master
c: 717ddc0
h: refs/heads/master
i:
  90479: 74fe0c0
v: v3
  • Loading branch information
Al Viro authored and John W. Linville committed Apr 1, 2008
1 parent 6d20fc6 commit 56216ce
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: dfb12eb70fc926562488515a9596c88b8eadc545
refs/heads/master: 717ddc0ebdd00c233fcb1ae9a243e69f301cde24
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/rtl8180_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -688,9 +688,9 @@ static int rtl8180_add_interface(struct ieee80211_hw *dev,

rtl818x_iowrite8(priv, &priv->map->EEPROM_CMD, RTL818X_EEPROM_CMD_CONFIG);
rtl818x_iowrite32(priv, (__le32 __iomem *)&priv->map->MAC[0],
cpu_to_le32(*(u32 *)conf->mac_addr));
le32_to_cpu(*(__le32 *)conf->mac_addr));
rtl818x_iowrite16(priv, (__le16 __iomem *)&priv->map->MAC[4],
cpu_to_le16(*(u16 *)(conf->mac_addr + 4)));
le16_to_cpu(*(__le16 *)(conf->mac_addr + 4)));
rtl818x_iowrite8(priv, &priv->map->EEPROM_CMD, RTL818X_EEPROM_CMD_NORMAL);

return 0;
Expand Down

0 comments on commit 56216ce

Please sign in to comment.