]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit31dec0f61725897ff87349b84b5470c461a68366
tree5634cae7658ca3029b8d56426086d5fa6f7e7299
parentf806a1a02208c588d420f9b54ab3dd64d2673320
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