wlcore/wl12xx: move top initialization to wl12xx
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / ti / wlcore / wlcore.h
index f49e03541e4793c86b1b3d4f1191b917aba49dd8..f2b18bec8f542df8ba4b16d1f4854968c3fd695b 100644 (file)
@@ -29,6 +29,7 @@
 
 struct wlcore_ops {
        int (*identify_chip)(struct wl1271 *wl);
+       int (*boot)(struct wl1271 *wl);
        s8 (*get_pg_ver)(struct wl1271 *wl);
 };