ath6kl: Remove ath6kl_wmi_iterate_nodes()
[pandora-kernel.git] / drivers / net / wireless / ath / ath6kl / wmi.c
index 6a6f79c..f5aa33d 100644 (file)
@@ -386,13 +386,6 @@ int ath6kl_wmi_data_hdr_remove(struct wmi *wmi, struct sk_buff *skb)
        return 0;
 }
 
-void ath6kl_wmi_iterate_nodes(struct ath6kl_node_table *scan_tbl,
-                             void (*f) (void *arg, struct bss *),
-                             void *arg)
-{
-       wlan_iterate_nodes(scan_tbl, f, arg);
-}
-
 static void ath6kl_wmi_convert_bssinfo_hdr2_to_hdr(struct sk_buff *skb,
                                                   u8 *datap)
 {