diff options
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 72499fe5fc36..ce58b2a676e2 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -557,7 +557,7 @@ struct ieee80211_sub_if_data { | |||
557 | unsigned int fragment_next; | 557 | unsigned int fragment_next; |
558 | 558 | ||
559 | struct ieee80211_key *keys[NUM_DEFAULT_KEYS + NUM_DEFAULT_MGMT_KEYS]; | 559 | struct ieee80211_key *keys[NUM_DEFAULT_KEYS + NUM_DEFAULT_MGMT_KEYS]; |
560 | struct ieee80211_key *default_key; | 560 | struct ieee80211_key *default_unicast_key, *default_multicast_key; |
561 | struct ieee80211_key *default_mgmt_key; | 561 | struct ieee80211_key *default_mgmt_key; |
562 | 562 | ||
563 | u16 sequence_number; | 563 | u16 sequence_number; |
@@ -595,7 +595,8 @@ struct ieee80211_sub_if_data { | |||
595 | struct { | 595 | struct { |
596 | struct dentry *dir; | 596 | struct dentry *dir; |
597 | struct dentry *subdir_stations; | 597 | struct dentry *subdir_stations; |
598 | struct dentry *default_key; | 598 | struct dentry *default_unicast_key; |
599 | struct dentry *default_multicast_key; | ||
599 | struct dentry *default_mgmt_key; | 600 | struct dentry *default_mgmt_key; |
600 | } debugfs; | 601 | } debugfs; |
601 | #endif | 602 | #endif |