commit | bff38771e1065c7fc3de87e47ba366151eea573c | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <avorontsov@ru.mvista.com> | Wed Jul 08 11:10:56 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 08 11:10:56 2009 -0700 |
tree | 215ae8b2dc2ec9b6c0d85c9d1048e585df314075 | |
parent | 34701fde8f4bf207ca96d10b8700a8667157854c [diff] |
netpoll: Introduce netpoll_carrier_timeout kernel option Some PHYs require longer timeouts for carrier detection, and auto-negotiation process may take indefinite amount of time. It may be inconvenient to force longer timeouts for sane PHYs, so let's introduce a kernel command line option. Since we're using module_param(), the option also can be changed in runtime. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: David S. Miller <davem@davemloft.net>