mac80211: dont use interface indices in drivers
[deliverable/linux.git] / drivers / net / wireless / adm8211.c
index 14d90a9409aa2f55b75f9810ccd0a8f1bf07f9e7..79796186713e5af59aaa6d172d7f67301ecc03f5 100644 (file)
@@ -1312,7 +1312,8 @@ static int adm8211_config(struct ieee80211_hw *dev, struct ieee80211_conf *conf)
        return 0;
 }
 
-static int adm8211_config_interface(struct ieee80211_hw *dev, int if_id,
+static int adm8211_config_interface(struct ieee80211_hw *dev,
+                                   struct ieee80211_vif *vif,
                                    struct ieee80211_if_conf *conf)
 {
        struct adm8211_priv *priv = dev->priv;
This page took 0.02779 seconds and 5 git commands to generate.