On Saturday 23 February 2008, Sebastian Siewior wrote: > so select it. > Signed-off-by: Sebastian Siewior <[EMAIL PROTECTED]> > --- > drivers/net/Kconfig | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig > index f337800..a116056 100644 > --- a/drivers/net/Kconfig > +++ b/drivers/net/Kconfig > @@ -2363,6 +2363,7 @@ config GELIC_NET > config GELIC_WIRELESS > bool "PS3 Wireless support" > depends on GELIC_NET > + select MAC80211 > help > This option adds the support for the wireless feature of PS3. > If you have the wireless-less model of PS3 or have no plan to
Is there any particular reason why this driver is in drivers/net instead of drivers/net/wireless (along with all other wireless drivers? Additionally, all other mac80211 drivers depend on mac80211 instead of selecting it. So I think for consistency it might be better to also make this driver depend on it, rather then selecting. Ivo -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html