GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / net / wireless / libertas / cfg.h
blob4f46bb744bee8f4f8cb6432e09cf4a020180350d
1 #ifndef __LBS_CFG80211_H__
2 #define __LBS_CFG80211_H__
4 struct device;
5 struct lbs_private;
6 struct regulatory_request;
7 struct wiphy;
9 struct wireless_dev *lbs_cfg_alloc(struct device *dev);
10 int lbs_cfg_register(struct lbs_private *priv);
11 void lbs_cfg_free(struct lbs_private *priv);
13 int lbs_reg_notifier(struct wiphy *wiphy,
14 struct regulatory_request *request);
16 void lbs_send_disconnect_notification(struct lbs_private *priv);
17 void lbs_send_mic_failureevent(struct lbs_private *priv, u32 event);
19 void lbs_scan_deinit(struct lbs_private *priv);
21 #endif