Bluetooth: Simplify hci_conn_accept_secure check
authorWaldemar Rymarkiewicz <waldemar.rymarkiewicz@tieto.com>
Thu, 2 Jun 2011 12:24:52 +0000 (14:24 +0200)
committerGustavo F. Padovan <padovan@profusion.mobi>
Wed, 8 Jun 2011 19:58:19 +0000 (16:58 -0300)
commitef4177e2bf92543e422fae154888062376e2283d
tree800ea51c1c36ce3f2f39b8480616a4a3a634291e
parent14b12d0b98f87162b7e9e93dde66d1af97886567
Bluetooth: Simplify hci_conn_accept_secure check

If the link key is secure (authenticated or combination 16 digit)
the sec_level will be always BT_SECURITY_HIGH. Therefore, instead
of checking the link key type simply check the sec_level on the link.

Signed-off-by: Waldemar Rymarkiewicz <waldemar.rymarkiewicz@tieto.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/hci_conn.c