L2CAP_DEFAULT_TX_WINDOW
if (chan->tx_win > L2CAP_DEFAULT_TX_WINDOW &&
L2CAP_DEFAULT_TX_WINDOW);
chan->tx_win_max = L2CAP_DEFAULT_TX_WINDOW;
L2CAP_DEFAULT_TX_WINDOW);
rfc.txwin_size = L2CAP_DEFAULT_TX_WINDOW;
.txwin_size = min_t(u16, chan->ack_win, L2CAP_DEFAULT_TX_WINDOW),
chan->tx_win = L2CAP_DEFAULT_TX_WINDOW;
chan->tx_win_max = L2CAP_DEFAULT_TX_WINDOW;
chan->ack_win = L2CAP_DEFAULT_TX_WINDOW;