1 May 2005 15:56
[-mm patch] net/ieee80211/: remove pci.h #include's
Adrian Bunk <bunk <at> stusta.de>
2005-05-01 13:56:07 GMT
2005-05-01 13:56:07 GMT
I was wondering why editing pci.h triggered the rebuild of three files under net/, and as far as I can see, there's no reason for these three files to #include pci.h . Signed-off-by: Adrian Bunk <bunk <at> stusta.de> --- net/ieee80211/ieee80211_module.c | 1 - net/ieee80211/ieee80211_rx.c | 1 - net/ieee80211/ieee80211_tx.c | 1 - 3 files changed, 3 deletions(-) --- linux-2.6.12-rc3-mm1-full/net/ieee80211/ieee80211_module.c.old 2005-04-30 23:23:14.000000000 +0200 +++ linux-2.6.12-rc3-mm1-full/net/ieee80211/ieee80211_module.c 2005-04-30 23:23:18.000000000 +0200 <at> <at> -40,7 +40,6 <at> <at> #include <linux/kernel.h> #include <linux/module.h> #include <linux/netdevice.h> -#include <linux/pci.h> #include <linux/proc_fs.h> #include <linux/skbuff.h> #include <linux/slab.h> --- linux-2.6.12-rc3-mm1-full/net/ieee80211/ieee80211_tx.c.old 2005-04-30 23:23:25.000000000 +0200 +++ linux-2.6.12-rc3-mm1-full/net/ieee80211/ieee80211_tx.c 2005-04-30 23:23:32.000000000 +0200 <at> <at> -33,7 +33,6 <at> <at> #include <linux/kernel.h> #include <linux/module.h> #include <linux/netdevice.h>(Continue reading)
Thanks for any help.
Martin.
On Wed, Apr 06, 2005 at 09:44:10AM +0100, martin.p.bradley at bt.com
wrote:
> Yes it looks like I'm using the wrong openssl library. How can I
select
> the on that's installed in the directory /usr/local/openssl-0.9.7b/.
> Does the line below do what I need? Probably not but that was what I
> tried...
>
> export LDFLAGS=-L/usr/local/openssl-0.9.7b/
I use following lines in .config to select another openssl version:
CFLAGS += -I/home/jm/openssl/include
LIBS += -L/home/jm/openssl/lib
> eapol_test includes a file called radius.h. I guessed that this was
> the radius.h but it looks like its not the correct one.
RSS Feed