]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit408c1ce2716c7a004851c93f9f9dcf3d763bc240
tree11e086c44c2f313e27cec46c7ad799b7614b01c9
parent741b2252a5e14d6c60a913c77a6099abe73a854a
[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]