Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354520
b: refs/heads/master
c: a638d6a
h: refs/heads/master
v: v3
  • Loading branch information
Peter Huewe authored and Greg Kroah-Hartman committed Feb 15, 2013
1 parent bdf9b60 commit 2d9c071
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 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: aa341b6afab172b626f37b4ce6eff6d7485e400f
refs/heads/master: a638d6afbcf05cdd6d3a221544dbd8d1cd1eb3b6
20 changes: 0 additions & 20 deletions trunk/drivers/staging/rtl8187se/r8185b_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,26 +175,6 @@ void PlatformIOWrite4Byte(struct net_device *dev, u32 offset, u32 data)
}
}

u16 PlatformIORead2Byte(struct net_device *dev, u32 offset)
{
u16 data = 0;

data = read_nic_word(dev, offset);


return data;
}

u32 PlatformIORead4Byte(struct net_device *dev, u32 offset)
{
u32 data = 0;

data = read_nic_dword(dev, offset);


return data;
}

void SetOutputEnableOfRfPins(struct net_device *dev)
{
write_nic_word(dev, RFPinsEnable, 0x1bff);
Expand Down

0 comments on commit 2d9c071

Please sign in to comment.