···244244void ircomm_connect_indication(struct ircomm_cb *self, struct sk_buff *skb,245245 struct ircomm_info *info)246246{247247- int clen = 0;248248-249247 IRDA_DEBUG(2, "%s()\n", __func__ );250250-251251- /* Check if the packet contains data on the control channel */252252- if (skb->len > 0)253253- clen = skb->data[0];254248255249 /*256250 * If there are any data hiding in the control channel, we must