CAN IOCTLs: Should support standard CAN filtering in extended ID mode

This commit is contained in:
Gregory Nutt 2015-08-17 10:53:49 -06:00
parent 425146255a
commit 95634a3b34
2 changed files with 3 additions and 3 deletions

2
arch

@ -1 +1 @@
Subproject commit a7a7a7c6dd4f36f690139bc457064e6b24d009eb
Subproject commit b86c14f379e704186664ddfaff5fd26c7fe89711

View File

@ -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