summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-09-09 19:28:03 -0700
committerDavid S. Miller <davem@davemloft.net>2008-09-09 19:28:03 -0700
commit47abf28d5b36521558a848a346064a3a3c82bd9e (patch)
tree736e9402b52f08210b8c4bdda9d214e98a6bf7de /net/bluetooth/hci_event.c
parent28faa979746b2352cd78a376bf9f52db953bda46 (diff)
parente550dfb0c2c31b6363aa463a035fc9f8dcaa3c9b (diff)
downloadop-kernel-dev-47abf28d5b36521558a848a346064a3a3c82bd9e.zip
op-kernel-dev-47abf28d5b36521558a848a346064a3a3c82bd9e.tar.gz
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Diffstat (limited to 'net/bluetooth/hci_event.c')
-rw-r--r--net/bluetooth/hci_event.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/net/bluetooth/hci_event.c b/net/bluetooth/hci_event.c
index 0e3db28..ad7a553 100644
--- a/net/bluetooth/hci_event.c
+++ b/net/bluetooth/hci_event.c
@@ -1605,14 +1605,11 @@ static inline void hci_remote_ext_features_evt(struct hci_dev *hdev, struct sk_b
if (conn->state == BT_CONFIG) {
if (!ev->status && hdev->ssp_mode > 0 &&
- conn->ssp_mode > 0) {
- if (conn->out) {
- struct hci_cp_auth_requested cp;
- cp.handle = ev->handle;
- hci_send_cmd(hdev,
- HCI_OP_AUTH_REQUESTED,
+ conn->ssp_mode > 0 && conn->out) {
+ struct hci_cp_auth_requested cp;
+ cp.handle = ev->handle;
+ hci_send_cmd(hdev, HCI_OP_AUTH_REQUESTED,
sizeof(cp), &cp);
- }
} else {
conn->state = BT_CONNECTED;
hci_proto_connect_cfm(conn, ev->status);
OpenPOWER on IntegriCloud