commit | 18f81241b74fb49d576c83fbbab9a0b6e3bb20d4 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Sat Jan 25 09:19:51 2020 +0100 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Sat Jan 25 16:33:52 2020 +0200 |
tree | ec5c42552191b06c2f820518a61dac721110df34 | |
parent | cc974003615afa044fa62c7520ae690091fa684a [diff] |
Bluetooth: Move {min,max}_key_size debugfs into hci_debugfs_create_le The debugfs entries for {min,max}_key_size are created during SMP registration and thus it might lead to multiple attempts to create the same entries. Avoid this by moving them to the LE controller init section. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>