]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flags
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 13 Mar 2015 17:20:35 +0000 (10:20 -0700)
committerJohan Hedberg <johan.hedberg@intel.com>
Fri, 13 Mar 2015 17:28:36 +0000 (19:28 +0200)
commit16fc46eae1a0198adcedd434feb3831af1570866
tree8e00a2b40ace2987f34295f3084edd7fc126181c
parent31dec0f61725897ff87349b84b5470c461a68366
Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flags

With the extension of hdev->dev_flags utilizing a bitmap now, the space
is no longer restricted. Merge the hdev->dbg_flags into hdev->dev_flags
to save space on 64-bit architectures. On 32-bit architectures no size
reduction happens.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
include/net/bluetooth/hci.h
include/net/bluetooth/hci_core.h
net/bluetooth/hci_core.c
net/bluetooth/hci_debugfs.c
net/bluetooth/hci_request.c
net/bluetooth/l2cap_core.c
net/bluetooth/mgmt.c
net/bluetooth/smp.c