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)
commit025e36332573177ecd7c12730e18a4390f994f05
treed2ca059a73da2fb808e7c0640438210dbc8a9aab
parentcc6328dfe48fbc6ba67a4bb31473aeea429bee26
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