iPXE
|
#include <rtl818x.h>
Data Fields | |
char * | name |
u8 | id |
void(* | init )(struct net80211_device *dev) |
void(* | stop )(struct net80211_device *dev) |
void(* | set_chan )(struct net80211_device *dev, struct net80211_channel *chan) |
void(* | conf_erp )(struct net80211_device *dev) |
u8 rtl818x_rf_ops::id |
Definition at line 353 of file rtl818x.h.
Referenced by rtl818x_probe().
void(* rtl818x_rf_ops::init) (struct net80211_device *dev) |
void(* rtl818x_rf_ops::stop) (struct net80211_device *dev) |
void(* rtl818x_rf_ops::set_chan) (struct net80211_device *dev, struct net80211_channel *chan) |
void(* rtl818x_rf_ops::conf_erp) (struct net80211_device *dev) |