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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ddgrs.c25 * mode, add "nicmode=1" on the insmod load line for the driver.
1535 static int nicmode = -1; variable
1544 module_param(nicmode, int, 0);
1547 MODULE_PARM_DESC(nicmode, "Digi RightSwitch operating mode (1: switch, 2: multi-NIC)");
1563 * nicmode=NNN
1569 if (nicmode >= 0)
1570 dgrs_nicmode = nicmode;

Completed in 85 milliseconds