diff options
Diffstat (limited to 'net/wireless/core.h')
-rw-r--r-- | net/wireless/core.h | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/net/wireless/core.h b/net/wireless/core.h index 68b321997d4c..4ef3efc94106 100644 --- a/net/wireless/core.h +++ b/net/wireless/core.h | |||
@@ -72,17 +72,6 @@ struct cfg80211_registered_device { | |||
72 | /* current channel */ | 72 | /* current channel */ |
73 | struct ieee80211_channel *channel; | 73 | struct ieee80211_channel *channel; |
74 | 74 | ||
75 | #ifdef CONFIG_CFG80211_DEBUGFS | ||
76 | /* Debugfs entries */ | ||
77 | struct wiphy_debugfsdentries { | ||
78 | struct dentry *rts_threshold; | ||
79 | struct dentry *fragmentation_threshold; | ||
80 | struct dentry *short_retry_limit; | ||
81 | struct dentry *long_retry_limit; | ||
82 | struct dentry *ht40allow_map; | ||
83 | } debugfs; | ||
84 | #endif | ||
85 | |||
86 | /* must be last because of the way we do wiphy_priv(), | 75 | /* must be last because of the way we do wiphy_priv(), |
87 | * and it should at least be aligned to NETDEV_ALIGN */ | 76 | * and it should at least be aligned to NETDEV_ALIGN */ |
88 | struct wiphy wiphy __attribute__((__aligned__(NETDEV_ALIGN))); | 77 | struct wiphy wiphy __attribute__((__aligned__(NETDEV_ALIGN))); |
@@ -102,6 +91,8 @@ bool wiphy_idx_valid(int wiphy_idx) | |||
102 | return (wiphy_idx >= 0); | 91 | return (wiphy_idx >= 0); |
103 | } | 92 | } |
104 | 93 | ||
94 | |||
95 | extern struct workqueue_struct *cfg80211_wq; | ||
105 | extern struct mutex cfg80211_mutex; | 96 | extern struct mutex cfg80211_mutex; |
106 | extern struct list_head cfg80211_rdev_list; | 97 | extern struct list_head cfg80211_rdev_list; |
107 | extern int cfg80211_rdev_list_generation; | 98 | extern int cfg80211_rdev_list_generation; |
@@ -284,6 +275,8 @@ int cfg80211_join_ibss(struct cfg80211_registered_device *rdev, | |||
284 | struct cfg80211_ibss_params *params, | 275 | struct cfg80211_ibss_params *params, |
285 | struct cfg80211_cached_keys *connkeys); | 276 | struct cfg80211_cached_keys *connkeys); |
286 | void cfg80211_clear_ibss(struct net_device *dev, bool nowext); | 277 | void cfg80211_clear_ibss(struct net_device *dev, bool nowext); |
278 | int __cfg80211_leave_ibss(struct cfg80211_registered_device *rdev, | ||
279 | struct net_device *dev, bool nowext); | ||
287 | int cfg80211_leave_ibss(struct cfg80211_registered_device *rdev, | 280 | int cfg80211_leave_ibss(struct cfg80211_registered_device *rdev, |
288 | struct net_device *dev, bool nowext); | 281 | struct net_device *dev, bool nowext); |
289 | void __cfg80211_ibss_joined(struct net_device *dev, const u8 *bssid); | 282 | void __cfg80211_ibss_joined(struct net_device *dev, const u8 *bssid); |