Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/rfcomm/
Dcore.c40 static bool disable_cfc; variable
660 s->cfc = disable_cfc ? RFCOMM_CFC_DISABLED : RFCOMM_CFC_UNKNOWN; in rfcomm_session_add()
2261 module_param(disable_cfc, bool, 0644);
2262 MODULE_PARM_DESC(disable_cfc, "Disable credit based flow control");