mac80211: add ieee80211_vif param to tsf functions
[deliverable/linux.git] / drivers / net / wireless / adm8211.c
index 43ebc44fc82cdc24d0cff2cb7a3af4cd24267f6f..3b752d9fb3cd7bd9f72264cdf8f003cecebacaaf 100644 (file)
@@ -1249,7 +1249,8 @@ static int adm8211_hw_reset(struct ieee80211_hw *dev)
        return 0;
 }
 
-static u64 adm8211_get_tsft(struct ieee80211_hw *dev)
+static u64 adm8211_get_tsft(struct ieee80211_hw *dev,
+                           struct ieee80211_vif *vif)
 {
        struct adm8211_priv *priv = dev->priv;
        u32 tsftl;
This page took 0.029212 seconds and 5 git commands to generate.