Skip to content

Commit

Permalink
can/j1939.h: sync with latest kernel state
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksij Rempel <[email protected]>
  • Loading branch information
olerem committed Aug 26, 2019
1 parent 226d639 commit d5ba0e2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions include/linux/can/j1939.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,8 @@ typedef __u64 name_t;
enum {
SO_J1939_FILTER = 1, /* set filters */
SO_J1939_PROMISC = 2, /* set/clr promiscuous mode */
SO_J1939_RECV_OWN = 3,
SO_J1939_SEND_PRIO = 4,
SO_J1939_ERRQUEUE = 5,
SO_J1939_SEND_PRIO = 3,
SO_J1939_ERRQUEUE = 4,
};

enum {
Expand Down

0 comments on commit d5ba0e2

Please sign in to comment.