]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge remote-tracking branch 'bluetooth/master'
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 3 Nov 2011 03:47:50 +0000 (14:47 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 3 Nov 2011 03:47:50 +0000 (14:47 +1100)
Conflicts:
net/bluetooth/l2cap_sock.c

1  2 
drivers/bluetooth/btusb.c
include/net/bluetooth/bluetooth.h
net/bluetooth/l2cap_sock.c
net/bluetooth/rfcomm/sock.c

Simple merge
Simple merge
index e8292369cdcf68981b4a59969b2c4af41b703f90,646aefc4f1d730e8d04b3b4d69cc1e21cf64aebe..930a95b5016fc5e8b06ce88571c5f6c10ece4dd7
@@@ -931,12 -944,7 +946,9 @@@ static void l2cap_sock_init(struct soc
                chan->max_tx = pchan->max_tx;
                chan->tx_win = pchan->tx_win;
                chan->sec_level = pchan->sec_level;
-               chan->role_switch = pchan->role_switch;
-               chan->force_reliable = pchan->force_reliable;
-               chan->flushable = pchan->flushable;
-               chan->force_active = pchan->force_active;
+               chan->flags = pchan->flags;
 +
 +              security_sk_clone(parent, sk);
        } else {
  
                switch (sk->sk_type) {
Simple merge