提交 1b7efd58 编写于 作者: S Stephen Hemminger 提交者: Francois Romieu

[PATCH] r8169: add module parameter (copybreak)

Add module parameter description for copybreak.
Signed-off-by: NStephen Hemminger <shemminger@osdl.org>
Signed-off-by: NFrancois Romieu <romieu@fr.zoreil.com>
上级 f7ccf420
......@@ -426,6 +426,7 @@ 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_param(rx_copybreak, int, 0);
MODULE_PARM_DESC(rx_copybreak, "Copy breakpoint for copy-only-tiny-frames");
module_param(use_dac, int, 0);
MODULE_PARM_DESC(use_dac, "Enable PCI DAC. Unsafe on 32 bit PCI slot.");
MODULE_LICENSE("GPL");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册