init_smt
init_smt(adapter);
int init_smt(struct s_smc *smc, const u_char *mac_addr);
init_smt(smc, (smc->os.dev)->dev_addr); // Initialize the hardware.
init_smt(smc, NULL);