staging: wilc1000: remove typedef from pstrNetworkInfo
[deliverable/linux.git] / drivers / staging / wilc1000 / host_interface.h
index 69c36a7449c74322f2cca340b202c906ff60643b..c73a5c3892970d065c209775a225d4ed9bdfd513 100644 (file)
@@ -168,8 +168,8 @@ enum KEY_TYPE {
        PMKSA,
 };
 
-typedef void (*wilc_scan_result)(enum scan_event, tstrNetworkInfo *,
-                                 void *, void *);
+typedef void (*wilc_scan_result)(enum scan_event, struct network_info *,
+                                void *, void *);
 
 typedef void (*wilc_connect_result)(enum conn_event,
                                     tstrConnectInfo *,
This page took 0.028652 seconds and 5 git commands to generate.