diff options
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 7b5cc146c81b..0149f9055918 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -291,6 +291,9 @@ struct ieee80211_sub_if_data { | |||
291 | 291 | ||
292 | struct wireless_dev wdev; | 292 | struct wireless_dev wdev; |
293 | 293 | ||
294 | /* keys */ | ||
295 | struct list_head key_list; | ||
296 | |||
294 | struct net_device *dev; | 297 | struct net_device *dev; |
295 | struct ieee80211_local *local; | 298 | struct ieee80211_local *local; |
296 | 299 | ||
@@ -810,11 +813,6 @@ int ieee80211_monitor_start_xmit(struct sk_buff *skb, struct net_device *dev); | |||
810 | int ieee80211_subif_start_xmit(struct sk_buff *skb, struct net_device *dev); | 813 | int ieee80211_subif_start_xmit(struct sk_buff *skb, struct net_device *dev); |
811 | int ieee80211_mgmt_start_xmit(struct sk_buff *skb, struct net_device *dev); | 814 | int ieee80211_mgmt_start_xmit(struct sk_buff *skb, struct net_device *dev); |
812 | 815 | ||
813 | /* key handling */ | ||
814 | struct ieee80211_key *ieee80211_key_alloc(struct ieee80211_sub_if_data *sdata, | ||
815 | int idx, size_t key_len, gfp_t flags); | ||
816 | void ieee80211_key_free(struct ieee80211_key *key); | ||
817 | |||
818 | /* utility functions/constants */ | 816 | /* utility functions/constants */ |
819 | extern void *mac80211_wiphy_privid; /* for wiphy privid */ | 817 | extern void *mac80211_wiphy_privid; /* for wiphy privid */ |
820 | extern const unsigned char rfc1042_header[6]; | 818 | extern const unsigned char rfc1042_header[6]; |