FreeBSD Bugzilla – Attachment 150848 Details for
Bug 196174
Bluetooth does not work (since r275326) - hccontrol prints EMSGSIZE error and fails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch.
196174.diff (text/plain), 548 bytes, created by
Gleb Smirnoff
on 2014-12-22 13:12:05 UTC
(
hide
)
Description:
Proposed patch.
Filename:
MIME Type:
Creator:
Gleb Smirnoff
Created:
2014-12-22 13:12:05 UTC
Size:
548 bytes
patch
obsolete
>Index: sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c >=================================================================== >--- sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c (revision 276028) >+++ sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c (working copy) >@@ -527,7 +527,7 @@ ng_btsocket_hci_raw_data_input(struct mbuf *nam) > struct mbuf *ctl = NULL; > > ng_btsocket_hci_raw_savctl(pcb, &ctl, m); >- >+ m_clrprotoflags(m); > if (sbappendaddr(&pcb->so->so_rcv, > (struct sockaddr *) sa, m, ctl)) > sorwakeup(pcb->so);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 196174
:
150848
|
150851