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:	Wed, 10 Jun 2009 11:02:46 -0700
From:	Joe Perches <joe@...ches.com>
To:	Martin Fuzzey <mfuzzey@...il.com>
Cc:	netdev@...r.kernel.org, nico@....org
Subject: Re: [RFC PATCH] Ethtool style in kernel network driver
 configuration.

On Wed, 2009-06-10 at 19:34 +0200, Martin Fuzzey wrote:
> +static struct choice port_choices[] = {
> +	{"tp", PORT_TP},
> +	{"aui", PORT_AUI},
> +	{"bnc", PORT_BNC},
> +	{"mii", PORT_MII},
> +	{"fibre", PORT_FIBRE},
> +};

perhaps add

	{"fiber", PORT_FIBRE},

for us poor spelling folk across the pond...

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