forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of git://gitorious.org/linux-can/linux-can-next
- Loading branch information
Showing
5 changed files
with
65 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* linux/can/error.h | ||
* | ||
* Definitions of the CAN error frame to be filtered and passed to the user. | ||
* Definitions of the CAN error messages to be filtered and passed to the user. | ||
* | ||
* Author: Oliver Hartkopp <[email protected]> | ||
* Copyright (c) 2002-2007 Volkswagen Group Electronic Research | ||
|
@@ -12,7 +12,7 @@ | |
#ifndef CAN_ERROR_H | ||
#define CAN_ERROR_H | ||
|
||
#define CAN_ERR_DLC 8 /* dlc for error frames */ | ||
#define CAN_ERR_DLC 8 /* dlc for error message frames */ | ||
|
||
/* error class (mask) in can_id */ | ||
#define CAN_ERR_TX_TIMEOUT 0x00000001U /* TX timeout (by netdevice driver) */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters