| unsigned int encapsulation; |
| unsigned int unused[8]; /* Padding for expansion without |
| #define GSMIOC_GETCONF _IOR('G', 0, struct gsm_config) |
| #define GSMIOC_SETCONF _IOW('G', 1, struct gsm_config) |
| unsigned int adaption; /* Adaption to use in network mode */ |
| unsigned short protocol;/* Protocol to use - only ETH_P_IP supported */ |
| char if_name[IFNAMSIZ]; /* interface name format string */ |
| __u8 unused[28]; /* For future use */ |
| #define GSMIOC_ENABLE_NET _IOW('G', 2, struct gsm_netconfig) |
| #define GSMIOC_DISABLE_NET _IO('G', 3) |