2002-10-05 22:22:16

by Max Krasnyansky

[permalink] [raw]
Subject: [BK 4/6] 2.5.x Bluetooth subsystem update. BNEP support.

Patch #4:

Adds support for BNEP (Bluetooth Network Encapsulation Protocol).
It's basically simple Ethernet emulation on top of Bluetooth.

# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.699 -> 1.700
# net/bluetooth/Makefile 1.4 -> 1.5
# net/bluetooth/Config.help 1.2 -> 1.3
# net/bluetooth/Config.in 1.2 -> 1.3
# (new) -> 1.1 net/bluetooth/bnep/crc32.h
# (new) -> 1.1 net/bluetooth/bnep/Config.in
# (new) -> 1.1 net/bluetooth/bnep/crc32.c
# (new) -> 1.1 net/bluetooth/bnep/bnep.h
# (new) -> 1.1 net/bluetooth/bnep/core.c
# (new) -> 1.1 net/bluetooth/bnep/netdev.c
# (new) -> 1.1 net/bluetooth/bnep/Makefile
# (new) -> 1.1 net/bluetooth/bnep/sock.c
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/10/04 maxk@viper.(none) 1.700
# BNEP (Bluetooth Network Encapsulation Protocol) support.
# --------------------------------------------

http://bluez.sourceforge.net/patches/bt-2.5-bnep.gz

Max