Bluetooth: 6lowpan: Fix imtu & omtu values
[cascardo/linux.git] / net / bluetooth / 6lowpan.c
index 131e79c..3e20f7a 100644 (file)
@@ -775,8 +775,7 @@ static struct l2cap_chan *chan_create(void)
 
        chan->chan_type = L2CAP_CHAN_CONN_ORIENTED;
        chan->mode = L2CAP_MODE_LE_FLOWCTL;
-       chan->omtu = 65535;
-       chan->imtu = chan->omtu;
+       chan->imtu = 1280;
 
        return chan;
 }