]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Delcare the hci_sec_filter as const
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 11 Jul 2014 03:36:40 +0000 (05:36 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Fri, 11 Jul 2014 10:54:24 +0000 (13:54 +0300)
commite06f71875ade7c2b5950cdc0244b16f72a1fe5c4
tree881a9ff1a6a52854582a3879c8a21dd4ae75e432
parent1ea6172bc839a1ca49f2e1550857c24ee0460344
Bluetooth: Delcare the hci_sec_filter as const

The hci_sec_filter socket filter details do not change. They are fixed
and with that they can also be delcared as const.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
net/bluetooth/hci_sock.c