Go to the documentation of this file.
24 #include <linux/netdevice.h>
33 #define WPAN_NUM_CHANNELS 27
34 #define WPAN_NUM_PAGES 32
60 #define to_phy(_dev) container_of(_dev, struct wpan_phy, dev)
73 static inline void *wpan_phy_priv(
struct wpan_phy *
phy)
81 static inline void wpan_phy_put(
struct wpan_phy *
phy)
86 static inline const char *wpan_phy_name(
struct wpan_phy *
phy)
88 return dev_name(&phy->
dev);