~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to net/mac80211/key.h

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
int __must_check ieee80211_key_link(struct ieee80211_key *key,
136
136
                                    struct ieee80211_sub_if_data *sdata,
137
137
                                    struct sta_info *sta);
 
138
void __ieee80211_key_free(struct ieee80211_key *key);
138
139
void ieee80211_key_free(struct ieee80211_local *local,
139
140
                        struct ieee80211_key *key);
140
141
void ieee80211_set_default_key(struct ieee80211_sub_if_data *sdata, int idx,
145
146
void ieee80211_enable_keys(struct ieee80211_sub_if_data *sdata);
146
147
void ieee80211_disable_keys(struct ieee80211_sub_if_data *sdata);
147
148
 
 
149
#define key_mtx_dereference(local, ref) \
 
150
        rcu_dereference_protected(ref, lockdep_is_held(&((local)->key_mtx)))
 
151
 
148
152
#endif /* IEEE80211_KEY_H */