Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 249606 Details for
Bug 327705
>net-wireless/bluez-4.63 unable to connect audio streams
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
1.patch
1.patch (text/plain), 1.73 KB, created by
Pacho Ramos
on 2010-10-05 06:55:04 UTC
(
hide
)
Description:
1.patch
Filename:
MIME Type:
Creator:
Pacho Ramos
Created:
2010-10-05 06:55:04 UTC
Size:
1.73 KB
patch
obsolete
> net/bluetooth/rfcomm/core.c | 13 ++++++++++--- > 1 files changed, 10 insertions(+), 3 deletions(-) > >diff --git a/net/bluetooth/rfcomm/core.c b/net/bluetooth/rfcomm/core.c >index 7dca91b..08f5757 100644 >--- a/net/bluetooth/rfcomm/core.c >+++ b/net/bluetooth/rfcomm/core.c >@@ -79,7 +79,10 @@ static void rfcomm_make_uih(struct sk_buff *skb, u8 addr); > > static void rfcomm_process_connect(struct rfcomm_session *s); > >-static struct rfcomm_session *rfcomm_session_create(bdaddr_t *src, bdaddr_t *dst, int *err); >+static struct rfcomm_session *rfcomm_session_create(bdaddr_t *src, >+ bdaddr_t *dst, >+ u8 sec_level, >+ int *err); > static struct rfcomm_session *rfcomm_session_get(bdaddr_t *src, bdaddr_t *dst); > static void rfcomm_session_del(struct rfcomm_session *s); > >@@ -402,7 +405,7 @@ static int __rfcomm_dlc_open(struct rfcomm_dlc *d, bdaddr_t *src, bdaddr_t *dst, > > s = rfcomm_session_get(src, dst); > if (!s) { >- s = rfcomm_session_create(src, dst, &err); >+ s = rfcomm_session_create(src, dst, d->sec_level, &err); > if (!s) > return err; > } >@@ -680,7 +683,10 @@ static void rfcomm_session_close(struct rfcomm_session *s, int err) > rfcomm_session_put(s); > } > >-static struct rfcomm_session *rfcomm_session_create(bdaddr_t *src, bdaddr_t *dst, int *err) >+static struct rfcomm_session *rfcomm_session_create(bdaddr_t *src, >+ bdaddr_t *dst, >+ u8 sec_level, >+ int *err) > { > struct rfcomm_session *s = NULL; > struct sockaddr_l2 addr; >@@ -705,6 +711,7 @@ static struct rfcomm_session *rfcomm_session_create(bdaddr_t *src, bdaddr_t *dst > sk = sock->sk; > lock_sock(sk); > l2cap_pi(sk)->imtu = l2cap_mtu; >+ l2cap_pi(sk)->sec_level = sec_level; > if (l2cap_ertm) > l2cap_pi(sk)->mode = L2CAP_MODE_ERTM; > release_sock(sk); >-- >1.7.0.4
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 327705
:
249316
|
249317
| 249606 |
251133
|
251135