Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
debugfs_key.h
Go to the documentation of this file.
1 #ifndef __MAC80211_DEBUGFS_KEY_H
2 #define __MAC80211_DEBUGFS_KEY_H
3 
4 #ifdef CONFIG_MAC80211_DEBUGFS
13  struct sta_info *sta);
14 #else
15 static inline void ieee80211_debugfs_key_add(struct ieee80211_key *key)
16 {}
17 static inline void ieee80211_debugfs_key_remove(struct ieee80211_key *key)
18 {}
19 static inline void ieee80211_debugfs_key_update_default(
21 {}
24 {}
27 {}
28 static inline void ieee80211_debugfs_key_sta_del(struct ieee80211_key *key,
29  struct sta_info *sta)
30 {}
31 #endif
32 
33 #endif /* __MAC80211_DEBUGFS_KEY_H */