Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24845910 authored by Ivo van Doorn's avatar Ivo van Doorn Committed by David S. Miller
Browse files

[PATCH] rt2x00: Make *_beacon_update static



Make rt61pci_beacon_update and rt73usb_beacon_update static,
they are only used inside their own source file and then only
for setting it as callback funtion for mac80211.

Signed-off-by: default avatarIvo van Doorn <IvDoorn@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 725d99d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2477,7 +2477,7 @@ static void rt61pci_reset_tsf(struct ieee80211_hw *hw)
	rt2x00pci_register_write(rt2x00dev, TXRX_CSR13, 0);
}

int rt61pci_beacon_update(struct ieee80211_hw *hw, struct sk_buff *skb,
static int rt61pci_beacon_update(struct ieee80211_hw *hw, struct sk_buff *skb,
			  struct ieee80211_tx_control *control)
{
	struct rt2x00_dev *rt2x00dev = hw->priv;
+1 −1
Original line number Diff line number Diff line
@@ -1961,7 +1961,7 @@ static void rt73usb_reset_tsf(struct ieee80211_hw *hw)
	rt73usb_register_write(rt2x00dev, TXRX_CSR13, 0);
}

int rt73usb_beacon_update(struct ieee80211_hw *hw, struct sk_buff *skb,
static int rt73usb_beacon_update(struct ieee80211_hw *hw, struct sk_buff *skb,
			  struct ieee80211_tx_control *control)
{
	struct rt2x00_dev *rt2x00dev = hw->priv;