]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: move hci_get_random_address() to hci_sync
authorBrian Gix <brian.gix@intel.com>
Fri, 5 Aug 2022 23:42:34 +0000 (16:42 -0700)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 25 Aug 2022 23:20:11 +0000 (16:20 -0700)
commit83778a91717782b51ae37dff6f8f321fb0db9139
tree2c8332909b066ed6bfca2626cb955c2c6b2116cb
parentca6f7cb7440b8ca96870b4b841f9f6baaa2cffb6
Bluetooth: move hci_get_random_address() to hci_sync

This function has no dependencies on the deprecated hci_request
mechanism, so has been moved unchanged to hci_sync.c

Signed-off-by: Brian Gix <brian.gix@intel.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
include/net/bluetooth/hci_sync.h
net/bluetooth/hci_request.c
net/bluetooth/hci_request.h
net/bluetooth/hci_sync.c