/* wpan_phy index, internal only */ int wpan_phy_idx;
/* also protected by devlist_mtx */ int opencount;
wait_queue_head_t dev_wait;
/* protected by RTNL only */ int num_running_ifaces;
/* associated wpan interfaces, protected by rtnl or RCU */ struct list_head wpan_dev_list; int devlist_generation, wpan_dev_id;
/* must be last because of the way we do wpan_phy_priv(), * and it should at least be aligned to NETDEV_ALIGN
*/ struct wpan_phy wpan_phy __aligned(NETDEV_ALIGN);
};
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.