]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/wlan-ng/wlan-ng-modules-0.2.2/msleep-vs-mdelay.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / wlan-ng / wlan-ng-modules-0.2.2 / msleep-vs-mdelay.patch
1
2 #
3 # Patch managed by http://www.holgerschurig.de/patcher.html
4 #
5
6 --- linux-wlan-ng-0.2.2/src/prism2/driver/prism2_usb.c~msleep-vs-mdelay
7 +++ linux-wlan-ng-0.2.2/src/prism2/driver/prism2_usb.c
8 @@ -279,7 +279,7 @@
9                  * is "wake up", so that's easy.
10                  * (I'd like a better way to do this, really.)
11                  */
12 -               msleep(100);
13 +               mdelay(100);
14  
15                 /* Now delete the CTLXs, because no-one else can now. */
16                 list_for_each_safe(entry, temp, &cleanlist) {