[oe-commits] Rodrigo Vivi : cx3110x: Creating sysfs link between device and interface wlan0.

GIT User account git at amethyst.openembedded.net
Thu Oct 23 21:34:43 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a1731d5a8bf3ff1fe34d4b7f13388321103f66ad
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a1731d5a8bf3ff1fe34d4b7f13388321103f66ad

Author: Rodrigo Vivi <rodrigo.vivi at openbossa.org>
Date:   Tue May 13 10:39:56 2008 -0300

cx3110x: Creating sysfs link between device and interface wlan0.

---

 .../create_sysfs_link_for_wlan0.patch              |   11 +++++++++++
 packages/mamona/cx3110x-0.8.1/series               |    1 +
 packages/mamona/cx3110x_0.8.1.bb                   |    1 +
 3 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/packages/mamona/cx3110x-0.8.1/create_sysfs_link_for_wlan0.patch b/packages/mamona/cx3110x-0.8.1/create_sysfs_link_for_wlan0.patch
new file mode 100644
index 0000000..cf4fa1e
--- /dev/null
+++ b/packages/mamona/cx3110x-0.8.1/create_sysfs_link_for_wlan0.patch
@@ -0,0 +1,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 */
diff --git a/packages/mamona/cx3110x-0.8.1/series b/packages/mamona/cx3110x-0.8.1/series
index 1ec63e2..fa690cb 100644
--- a/packages/mamona/cx3110x-0.8.1/series
+++ b/packages/mamona/cx3110x-0.8.1/series
@@ -4,3 +4,4 @@ cx3110x.patch
 fix_cross_makefile.patch
 fix_ssid_data_length.patch
 770_performance_improvements.patch
+create_sysfs_link_for_wlan0.patch
diff --git a/packages/mamona/cx3110x_0.8.1.bb b/packages/mamona/cx3110x_0.8.1.bb
index 286b5a1..f548bca 100644
--- a/packages/mamona/cx3110x_0.8.1.bb
+++ b/packages/mamona/cx3110x_0.8.1.bb
@@ -19,6 +19,7 @@ SRC_URI = "https://garage.maemo.org/frs/download.php/2443/cx3110x-0.8.1.tar.gz \
  file://fix_cross_makefile.patch;patch=1 \
  file://fix_ssid_data_length.patch;patch=1 \
  file://770_performance_improvements.patch;patch=1 \
+ file://create_sysfs_link_for_wlan0.patch;patch=1 \
 "
 # add service file
 





More information about the Openembedded-commits mailing list