CAN IOCTLs: Should support standard CAN filtering in extended ID mode
This commit is contained in:
parent
425146255a
commit
95634a3b34
2 changed files with 3 additions and 3 deletions
2
arch
2
arch
|
|
@ -1 +1 @@
|
|||
Subproject commit a7a7a7c6dd4f36f690139bc457064e6b24d009eb
|
||||
Subproject commit b86c14f379e704186664ddfaff5fd26c7fe89711
|
||||
|
|
@ -378,7 +378,8 @@ struct canioc_extfilter_s
|
|||
uint8_t xf_type; /* See CAN_FILTER_* definitions */
|
||||
uint8_t xf_prio; /* See CAN_MSGPRIO_* definitions */
|
||||
};
|
||||
#else
|
||||
#endif
|
||||
|
||||
struct canioc_stdfilter_s
|
||||
{
|
||||
uint16_t sf_id1; /* 11-bit ID. For dual match or for the
|
||||
|
|
@ -388,7 +389,6 @@ struct canioc_stdfilter_s
|
|||
uint8_t sf_type; /* See CAN_FILTER_* definitions */
|
||||
uint8_t sf_prio; /* See CAN_MSGPRIO_* definitions */
|
||||
};
|
||||
#endif
|
||||
|
||||
/************************************************************************************
|
||||
* Public Data
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue