]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/hostap/hostap-modules-0.3.9/hostap-utsname.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / hostap / hostap-modules-0.3.9 / hostap-utsname.patch
1 diff -r -U 3 hostap-driver-0.3.7.orig/driver/modules/hostap.c hostap-driver-0.3.7/driver/modules/hostap.c
2 --- hostap-driver-0.3.7.orig/driver/modules/hostap.c    2005-07-25 09:14:01.995965088 +0000
3 +++ hostap-driver-0.3.7/driver/modules/hostap.c 2005-07-25 09:13:22.301999488 +0000
4 @@ -25,6 +25,7 @@
5  #include <linux/if_arp.h>
6  #include <linux/delay.h>
7  #include <linux/random.h>
8 +#include <linux/utsname.h>
9  #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,5,44))
10  #include <linux/tqueue.h>
11  #else
12 diff -r -U 3 hostap-driver-0.3.7.orig/driver/modules/hostap_crypt_ccmp.c hostap-driver-0.3.7/driver/modules/hostap_crypt_ccmp.c
13 --- hostap-driver-0.3.7.orig/driver/modules/hostap_crypt_ccmp.c 2005-07-25 09:14:01.996964936 +0000
14 +++ hostap-driver-0.3.7/driver/modules/hostap_crypt_ccmp.c      2005-07-25 09:13:22.302999336 +0000
15 @@ -19,6 +19,7 @@
16  #include <linux/netdevice.h>
17  #include <linux/if_ether.h>
18  #include <linux/if_arp.h>
19 +#include <linux/utsname.h>
20  #include <asm/string.h>
21  
22  #include "hostap_crypt.h"
23 diff -r -U 3 hostap-driver-0.3.7.orig/driver/modules/hostap_crypt_tkip.c hostap-driver-0.3.7/driver/modules/hostap_crypt_tkip.c
24 --- hostap-driver-0.3.7.orig/driver/modules/hostap_crypt_tkip.c 2005-07-25 09:14:01.996964936 +0000
25 +++ hostap-driver-0.3.7/driver/modules/hostap_crypt_tkip.c      2005-07-25 09:13:22.302999336 +0000
26 @@ -19,6 +19,7 @@
27  #include <linux/netdevice.h>
28  #include <linux/if_ether.h>
29  #include <linux/if_arp.h>
30 +#include <linux/utsname.h>
31  #include <asm/string.h>
32  
33  #include "hostap_crypt.h"
34 diff -r -U 3 hostap-driver-0.3.7.orig/driver/modules/hostap_crypt_wep.c hostap-driver-0.3.7/driver/modules/hostap_crypt_wep.c
35 --- hostap-driver-0.3.7.orig/driver/modules/hostap_crypt_wep.c  2005-07-25 09:14:01.996964936 +0000
36 +++ hostap-driver-0.3.7/driver/modules/hostap_crypt_wep.c       2005-07-25 09:13:22.302999336 +0000
37 @@ -15,6 +15,7 @@
38  #include <linux/init.h>
39  #include <linux/slab.h>
40  #include <linux/random.h>
41 +#include <linux/utsname.h>
42  #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,5,44))
43  #include <linux/tqueue.h>
44  #else
45 diff -r -U 3 hostap-driver-0.3.7.orig/driver/modules/hostap_cs.c hostap-driver-0.3.7/driver/modules/hostap_cs.c
46 --- hostap-driver-0.3.7.orig/driver/modules/hostap_cs.c 2005-07-25 09:14:01.997964784 +0000
47 +++ hostap-driver-0.3.7/driver/modules/hostap_cs.c      2005-07-25 09:13:22.302999336 +0000
48 @@ -12,6 +12,7 @@
49  #include <linux/timer.h>
50  #include <linux/skbuff.h>
51  #include <linux/netdevice.h>
52 +#include <linux/utsname.h>
53  #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,5,44))
54  #include <linux/tqueue.h>
55  #else
56 diff -r -U 3 hostap-driver-0.3.7.orig/driver/modules/hostap_pci.c hostap-driver-0.3.7/driver/modules/hostap_pci.c
57 --- hostap-driver-0.3.7.orig/driver/modules/hostap_pci.c        2005-07-25 09:14:01.997964784 +0000
58 +++ hostap-driver-0.3.7/driver/modules/hostap_pci.c     2005-07-25 09:13:22.303999184 +0000
59 @@ -11,6 +11,7 @@
60  #include <linux/if.h>
61  #include <linux/skbuff.h>
62  #include <linux/netdevice.h>
63 +#include <linux/utsname.h>
64  #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,5,44))
65  #include <linux/tqueue.h>
66  #else
67 diff -r -U 3 hostap-driver-0.3.7.orig/driver/modules/hostap_plx.c hostap-driver-0.3.7/driver/modules/hostap_plx.c
68 --- hostap-driver-0.3.7.orig/driver/modules/hostap_plx.c        2005-07-25 09:14:01.997964784 +0000
69 +++ hostap-driver-0.3.7/driver/modules/hostap_plx.c     2005-07-25 09:13:22.303999184 +0000
70 @@ -14,6 +14,7 @@
71  #include <linux/if.h>
72  #include <linux/skbuff.h>
73  #include <linux/netdevice.h>
74 +#include <linux/utsname.h>
75  #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,5,44))
76  #include <linux/tqueue.h>
77  #else