View | Details | Raw Unified | Return to bug 196174 | Differences between
and this patch

Collapse All | Expand All

(-)sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c (-1 / +1 lines)
Lines 527-533 ng_btsocket_hci_raw_data_input(struct mbuf *nam) Link Here
527
			struct mbuf	*ctl = NULL;
527
			struct mbuf	*ctl = NULL;
528
528
529
			ng_btsocket_hci_raw_savctl(pcb, &ctl, m);
529
			ng_btsocket_hci_raw_savctl(pcb, &ctl, m);
530
530
			m_clrprotoflags(m);
531
			if (sbappendaddr(&pcb->so->so_rcv, 
531
			if (sbappendaddr(&pcb->so->so_rcv, 
532
					(struct sockaddr *) sa, m, ctl))
532
					(struct sockaddr *) sa, m, ctl))
533
				sorwakeup(pcb->so);
533
				sorwakeup(pcb->so);

Return to bug 196174