Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
llc2: Remove explicit indexing of state action arrays
These arrays are accessed by iteration in llc_exec_station_trans_actions(). There must not be any zero-filled gaps in them, so the explicit indices are pointless. Signed-off-by: Ben Hutchings <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information