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] [day] [month] [year] [list]
Date:	Thu, 07 Feb 2013 14:50:09 +0800
From:	Freddy <freddy@...x.com.tw>
To:	Stephen Hemminger <stephen@...workplumber.org>
CC:	netdev@...r.kernel.org, davem@...emloft.net,
	linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH, resubmit] ax88179_178a: ASIX AX88179_178A USB 3.0/2.0
 to gigabit ethernet adapter driver

On 02/07/2013 01:46 PM, Stephen Hemminger wrote:
> On Thu,  7 Feb 2013 12:36:34 +0800
> Freddy Xin <freddy@...x.com.tw> wrote:
>
>> +static struct ethtool_ops ax88179_ethtool_ops = {
>> +	.get_link		= ethtool_op_get_link,
>> +	.get_msglevel		= usbnet_get_msglevel,
>> +	.set_msglevel		= usbnet_set_msglevel,
>> +	.get_wol		= ax88179_get_wol,
>> +	.set_wol		= ax88179_set_wol,
>> +	.get_eeprom_len		= ax88179_get_eeprom_len,
>> +	.get_eeprom		= ax88179_get_eeprom,
>> +	.get_settings		= ax88179_get_settings,
>> +	.set_settings		= ax88179_set_settings,
>> +	.nway_reset		= usbnet_nway_reset,
>> +};
>> +
> ethtool_ops should always be const
>
Thank you, Stephen. I will fix these errors.
--
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