Home
last modified time | relevance | path

Searched refs:disable_cfc (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/bluetooth/rfcomm/
H A Dcore.c42 static bool disable_cfc; variable
697 s->cfc = disable_cfc ? RFCOMM_CFC_DISABLED : RFCOMM_CFC_UNKNOWN; in rfcomm_session_add()
2272 module_param(disable_cfc, bool, 0644);
2273 MODULE_PARM_DESC(disable_cfc, "Disable credit based flow control");