diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-07-27 06:01:50 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-07-29 15:46:14 -0400 |
commit | 0e82ffe3b90bcad72cfe80e4379946b8fb0691ca (patch) | |
tree | c6b73524d4db86ddcaa866d7ea81a9600b610413 /net/wireless/core.h | |
parent | a7bc376c858e0e724b8cb2db09b6874562d377ca (diff) |
cfg80211: combine iwfreq implementations
Until now we implemented iwfreq for managed mode, we
needed to keep the implementations separate, but now
that we have all versions implemented we can combine
them and export just one handler.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/wireless/core.h')
-rw-r--r-- | net/wireless/core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/wireless/core.h b/net/wireless/core.h index 4276b70cd975..6d903c1d721d 100644 --- a/net/wireless/core.h +++ b/net/wireless/core.h | |||
@@ -66,6 +66,9 @@ struct cfg80211_registered_device { | |||
66 | struct work_struct conn_work; | 66 | struct work_struct conn_work; |
67 | struct work_struct event_work; | 67 | struct work_struct event_work; |
68 | 68 | ||
69 | /* current channel */ | ||
70 | struct ieee80211_channel *channel; | ||
71 | |||
69 | #ifdef CONFIG_CFG80211_DEBUGFS | 72 | #ifdef CONFIG_CFG80211_DEBUGFS |
70 | /* Debugfs entries */ | 73 | /* Debugfs entries */ |
71 | struct wiphy_debugfsdentries { | 74 | struct wiphy_debugfsdentries { |