#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) |
Definition at line 350 of file rtl818x.h.
| char* rtl818x_rf_ops::name |
| void(* rtl818x_rf_ops::init)(struct net80211_device *dev) |
Referenced by rtl818x_init_hw().
| void(* rtl818x_rf_ops::stop)(struct net80211_device *dev) |
Referenced by rtl818x_stop().
| void(* rtl818x_rf_ops::set_chan)(struct net80211_device *dev, struct net80211_channel *chan) |
Referenced by rtl818x_config().
| void(* rtl818x_rf_ops::conf_erp)(struct net80211_device *dev) |
Referenced by rtl818x_config().
1.5.7.1