]> git.baikalelectronics.ru Git - kernel.git/commit
llc2: Remove dead code for state machine
authorBen Hutchings <ben@decadent.org.uk>
Sat, 15 Sep 2012 17:11:18 +0000 (17:11 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Sep 2012 17:04:18 +0000 (13:04 -0400)
commita0018e69a4942a2e5a235f32e22fc4cadc0471b7
treed2ca059a73da2fb808e7c0640438210dbc8a9aab
parent88191da4cc8e37cb191835af4cbef303d86da94a
llc2: Remove dead code for state machine

The initial state is UP and there is no way to enter the other states
as the required event type is never generated.  Delete all states,
event types, and other dead code.  The only thing left is handling
of the XID and TEST commands.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/llc/llc_station.c