Hi,
This is the second submission of the network driver for PS3.
This version have been updated to address issues raised in the review.
Please apply for 2.6.23.
From: Masakazu Mokuno <[EMAIL PROTECTED]>
Add Gigabit Ethernet support for the PS3 game console. The module will
be called ps3_gelic.
Hi Jeff,
Thanks for your comment.
I'll fix coding style issues.
On Wed, 13 Jun 2007 16:27:32 -0400
Jeff Garzik <[EMAIL PROTECTED]> wrote:
> > --- a/drivers/net/Makefile
> > +++ b/drivers/net/Makefile
> > @@ -60,6 +60,8 @@ obj-$(CONFIG_TIGON3) += tg3.o
> > obj-$(CONFIG_BNX2) += bnx2.o
> > spid
Hi David,
On Wed, 13 Jun 2007 00:03:59 -0700 (PDT)
David Miller <[EMAIL PROTECTED]> wrote:
> From: MOKUNO Masakazu <[EMAIL PROTECTED]>
> Date: Wed, 13 Jun 2007 15:58:01 +0900
>
> > --- a/drivers/net/Makefile
> > +++ b/drivers/net/Makefile
> > @@ -60,6
Hi Jeff,
The following patch adds support for the gigabit ethernet device of PS3.
It was sent out before as RFC, now I submit it for 2.6.23.
Signed-off-by: Masakazu Mokuno <[EMAIL PROTECTED]>
Signed-off-by: Geoff Levand <[EMAIL PROTECTED]>
---
drivers/net/Kconfig | 10
drivers/net/Makefi
Hi
Thank you for your comments!
It seems to be pretty preferable we make the driver wpa_supplicant
compatible, I'll plan to rework and resubmit the patch (to
linux-wireless)
On Fri, 01 Jun 2007 12:35:49 -0400
Dan Williams <[EMAIL PROTECTED]> wrote:
> There are a few basic
> issues, rehashed her
Hi
This is the first submission of the PS3 network driver
[1] ps3: gigabit ethernet driver for PS3
[2] ps3: add wireless LAN support for PS3
They are submitted for review since some of the underlying
infrastructure code hasn't been submitted yet.
For reference, you can take a look at Geoff's gi
Hi
This is the first submission of the PS3 network driver
[1] ps3: gigabit ethernet driver for PS3
[2] ps3: add wireless LAN support for PS3
They are submitted for review since some of the underlying
infrastructure code hasn't been submitted yet.
For reference, you can take a look at Geoff's gi
Add gigabit ethernet support for PS3.
Signed-off-by: Masakazu Mokuno <[EMAIL PROTECTED]>
---
drivers/net/Kconfig | 10
drivers/net/Makefile|1
drivers/net/gelic_net.c | 1579
drivers/net/gelic_net.h | 233 +++
4 files changed,