ACPI: thinkpad-acpi: bump up version to 0.19
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / net / mac80211 / debugfs_key.h
blobaecfce395da60f683fcca9f2ca60437bf22c6030
1 #ifndef __MAC80211_DEBUGFS_KEY_H
2 #define __MAC80211_DEBUGFS_KEY_H
4 #ifdef CONFIG_MAC80211_DEBUGFS
5 void ieee80211_debugfs_key_add(struct ieee80211_local *local,
6 struct ieee80211_key *key);
7 void ieee80211_debugfs_key_remove(struct ieee80211_key *key);
8 void ieee80211_debugfs_key_add_default(struct ieee80211_sub_if_data *sdata);
9 void ieee80211_debugfs_key_remove_default(struct ieee80211_sub_if_data *sdata);
10 void ieee80211_debugfs_key_sta_link(struct ieee80211_key *key,
11 struct sta_info *sta);
12 void ieee80211_debugfs_key_sta_del(struct ieee80211_key *key,
13 struct sta_info *sta);
14 #else
15 static inline void ieee80211_debugfs_key_add(struct ieee80211_local *local,
16 struct ieee80211_key *key)
18 static inline void ieee80211_debugfs_key_remove(struct ieee80211_key *key)
20 static inline void ieee80211_debugfs_key_add_default(
21 struct ieee80211_sub_if_data *sdata)
23 static inline void ieee80211_debugfs_key_remove_default(
24 struct ieee80211_sub_if_data *sdata)
26 static inline void ieee80211_debugfs_key_sta_link(
27 struct ieee80211_key *key, struct sta_info *sta)
29 static inline void ieee80211_debugfs_key_sta_del(struct ieee80211_key *key,
30 struct sta_info *sta)
32 #endif
34 #endif /* __MAC80211_DEBUGFS_KEY_H */