mac80211: introduce hw config change flags
[deliverable/linux.git] / drivers / net / wireless / rtl8187_dev.c
index 9ceae9017f86c63c8057096ecafdbc4850bb0244..2c69ab37c650594aaedb95e48e2c9c9ad16a0723 100644 (file)
@@ -873,9 +873,10 @@ static void rtl8187_remove_interface(struct ieee80211_hw *dev,
        mutex_unlock(&priv->conf_mutex);
 }
 
-static int rtl8187_config(struct ieee80211_hw *dev, struct ieee80211_conf *conf)
+static int rtl8187_config(struct ieee80211_hw *dev, u32 changed)
 {
        struct rtl8187_priv *priv = dev->priv;
+       struct ieee80211_conf *conf = &dev->conf;
        u32 reg;
 
        mutex_lock(&priv->conf_mutex);
This page took 0.048275 seconds and 5 git commands to generate.