mac80211: dont use interface indices in drivers
[deliverable/linux.git] / drivers / net / wireless / p54common.c
index 9660fdd873ac1c479a3bdf6177c377875da553e5..5cda49aff3a86a12b0bdfda94b3bab5de3d83344 100644 (file)
@@ -854,7 +854,8 @@ static int p54_config(struct ieee80211_hw *dev, struct ieee80211_conf *conf)
        return ret;
 }
 
-static int p54_config_interface(struct ieee80211_hw *dev, int if_id,
+static int p54_config_interface(struct ieee80211_hw *dev,
+                               struct ieee80211_vif *vif,
                                struct ieee80211_if_conf *conf)
 {
        struct p54_common *priv = dev->priv;
This page took 0.024737 seconds and 5 git commands to generate.