Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/
Dairo.c230 static int aux_bap /* = 0 */; /* Checks to see if the aux ports are needed to read variable
259 module_param(aux_bap, int, 0);
260 MODULE_PARM_DESC(aux_bap, "If non-zero, the driver will switch into a mode \
3820 if (!aux_bap || rsp.status & 0xff00) { in setup_card()