Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next.git

Conflicts:
	include/net/bluetooth/l2cap.h
	net/bluetooth/hci_conn.c
	net/bluetooth/l2cap_core.c
This commit is contained in:
Johan Hedberg
2012-02-16 14:23:04 +02:00
2623 fájl változott, egészen pontosan 108618 új sor hozzáadva és 44881 régi sor törölve

Fájl megtekintése

@@ -37,13 +37,13 @@
#define VERSION "0.6"
static int ignore_dga;
static int ignore_csr;
static int ignore_sniffer;
static int disable_scofix;
static int force_scofix;
static bool ignore_dga;
static bool ignore_csr;
static bool ignore_sniffer;
static bool disable_scofix;
static bool force_scofix;
static int reset = 1;
static bool reset = 1;
static struct usb_driver btusb_driver;

Fájl megtekintése

@@ -49,8 +49,8 @@
#define VERSION "0.3"
static int txcrc = 1;
static int hciextn = 1;
static bool txcrc = 1;
static bool hciextn = 1;
#define BCSP_TXWINSIZE 4

Fájl megtekintése

@@ -48,7 +48,7 @@
#define VERSION "2.2"
static int reset = 0;
static bool reset = 0;
static struct hci_uart_proto *hup[HCI_UART_MAX_PROTO];