Skip to content

Commit 1055668

Browse files
committed
Merge remote-tracking branch 'bluetooth/master'
2 parents 253d46f + c567c77 commit 1055668

File tree

15 files changed

+1870
-759
lines changed

15 files changed

+1870
-759
lines changed

include/net/bluetooth/hci.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ enum {
131131
HCI_PERIODIC_INQ,
132132
HCI_FAST_CONNECTABLE,
133133
HCI_BREDR_ENABLED,
134+
HCI_6LOWPAN_ENABLED,
134135
};
135136

136137
/* A mask for the flags that are supposed to remain when a reset happens

include/net/bluetooth/hci_core.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@ enum {
448448
HCI_CONN_SSP_ENABLED,
449449
HCI_CONN_POWER_SAVE,
450450
HCI_CONN_REMOTE_OOB,
451+
HCI_CONN_6LOWPAN,
451452
};
452453

453454
static inline bool hci_conn_ssp_enabled(struct hci_conn *conn)

include/net/bluetooth/l2cap.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ struct l2cap_conninfo {
136136
#define L2CAP_FC_L2CAP 0x02
137137
#define L2CAP_FC_CONNLESS 0x04
138138
#define L2CAP_FC_A2MP 0x08
139+
#define L2CAP_FC_6LOWPAN 0x3e /* reserved and temporary value */
139140

140141
/* L2CAP Control Field bit masks */
141142
#define L2CAP_CTRL_SAR 0xC000

include/uapi/linux/if_arp.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
#define ARPHRD_CAIF 822 /* CAIF media type */
9595
#define ARPHRD_IP6GRE 823 /* GRE over IPv6 */
9696
#define ARPHRD_NETLINK 824 /* Netlink header */
97+
#define ARPHRD_6LOWPAN 825 /* IPv6 over LoWPAN */
9798

9899
#define ARPHRD_VOID 0xFFFF /* Void type, nothing is known */
99100
#define ARPHRD_NONE 0xFFFE /* zero header length */

0 commit comments

Comments
 (0)