ATM_PH_LLCSNAP and ATMIO_FLAG_LLCSNAP must have the same value, so

define one in terms of the other.
This commit is contained in:
Hartmut Brandt 2003-07-15 10:26:34 +00:00
parent bbc39c8391
commit 918c6c0c7e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117627

View File

@ -209,8 +209,10 @@ struct atm_pseudohdr {
(X)->atm_ph[3] = ((V) & 0xff); \
}
#define ATM_PH_AAL5 0x01 /* use AAL5? (0 == aal0) */
#define ATM_PH_LLCSNAP 0x02 /* use the LLC SNAP encoding (iff aal5) */
/* use AAL5? (0 == aal0) */
#define ATM_PH_AAL5 0x01
/* use the LLC SNAP encoding (iff aal5) */
#define ATM_PH_LLCSNAP ATMIO_FLAG_LLCSNAP
#define ATM_PH_DRIVER7 0x40 /* reserve for driver's use */
#define ATM_PH_DRIVER8 0x80 /* reserve for driver's use */