]> git.baikalelectronics.ru Git - kernel.git/commit
[Bluetooth] Move CRC table into RFCOMM core
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 28 Oct 2005 17:20:36 +0000 (19:20 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 28 Oct 2005 17:20:36 +0000 (19:20 +0200)
commit44eda94a1b465c9f750817ba77d1efcda7b4e725
tree11e086c44c2f313e27cec46c7ad799b7614b01c9
parent585c283e8eba1da1c0d98bc963fed52f45a4e352
[Bluetooth] Move CRC table into RFCOMM core

This patch moves rfcomm_crc_table[] into the RFCOMM core, because there
is no need to keep it in a separate file.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/bluetooth/rfcomm.h
net/bluetooth/rfcomm/Makefile
net/bluetooth/rfcomm/core.c
net/bluetooth/rfcomm/crc.c [deleted file]