blob: cf4fa1e96a83f2c451b69ac1098d21fd389c2072 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- cx3110x-0.8.1.new/src/sm_drv_spi.c 2008-05-13 10:27:19.000000000 -0300
+++ cx3110x-0.8.1/src/sm_drv_spi.c 2008-05-12 19:02:16.000000000 -0300
@@ -1067,6 +1067,8 @@
goto err_out_4;
}
+ SET_NETDEV_DEV(dev, &wlan_omap_device.dev);
+
register_netdev(dev);
/* Let's fetch the firmware from userspace */
|