mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-14 04:41:26 +00:00
[PATCH] r8169: add module parameter (media)
Add module parameter description for the media option. Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
This commit is contained in:
parent
1b7efd58bb
commit
df0a1bf634
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user