Searched refs:channel_mtu (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/bluetooth/rfcomm/
H A Dcore.c58 static int channel_mtu = -1; variable
816 if (cr && channel_mtu >= 0)
817 pn->mtu = htobs(channel_mtu);
2106 module_param(channel_mtu, int, 0644);
2107 MODULE_PARM_DESC(channel_mtu, "Default MTU for the RFCOMM channel");

Completed in 37 milliseconds