aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt61pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt61pci.c')
-rw-r--r--drivers/net/wireless/rt2x00/rt61pci.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/net/wireless/rt2x00/rt61pci.c b/drivers/net/wireless/rt2x00/rt61pci.c
index dcc694eb8b3b..62d49376c9af 100644
--- a/drivers/net/wireless/rt2x00/rt61pci.c
+++ b/drivers/net/wireless/rt2x00/rt61pci.c
@@ -2366,14 +2366,6 @@ static u64 rt61pci_get_tsf(struct ieee80211_hw *hw)
2366 return tsf; 2366 return tsf;
2367} 2367}
2368 2368
2369static void rt61pci_reset_tsf(struct ieee80211_hw *hw)
2370{
2371 struct rt2x00_dev *rt2x00dev = hw->priv;
2372
2373 rt2x00pci_register_write(rt2x00dev, TXRX_CSR12, 0);
2374 rt2x00pci_register_write(rt2x00dev, TXRX_CSR13, 0);
2375}
2376
2377static int rt61pci_beacon_update(struct ieee80211_hw *hw, struct sk_buff *skb, 2369static int rt61pci_beacon_update(struct ieee80211_hw *hw, struct sk_buff *skb,
2378 struct ieee80211_tx_control *control) 2370 struct ieee80211_tx_control *control)
2379{ 2371{
@@ -2450,7 +2442,6 @@ static const struct ieee80211_ops rt61pci_mac80211_ops = {
2450 .conf_tx = rt2x00mac_conf_tx, 2442 .conf_tx = rt2x00mac_conf_tx,
2451 .get_tx_stats = rt2x00mac_get_tx_stats, 2443 .get_tx_stats = rt2x00mac_get_tx_stats,
2452 .get_tsf = rt61pci_get_tsf, 2444 .get_tsf = rt61pci_get_tsf,
2453 .reset_tsf = rt61pci_reset_tsf,
2454 .beacon_update = rt61pci_beacon_update, 2445 .beacon_update = rt61pci_beacon_update,
2455}; 2446};
2456 2447