brcmu_dotrev_str
seq_printf(s, "radiorev: %s\n", brcmu_dotrev_str(ri->radiorev, drev));
seq_printf(s, "driverrev: %s\n", brcmu_dotrev_str(ri->driverrev, drev));
brcmu_dotrev_str(drvr->revinfo.driverrev, drev);
EXPORT_SYMBOL(brcmu_dotrev_str);
char *brcmu_dotrev_str(u32 dotrev, char *buf);