mbox series

[0/4] Cleanup patches for LL Privacy work

Message ID cover.1586412226.git.marcel@holtmann.org (mailing list archive)
Headers show
Series Cleanup patches for LL Privacy work | expand

Message

Marcel Holtmann April 9, 2020, 6:05 a.m. UTC
These are are few cleanup patches before the LL Privacy work can
continue.

Marcel Holtmann (4):
  Bluetooth: Sort list of LE features constants
  Bluetooth: Use extra variable to make code more readable
  Bluetooth: Enable LE Enhanced Connection Complete event.
  Bluetooth: Clear HCI_LL_RPA_RESOLUTION flag on reset

 include/net/bluetooth/hci.h      | 5 ++---
 include/net/bluetooth/hci_core.h | 1 +
 net/bluetooth/hci_core.c         | 8 ++++++++
 net/bluetooth/hci_request.c      | 4 +++-
 4 files changed, 14 insertions(+), 4 deletions(-)

Comments

Johan Hedberg April 15, 2020, 1:52 p.m. UTC | #1
Hi Marcel,

On Thu, Apr 09, 2020, Marcel Holtmann wrote:
> These are are few cleanup patches before the LL Privacy work can
> continue.
> 
> Marcel Holtmann (4):
>   Bluetooth: Sort list of LE features constants
>   Bluetooth: Use extra variable to make code more readable
>   Bluetooth: Enable LE Enhanced Connection Complete event.
>   Bluetooth: Clear HCI_LL_RPA_RESOLUTION flag on reset
> 
>  include/net/bluetooth/hci.h      | 5 ++---
>  include/net/bluetooth/hci_core.h | 1 +
>  net/bluetooth/hci_core.c         | 8 ++++++++
>  net/bluetooth/hci_request.c      | 4 +++-
>  4 files changed, 14 insertions(+), 4 deletions(-)

All patches in this set have been applied to bluetooth-next. Thanks.

Johan