mac80211: add ieee80211_vif param to tsf functions
[deliverable/linux.git] / drivers / net / wireless / rt2x00 / rt2500pci.c
index b46c3b8866fa99b29f582ba016a0cf6377065c51..dcc0e1fcca77726e002ed490dc41aa640655830b 100644 (file)
@@ -1966,7 +1966,8 @@ static int rt2500pci_probe_hw(struct rt2x00_dev *rt2x00dev)
 /*
  * IEEE80211 stack callback functions.
  */
-static u64 rt2500pci_get_tsf(struct ieee80211_hw *hw)
+static u64 rt2500pci_get_tsf(struct ieee80211_hw *hw,
+                            struct ieee80211_vif *vif)
 {
        struct rt2x00_dev *rt2x00dev = hw->priv;
        u64 tsf;
This page took 0.031993 seconds and 5 git commands to generate.