diff options
author | Francois Romieu <romieu@fr.zoreil.com> | 2005-05-27 19:11:49 (GMT) |
---|---|---|
committer | Francois Romieu <romieu@fr.zoreil.com> | 2005-05-27 19:11:49 (GMT) |
commit | df0a1bf63403c2decec2c11cdd1b304363174e90 (patch) | |
tree | a889398704650eb3bdccec46591969740022c987 /drivers/net/r8169.c | |
parent | 1b7efd58bb2c89f408118888b659b51ff66c47b9 (diff) | |
download | linux-df0a1bf63403c2decec2c11cdd1b304363174e90.tar.xz |
[PATCH] r8169: add module parameter (media)
Add module parameter description for the media option.
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Diffstat (limited to 'drivers/net/r8169.c')
-rw-r--r-- | drivers/net/r8169.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c index bf4bd39..6f3b138 100644 --- a/drivers/net/r8169.c +++ b/drivers/net/r8169.c @@ -425,6 +425,7 @@ struct rtl8169_private { MODULE_AUTHOR("Realtek and the Linux r8169 crew <netdev@oss.sgi.com>"); MODULE_DESCRIPTION("RealTek RTL-8169 Gigabit Ethernet driver"); module_param_array(media, int, &num_media, 0); +MODULE_PARM_DESC(media, "force phy operation. Deprecated by ethtool (8)."); module_param(rx_copybreak, int, 0); MODULE_PARM_DESC(rx_copybreak, "Copy breakpoint for copy-only-tiny-frames"); module_param(use_dac, int, 0); |