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)
commitb7cb93e52839ee44959adabc17c2a17422e6bd4b
tree8e00a2b40ace2987f34295f3084edd7fc126181c
parenteacb44dff98559d4682072c0061e1ecb63687e9c
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
This page took 0.02881 seconds and 5 git commands to generate.