summaryrefslogtreecommitdiff
path: root/net/mac80211/debugfs_sta.h
blob: 8b608903259f9a89f324f126db7a73ca13bb253c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __MAC80211_DEBUGFS_STA_H
#define __MAC80211_DEBUGFS_STA_H

#include "sta_info.h"

#ifdef CONFIG_MAC80211_DEBUGFS
void ieee80211_sta_debugfs_add(struct sta_info *sta);
void ieee80211_sta_debugfs_remove(struct sta_info *sta);
#else
static inline void ieee80211_sta_debugfs_add(struct sta_info *sta) {}
static inline void ieee80211_sta_debugfs_remove(struct sta_info *sta) {}
#endif

#endif /* __MAC80211_DEBUGFS_STA_H */
ove&id=8443075eacb51df8539916c4170d2fdfe7c81433'>8443075eacb51df8539916c4170d2fdfe7c81433 (patch) tree83d18d719f772ea91ceb4f6064e99bac32757f09 /include parentb4eb4f7f1a979552e0e9f54d0cef4abd0140beef (diff)
audit: tame initialization warning len_abuf in audit_log_execve_info
Tame initialization warning of len_abuf in audit_log_execve_info even though there isn't presently a bug introduced by commit 43761473c254 ("audit: fix a double fetch in audit_log_single_execve_arg()"). Using UNINITIALIZED_VAR instead may mask future bugs. Signed-off-by: Richard Guy Briggs <rgb@redhat.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'include')