Merge wireless into wireless-next
[linux-2.6-microblaze.git] / net / mac80211 / util.c
index 261ac66..d84215b 100644 (file)
@@ -832,19 +832,6 @@ static void __iterate_stations(struct ieee80211_local *local,
        }
 }
 
-void ieee80211_iterate_stations(struct ieee80211_hw *hw,
-                               void (*iterator)(void *data,
-                                                struct ieee80211_sta *sta),
-                               void *data)
-{
-       struct ieee80211_local *local = hw_to_local(hw);
-
-       mutex_lock(&local->sta_mtx);
-       __iterate_stations(local, iterator, data);
-       mutex_unlock(&local->sta_mtx);
-}
-EXPORT_SYMBOL_GPL(ieee80211_iterate_stations);
-
 void ieee80211_iterate_stations_atomic(struct ieee80211_hw *hw,
                        void (*iterator)(void *data,
                                         struct ieee80211_sta *sta),