OSDN Git Service

Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags field
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 13 Mar 2015 16:04:17 +0000 (09:04 -0700)
committerJohan Hedberg <johan.hedberg@intel.com>
Fri, 13 Mar 2015 16:35:45 +0000 (18:35 +0200)
commiteacb44dff98559d4682072c0061e1ecb63687e9c
tree5634cae7658ca3029b8d56426086d5fa6f7e7299
parent6576fe4afc1203d27a5f4c8f5511f44203f4e333
Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags field

The hdev->dev_flags field has outgrown itself on 32-bit systems. So
instead of hacking around it, switch to using DECLARE_BITMAP.

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_event.c