commit | 3ad254f7f6fd3b66ce47a156cbb92cb02002103e | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Fri Jul 11 05:36:39 2014 +0200 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Fri Jul 11 13:54:17 2014 +0300 |
tree | d20981eab1de9d1add4037cc33e5537b90189600 | |
parent | f49daa8190ebf25eae907048266b590a9cdccb95 [diff] |
Bluetooth: Move struct hci_sec_filter next to its user There is only single location using struct hci_sec_filter and with that there is no point in putting this declaration into a global header file. So move it right next to its user and make the code a lot more simpler. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>