Linux wireless drivers development
 help / color / mirror / Atom feed
* Re: [PATCH] [PS3] gelic wireless driver needs MAC80211 support
       [not found] <20080223193517.GA6704@Chamillionaire.breakpoint.cc>
@ 2008-02-23 20:26 ` Jeff Garzik
  2008-02-23 20:43   ` Sebastian Siewior
  2008-02-25 10:13   ` Johannes Berg
  0 siblings, 2 replies; 5+ messages in thread
From: Jeff Garzik @ 2008-02-23 20:26 UTC (permalink / raw)
  To: Sebastian Siewior; +Cc: Masakazu Mokuno, netdev, linux-wireless

Sebastian Siewior wrote:
> so select it.
> Signed-off-by: Sebastian Siewior <sebastian@breakpoint.cc>
> ---
>  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

Given that this is straying clearly into wireless territory, I think the 
linux-wireless folks and John Linville (wireless maintainer) are 
appropriate patch targets.

	Jeff



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] [PS3] gelic wireless driver needs MAC80211 support
  2008-02-23 20:26 ` [PATCH] [PS3] gelic wireless driver needs MAC80211 support Jeff Garzik
@ 2008-02-23 20:43   ` Sebastian Siewior
  2008-02-25 10:13   ` Johannes Berg
  1 sibling, 0 replies; 5+ messages in thread
From: Sebastian Siewior @ 2008-02-23 20:43 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Sebastian Siewior, Masakazu Mokuno, netdev, linux-wireless

* 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] [PS3] gelic wireless driver needs MAC80211 support
  2008-02-23 20:26 ` [PATCH] [PS3] gelic wireless driver needs MAC80211 support Jeff Garzik
  2008-02-23 20:43   ` Sebastian Siewior
@ 2008-02-25 10:13   ` Johannes Berg
  2008-02-25 11:16     ` Sebastian Siewior
  1 sibling, 1 reply; 5+ messages in thread
From: Johannes Berg @ 2008-02-25 10:13 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Sebastian Siewior, Masakazu Mokuno, netdev, linux-wireless

[-- Attachment #1: Type: text/plain, Size: 757 bytes --]


On Sat, 2008-02-23 at 15:26 -0500, Jeff Garzik wrote:
> Sebastian Siewior wrote:
> > so select it.
> > Signed-off-by: Sebastian Siewior <sebastian@breakpoint.cc>
> > ---
> >  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

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?

johannes

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] [PS3] gelic wireless driver needs MAC80211 support
  2008-02-25 10:13   ` Johannes Berg
@ 2008-02-25 11:16     ` Sebastian Siewior
  2008-02-25 11:38       ` Johannes Berg
  0 siblings, 1 reply; 5+ messages in thread
From: Sebastian Siewior @ 2008-02-25 11:16 UTC (permalink / raw)
  To: Johannes Berg; +Cc: Jeff Garzik, Masakazu Mokuno, netdev, linux-wireless

* 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 noise.

>johannes

Sebastian

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] [PS3] gelic wireless driver needs MAC80211 support
  2008-02-25 11:16     ` Sebastian Siewior
@ 2008-02-25 11:38       ` Johannes Berg
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Berg @ 2008-02-25 11:38 UTC (permalink / raw)
  To: Sebastian Siewior; +Cc: Jeff Garzik, Masakazu Mokuno, netdev, linux-wireless

[-- Attachment #1: Type: text/plain, Size: 475 bytes --]


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 patch which enables WEXT what is
> the correct thing to do. Sorry for the noise.

No problem. I saw it later on netdev but had read linux-wireless
first :)

johannes

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-02-25 11:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20080223193517.GA6704@Chamillionaire.breakpoint.cc>
2008-02-23 20:26 ` [PATCH] [PS3] gelic wireless driver needs MAC80211 support Jeff Garzik
2008-02-23 20:43   ` Sebastian Siewior
2008-02-25 10:13   ` Johannes Berg
2008-02-25 11:16     ` Sebastian Siewior
2008-02-25 11:38       ` Johannes Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox