diff options
author | Kalle Valo <kvalo@qca.qualcomm.com> | 2014-07-24 20:06:37 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2014-07-24 20:06:37 +0300 |
commit | 30d88ce331d566f496fe7bea25ee560dcfd253ae (patch) | |
tree | a1dfe71a00fad0fa20693c350557609f8ecf9d36 /net/bluetooth/rfcomm/core.c | |
parent | c29a380e4a8157f8bf6a91c216a77439a293c93d (diff) | |
parent | bac9832076ee3b134bc859e07698c99276fc9459 (diff) |
Merge remote-tracking branch 'wireless-next/master' into ath-next
Diffstat (limited to 'net/bluetooth/rfcomm/core.c')
-rw-r--r-- | net/bluetooth/rfcomm/core.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bluetooth/rfcomm/core.c b/net/bluetooth/rfcomm/core.c index 754b6fe4f742..a0690a84f3e9 100644 --- a/net/bluetooth/rfcomm/core.c +++ b/net/bluetooth/rfcomm/core.c @@ -227,7 +227,8 @@ static int rfcomm_check_security(struct rfcomm_dlc *d) break; } - return hci_conn_security(conn->hcon, d->sec_level, auth_type); + return hci_conn_security(conn->hcon, d->sec_level, auth_type, + d->out); } static void rfcomm_session_timeout(unsigned long arg) |