···121121 * @transmit: Packet transmit funciton.122122 * @ctrlcmd: Used for control signalling upwards in the stack.123123 * @modemcmd: Used for control signaling downwards in the stack.124124- * @prio: Priority of this layer.125124 * @id: The identity of this layer126126- * @type: The type of this layer127125 * @name: Name of the layer.128126 *129127 * This structure defines the layered structure in CAIF.···228230 */229231 int (*modemcmd) (struct cflayer *layr, enum caif_modemcmd ctrl);230232231231- unsigned short prio;232233 unsigned int id;233233- unsigned int type;234234 char name[CAIF_LAYER_NAME_SZ];235235};236236