GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / net / mac80211 / debugfs_key.h
blob54717b4e1371b352dc1bed514ab3c74954fd7538
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_key *key);
6 void ieee80211_debugfs_key_remove(struct ieee80211_key *key);
7 void ieee80211_debugfs_key_add_default(struct ieee80211_sub_if_data *sdata);
8 void ieee80211_debugfs_key_remove_default(struct ieee80211_sub_if_data *sdata);
9 void ieee80211_debugfs_key_add_mgmt_default(
10 struct ieee80211_sub_if_data *sdata);
11 void ieee80211_debugfs_key_remove_mgmt_default(
12 struct ieee80211_sub_if_data *sdata);
13 void ieee80211_debugfs_key_sta_del(struct ieee80211_key *key,
14 struct sta_info *sta);
15 #else
16 static inline void ieee80211_debugfs_key_add(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_add_mgmt_default(
27 struct ieee80211_sub_if_data *sdata)
29 static inline void ieee80211_debugfs_key_remove_mgmt_default(
30 struct ieee80211_sub_if_data *sdata)
32 static inline void ieee80211_debugfs_key_sta_del(struct ieee80211_key *key,
33 struct sta_info *sta)
35 #endif
37 #endif /* __MAC80211_DEBUGFS_KEY_H */