aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/caif
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/caif')
-rw-r--r--include/net/caif/caif_layer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/caif/caif_layer.h b/include/net/caif/caif_layer.h
index 35bc7883cf97..0f3a39125f90 100644
--- a/include/net/caif/caif_layer.h
+++ b/include/net/caif/caif_layer.h
@@ -121,9 +121,7 @@ enum caif_direction {
121 * @transmit: Packet transmit funciton. 121 * @transmit: Packet transmit funciton.
122 * @ctrlcmd: Used for control signalling upwards in the stack. 122 * @ctrlcmd: Used for control signalling upwards in the stack.
123 * @modemcmd: Used for control signaling downwards in the stack. 123 * @modemcmd: Used for control signaling downwards in the stack.
124 * @prio: Priority of this layer.
125 * @id: The identity of this layer 124 * @id: The identity of this layer
126 * @type: The type of this layer
127 * @name: Name of the layer. 125 * @name: Name of the layer.
128 * 126 *
129 * This structure defines the layered structure in CAIF. 127 * This structure defines the layered structure in CAIF.
@@ -230,9 +228,7 @@ struct cflayer {
230 */ 228 */
231 int (*modemcmd) (struct cflayer *layr, enum caif_modemcmd ctrl); 229 int (*modemcmd) (struct cflayer *layr, enum caif_modemcmd ctrl);
232 230
233 unsigned short prio;
234 unsigned int id; 231 unsigned int id;
235 unsigned int type;
236 char name[CAIF_LAYER_NAME_SZ]; 232 char name[CAIF_LAYER_NAME_SZ];
237}; 233};
238 234