module_param(copy_eeprom, int, 0444);
MODULE_PARM_DESC(copy_eeprom, "Copy eeprom.");
-static int ngene_fw_debug;
-module_param(ngene_fw_debug, int, 0444);
-MODULE_PARM_DESC(ngene_fw_debug, "Debug firmware.");
-
static int debug;
module_param(debug, int, 0444);
MODULE_PARM_DESC(debug, "Print debugging information.");
cleft - FIRSTCHUNK);
cleft = FIRSTCHUNK;
}
- ngene_fw[FW_DEBUG_DEFAULT - PROGRAM_SRAM] = ngene_fw_debug;
ngcpyto(DATA_FIFO_AREA, ngene_fw, cleft);
memset(&com, 0, sizeof(struct ngene_command));