mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00:00
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>
This commit is contained in:
parent
a7bc376c85
commit
0e82ffe3b9
9 changed files with 91 additions and 126 deletions
|
@ -66,6 +66,9 @@ struct cfg80211_registered_device {
|
|||
struct work_struct conn_work;
|
||||
struct work_struct event_work;
|
||||
|
||||
/* current channel */
|
||||
struct ieee80211_channel *channel;
|
||||
|
||||
#ifdef CONFIG_CFG80211_DEBUGFS
|
||||
/* Debugfs entries */
|
||||
struct wiphy_debugfsdentries {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue