Commit a3275e24 authored by John W. Linville's avatar John W. Linville

rtl8180: mark rtl8180_beacon_work static

Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent d0ee0ebe
...@@ -671,7 +671,7 @@ static u64 rtl8180_get_tsf(struct ieee80211_hw *dev) ...@@ -671,7 +671,7 @@ static u64 rtl8180_get_tsf(struct ieee80211_hw *dev)
(u64)(rtl818x_ioread32(priv, &priv->map->TSFT[1])) << 32; (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 = struct rtl8180_vif *vif_priv =
container_of(work, struct rtl8180_vif, beacon_work.work); container_of(work, struct rtl8180_vif, beacon_work.work);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment