summaryrefslogtreecommitdiff
path: root/net/wireless/debugfs.h
blob: 74fdd3811427e2014974aa6607527fc45b51329c (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __CFG80211_DEBUGFS_H
#define __CFG80211_DEBUGFS_H

#ifdef CONFIG_CFG80211_DEBUGFS
void cfg80211_debugfs_rdev_add(struct cfg80211_registered_device *rdev);
#else
static inline
void cfg80211_debugfs_rdev_add(struct cfg80211_registered_device *rdev) {}
#endif

#endif /* __CFG80211_DEBUGFS_H */
nly
authorJohannes Berg <johannes.berg@intel.com>2017-01-02 16:01:57 +0100
committerJohannes Berg <johannes.berg@intel.com>2017-01-24 11:07:35 +0100
commit1331b62c97217459780e040e8a66bb609f2acd20 (patch)
treef06688ed329f86dcfaa462582681f9156fca16f3 /net/tipc/bcast.h
parent57eeb2086d6477968990e1790a9d8d0ec7ee8a4d (diff)
rfkill: remove rfkill-regulator
There are no users of this ("vrfkill") in the tree, so it's just dead code - remove it. This also isn't really how rfkill is supposed to be used - it's intended as a signalling mechanism to/from the device, which the driver (and partially cfg80211) will handle - having a separate rfkill instance for a regulator is confusing, the driver should use the regulator instead to turn off the device when requested. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/tipc/bcast.h')