/* Definitions for the module global and device specific settings are defined * here. Two structs are used for them. brcmf_mp_global_t and brcmf_mp_device. * The mp_global is instantiated once in a global struct and gets initialized * by the common_attach function which should be called before any other * (module) initiliazation takes place. The device specific settings is part * of the drvr struct and should be initialized on every brcmf_attach.
*/
/* Sets dongle media info (drv_version, mac address). */ int brcmf_c_preinit_dcmds(struct brcmf_if *ifp); int brcmf_c_set_cur_etheraddr(struct brcmf_if *ifp, const u8 *addr);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.