[PATCH] zd1211rw: Defer firmware load until first ifup
[deliverable/linux.git] / drivers / net / wireless / zd1211rw / zd_mac.h
index faf4c7828d4e3b899e1ece70adda742fd0645d9b..9f9344eb50f943a922b3a7a09eddb1bb4fe22db4 100644 (file)
@@ -189,7 +189,8 @@ int zd_mac_init(struct zd_mac *mac,
                struct usb_interface *intf);
 void zd_mac_clear(struct zd_mac *mac);
 
-int zd_mac_init_hw(struct zd_mac *mac, u8 device_type);
+int zd_mac_preinit_hw(struct zd_mac *mac);
+int zd_mac_init_hw(struct zd_mac *mac);
 
 int zd_mac_open(struct net_device *netdev);
 int zd_mac_stop(struct net_device *netdev);
This page took 0.025014 seconds and 5 git commands to generate.