Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203280
b: refs/heads/master
c: a3275e2
h: refs/heads/master
v: v3
  • Loading branch information
John W. Linville committed Jun 24, 2010
1 parent b3f216f commit 9db392a
Show file tree
Hide file tree
Showing 2 changed files with 2 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: d0ee0ebe17cbeeccdf1e76e9f048c21f56f41e45
refs/heads/master: a3275e24aa97fe303c66e4ab06a67b12730a8c2f
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/rtl818x/rtl8180_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ static u64 rtl8180_get_tsf(struct ieee80211_hw *dev)
(u64)(rtl818x_ioread32(priv, &priv->map->TSFT[1])) << 32;
}

void rtl8180_beacon_work(struct work_struct *work)
static void rtl8180_beacon_work(struct work_struct *work)
{
struct rtl8180_vif *vif_priv =
container_of(work, struct rtl8180_vif, beacon_work.work);
Expand Down

0 comments on commit 9db392a

Please sign in to comment.