diff options
| author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2012-05-10 16:17:00 -0400 |
|---|---|---|
| committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2012-05-15 20:14:35 -0400 |
| commit | 60eea6cf2964beea6c38d9050bc3823a93db97e0 (patch) | |
| tree | 46d62b637ca664a722d6ded6463299207b3b6723 /include/linux | |
| parent | 1abd2296b4a1ee7b6a883541c3ede52042a09521 (diff) | |
atm: remove the coupling to token ring support
The token ring support is going away, so decouple
the atm support from it in advance.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/atmlec.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/atmlec.h b/include/linux/atmlec.h index 39c917fd1b96..302791e3ab2b 100644 --- a/include/linux/atmlec.h +++ b/include/linux/atmlec.h | |||
| @@ -21,13 +21,6 @@ | |||
| 21 | /* Maximum number of LEC interfaces (tweakable) */ | 21 | /* Maximum number of LEC interfaces (tweakable) */ |
| 22 | #define MAX_LEC_ITF 48 | 22 | #define MAX_LEC_ITF 48 |
| 23 | 23 | ||
| 24 | /* | ||
| 25 | * From the total of MAX_LEC_ITF, last NUM_TR_DEVS are reserved for Token Ring. | ||
| 26 | * E.g. if MAX_LEC_ITF = 48 and NUM_TR_DEVS = 8, then lec0-lec39 are for | ||
| 27 | * Ethernet ELANs and lec40-lec47 are for Token Ring ELANS. | ||
| 28 | */ | ||
| 29 | #define NUM_TR_DEVS 8 | ||
| 30 | |||
| 31 | typedef enum { | 24 | typedef enum { |
| 32 | l_set_mac_addr, | 25 | l_set_mac_addr, |
| 33 | l_del_mac_addr, | 26 | l_del_mac_addr, |
