Ravi Pokala d592868ebf Eliminate misleading comments and dead code in lacp_port_create()
Variables "fast" and "active" are both constant in lacp_port_create(), but
comments mispleadingly suggest that "fast" can be changed via ioctl. The
constant values control the value of "lp->lp_state", so it too is constant,
and the code for assigning different value to it is essentially dead.

Remove both "fast" and "active", and set "lp->lp_state" unconditionally;
that gets rid of the dead code and misleading comments.

CID: 1305692
CID: 1305734

Reported by:	asomers
Reviewed by:	asomers
MFC after:	1 week
Sponsored by:	Panasas
Differential Revision:	https://reviews.freebsd.org/D9302
2017-01-24 01:39:40 +00:00
..
2017-01-20 19:08:44 +00:00
2017-01-23 02:21:06 +00:00
2017-01-19 22:07:21 +00:00
2017-01-14 22:06:25 +00:00
2017-01-23 21:09:27 +00:00
2017-01-19 20:03:26 +00:00
2017-01-20 19:08:44 +00:00
2017-01-19 16:46:05 +00:00