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:	Thu, 26 Aug 2010 08:42:19 -0700
From:	Stephen Hemminger <shemminger@...tta.com>
To:	Masayuki Ohtake <masa-korg@....okisemi.com>
Cc:	LKML <linux-kernel@...r.kernel.org>,
	ML netdev <netdev@...r.kernel.org>,
	Greg Rose <gregory.v.rose@...el.com>,
	Maxime Bizon <mbizon@...ebox.fr>,
	Kristoffer Glembo <kristoffer@...sler.com>,
	Ralf Baechle <ralf@...ux-mips.org>,
	John Linn <john.linn@...inx.com>,
	Randy Dunlap <randy.dunlap@...cle.com>,
	"David S. Miller" <davem@...emloft.net>,
	MeeGo <meego-dev@...go.com>, "Wang, Qi" <qi.wang@...el.com>,
	"Wang, Yong Y" <yong.y.wang@...el.com>,
	Andrew <andrew.chih.howe.khor@...el.com>,
	Intel OTC <joel.clark@...el.com>,
	"Foster, Margie" <margie.foster@...el.com>,
	Toshiharu Okada <okada533@....okisemi.com>,
	Tomoya Morinaga <morinaga526@....okisemi.com>,
	Takahiro Shimizu <shimizu394@....okisemi.com>
Subject: Re: [PATCH] Gigabit Ethernet driver of Topcliff PCH

On Thu, 26 Aug 2010 18:56:55 +0900
Masayuki Ohtake <masa-korg@....okisemi.com> wrote:

> +
> +static struct ethtool_ops pch_gbe_ethtool_ops = {
> +	.get_settings = pch_gbe_get_settings,
> +	.set_settings = pch_gbe_set_settings,
> +	.get_drvinfo = pch_gbe_get_drvinfo,
> +	.get_regs_len = pch_gbe_get_regs_len,
> +	.get_regs = pch_gbe_get_regs,
> +	.get_wol = pch_gbe_get_wol,
> +	.set_wol = pch_gbe_set_wol,
> +	.nway_reset = pch_gbe_nway_reset,
> +	.get_link = ethtool_op_get_link,
> +	.get_ringparam = pch_gbe_get_ringparam,
> +	.set_ringparam = pch_gbe_set_ringparam,
> +	.get_pauseparam = pch_gbe_get_pauseparam,
> +	.set_pauseparam = pch_gbe_set_pauseparam,
> +	.get_rx_csum = pch_gbe_get_rx_csum,
> +	.set_rx_csum = pch_gbe_set_rx_csum,
> +	.get_tx_csum = pch_gbe_get_tx_csum,
> +	.set_tx_csum = pch_gbe_set_tx_csum,
> +	.get_strings = pch_gbe_get_strings,
> +	.get_ethtool_stats = pch_gbe_get_ethtool_stats,
> +	.get_sset_count = pch_gbe_get_sset_count,
> +};
> +

Should be const

-- 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ