Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337764
b: refs/heads/master
c: fbce428
h: refs/heads/master
v: v3
  • Loading branch information
Maxim Mikityanskiy authored and Greg Kroah-Hartman committed Nov 13, 2012
1 parent f2f6ce1 commit 95c0086
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: 53094af120e326cd7e092e7d0e479181ca82ad13
refs/heads/master: fbce428a077f52e33714dabc639a79cfd4ec6af3
4 changes: 2 additions & 2 deletions trunk/drivers/staging/rtl8187se/r8180_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1984,10 +1984,10 @@ void rtl8180_link_change(struct net_device *dev)
write_nic_dword(dev, BSSID, ((u32 *)net->bssid)[0]);
write_nic_word(dev, BSSID+4, ((u16 *)net->bssid)[2]);

beacon_interval = read_nic_dword(dev, BEACON_INTERVAL);
beacon_interval = read_nic_word(dev, BEACON_INTERVAL);
beacon_interval &= ~BEACON_INTERVAL_MASK;
beacon_interval |= net->beacon_interval;
write_nic_dword(dev, BEACON_INTERVAL, beacon_interval);
write_nic_word(dev, BEACON_INTERVAL, beacon_interval);

rtl8180_set_mode(dev, EPROM_CMD_NORMAL);

Expand Down

0 comments on commit 95c0086

Please sign in to comment.