Re: [PATCH] cfg80211: Correct conditional compile of wext-common.c.

2007-01-23 Thread Johannes Berg
On Sun, 2007-01-21 at 18:19 +0100, Marcus Better wrote: > wext-common.o is required if CONFIG_WIRELESS_EXT is set. Looks like > `CONFIG_NET_WIRELESS' is a typo. > > Signed-off-by: Marcus Better <[EMAIL PROTECTED]> Acked-by: Johannes Berg <[EMAIL PROTECTED]> > --- a/net/wireless/Makefile > +++ b

[PATCH] cfg80211: Correct conditional compile of wext-common.c.

2007-01-21 Thread Marcus Better
wext-common.o is required if CONFIG_WIRELESS_EXT is set. Looks like `CONFIG_NET_WIRELESS' is a typo. Signed-off-by: Marcus Better <[EMAIL PROTECTED]> --- a/net/wireless/Makefile +++ b/net/wireless/Makefile @@ -12,5 +12,5 @@ obj-ny := # this needs to be compiled in... obj-$(CONFIG_CFG80211_WE