Re: [PATCH] PS3: gelic: Add wireless support for PS3
From: Masakazu Mokuno <hidden>
Date: 2007-12-21 09:26:09
Also in:
linux-wireless
Hi David, On Fri, 14 Dec 2007 01:48:52 -0500 David Woodhouse [off-list ref] wrote:
quoted hunk
--- linux-2.6.23.ppc64/drivers/net/ps3_gelic_net.c~ 2007-12-14 01:31:50.000000000 -0500 +++ linux-2.6.23.ppc64/drivers/net/ps3_gelic_net.c 2007-12-14 01:39:25.000000000 -0500@@ -1139,7 +1139,7 @@ static irqreturn_t gelic_card_interrupt( * * see Documentation/networking/netconsole.txt */ -static void gelic_net_poll_controller(struct net_device *netdev) +void gelic_net_poll_controller(struct net_device *netdev) { struct gelic_card *card = netdev_card(netdev); --- linux-2.6.23.ppc64/drivers/net/ps3_gelic_net.h~ 2007-12-14 01:31:50.000000000 -0500 +++ linux-2.6.23.ppc64/drivers/net/ps3_gelic_net.h 2007-12-14 01:39:47.000000000 -0500@@ -346,6 +346,7 @@ extern void gelic_net_tx_timeout(struct extern int gelic_net_change_mtu(struct net_device *netdev, int new_mtu); extern int gelic_net_setup_netdev(struct net_device *netdev, struct gelic_card *card); +extern void gelic_net_poll_controller(struct net_device *netdev); /* shared ethtool ops */ extern void gelic_net_get_drvinfo(struct net_device *netdev,
Thank you for your reviewing. I'll fix it. -- Masakazu MOKUNO