wlan-ng-modules: fix for the fix of wlan-ng-modules 0.2.7 - close #3340
authorDmitry Baryshkov <dbaryshkov@gmail.com>
Tue, 20 Nov 2007 21:42:09 +0000 (21:42 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 20 Nov 2007 21:42:09 +0000 (21:42 +0000)
packages/wlan-ng/wlan-ng-modules-0.2.7/2.6.22-fixes.patch
packages/wlan-ng/wlan-ng-modules_0.2.7.bb

index 5027c00..affc656 100644 (file)
@@ -37,7 +37,7 @@ Index: linux-wlan-ng-0.2.7/src/prism2/driver/prism2sta.c
 +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 20)
 +void prism2sta_commsqual_defer(struct work_struct *work)
 +{
-+      hfa384x_t               *hw = container_of(work, hfa384x_t, usb_work);
++      hfa384x_t               *hw = container_of(work, hfa384x_t, commsqual_bh);
 +#else
  void prism2sta_commsqual_defer(void *data)
  {
index cb8d96e..bacd662 100644 (file)
@@ -1,5 +1,7 @@
 require wlan-ng-modules.inc
 
+PR = "r1"
+
 SRC_URI += "ftp://ftp.linux-wlan.org/pub/linux-wlan-ng/linux-wlan-ng-${PV}.tar.bz2 \
            file://2.6.22-fixes.patch;patch=1"