Bluetooth: Consolidate whitelist debugfs entry into device_list
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 2 Nov 2014 20:46:52 +0000 (21:46 +0100)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 3 Nov 2014 08:13:42 +0000 (10:13 +0200)
commit40f4938aa6bfe2d792c0665c16d9dd15a5c1b119
tree098dda86a69f515eb3b173f1fc5a066003f5c191
parent27c3fbe00b4beb373f1460b745164d699de94247
Bluetooth: Consolidate whitelist debugfs entry into device_list

The debufs entry for the BR/EDR whitelist is confusing since there is
a controller debugfs entry with the name white_list and both are two
different things.

With the BR/EDR whitelist, the actual interface in use is the device
list and thus just include all values from the internal BR/EDR whitelist
in the device_list debugfs entry.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
net/bluetooth/hci_core.c