[PATCH] [PS3] gelic wireless driver needs MAC80211 support

2008-02-23 Thread Sebastian Siewior
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

Re: [PATCH] [PS3] gelic wireless driver needs MAC80211 support

2008-02-23 Thread Ivo van Doorn
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..a11605

Re: [PATCH] [PS3] gelic wireless driver needs MAC80211 support

2008-02-23 Thread Ivo van Doorn
On Saturday 23 February 2008, Ivo van Doorn wrote: > 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

Re: [PATCH] [PS3] gelic wireless driver needs MAC80211 support

2008-02-23 Thread Sebastian Siewior
* Sebastian Siewior | 2008-02-23 21:06:37 [+0100]: >I add this to the patch desctiption and post a depends on patach ARGH, this was CONFIG_WIRELESS_EXT and not MAC80211. You would like to see a select or depend statement on that one? >>Ivo > Sebastian -- To unsubscribe from this list: send the li

Re: [PATCH] [PS3] gelic wireless driver needs MAC80211 support

2008-02-23 Thread Ivo van Doorn
On Saturday 23 February 2008, Sebastian Siewior wrote: > * Ivo van Doorn | 2008-02-23 20:50:34 [+0100]: > > >Additionally, what part of the driver actually uses mac80211? > >I just browsed to the code, and it seems to work completely without > >using mac80211. Instead it seems to work directly by

Re: [PATCH] [PS3] gelic wireless driver needs MAC80211 support

2008-02-23 Thread Sebastian Siewior
* Ivo van Doorn | 2008-02-23 20:44:59 [+0100]: >Is there any particular reason why this driver is in drivers/net instead >of drivers/net/wireless (along with all other wireless drivers? My understanding is/was that the wireless device and the eth device are exposed by the hypervisor to the system

Re: [PATCH] [PS3] gelic wireless driver needs MAC80211 support

2008-02-23 Thread Sebastian Siewior
* Ivo van Doorn | 2008-02-23 20:50:34 [+0100]: >Additionally, what part of the driver actually uses mac80211? >I just browsed to the code, and it seems to work completely without >using mac80211. Instead it seems to work directly by registering a >net_device structure... CC drivers/net/ps3_

Re: [PATCH] [PS3] gelic wireless driver needs MAC80211 support

2008-02-23 Thread Ivo van Doorn
On Saturday 23 February 2008, Sebastian Siewior wrote: > * Sebastian Siewior | 2008-02-23 21:06:37 [+0100]: > > >I add this to the patch desctiption and post a depends on patach > ARGH, this was CONFIG_WIRELESS_EXT and not MAC80211. You would like to > see a select or depend statement on that one?

Re: [PATCH] [PS3] gelic wireless driver needs MAC80211 support

2008-02-23 Thread Ivo van Doorn
On Saturday 23 February 2008, Sebastian Siewior wrote: > * Ivo van Doorn | 2008-02-23 20:44:59 [+0100]: > > >Is there any particular reason why this driver is in drivers/net instead > >of drivers/net/wireless (along with all other wireless drivers? > > My understanding is/was that the wireless de

Re: [PATCH] [PS3] gelic wireless driver needs MAC80211 support

2008-02-23 Thread Jeff Garzik
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/dri

Re: [PATCH] [PS3] gelic wireless driver needs MAC80211 support

2008-02-23 Thread Sebastian Siewior
* Jeff Garzik | 2008-02-23 15:26:07 [-0500]: > Given that this is straying clearly into wireless territory, I think the > linux-wireless folks and John Linville (wireless maintainer) are > appropriate patch targets. Okey, I'm going to forward the pach. > Jeff Sebastian -- To unsubscribe

Re: [PATCH] [PS3] gelic wireless driver needs MAC80211 support

2008-02-25 Thread Johannes Berg
On Sat, 2008-02-23 at 15:26 -0500, Jeff Garzik wrote: > 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/dr

Re: [PATCH] [PS3] gelic wireless driver needs MAC80211 support

2008-02-25 Thread Sebastian Siewior
* Johannes Berg | 2008-02-25 11:13:56 [+0100]: >That seems completely wrong since it's a full-mac "chip" (implemented in >the HV or so maybe). What exactly does it need from mac80211? Nothing, please drop. I've sent another patch which enables WEXT what is the correct thing to do. Sorry for the no

Re: [PATCH] [PS3] gelic wireless driver needs MAC80211 support

2008-02-25 Thread Johannes Berg
On Mon, 2008-02-25 at 12:16 +0100, Sebastian Siewior wrote: > * Johannes Berg | 2008-02-25 11:13:56 [+0100]: > > >That seems completely wrong since it's a full-mac "chip" (implemented in > >the HV or so maybe). What exactly does it need from mac80211? > Nothing, please drop. I've sent another pat