lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 21 Dec 2007 18:26:09 +0900
From:	Masakazu Mokuno <mokuno@...sony.co.jp>
To:	David Woodhouse <dwmw2@...radead.org>
Cc:	linux-wireless@...r.kernel.org, netdev@...r.kernel.org,
	geoffrey.levand@...sony.com,
	Geert Uytterhoeven <Geert.Uytterhoeven@...ycom.com>
Subject: Re: [PATCH] PS3: gelic: Add wireless support for PS3

	Hi David,

On Fri, 14 Dec 2007 01:48:52 -0500
David Woodhouse <dwmw2@...radead.org> wrote:

> --- 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

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ