diff options
author | David S. Miller <davem@davemloft.net> | 2008-09-08 19:59:05 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-09-08 19:59:05 -0400 |
commit | 17dce5dfe38ae2fb359b61e855f5d8a3a8b7892b (patch) | |
tree | 88bb1fcf84f9ebfa4299c9a8dcd9e6330b358446 /net/mac80211/ieee80211_i.h | |
parent | 712d6954e3998d0de2840d8130941e8042541246 (diff) | |
parent | 82a28c794f27aac17d7a3ebd7f14d731a11a5532 (diff) |
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
Conflicts:
net/mac80211/mlme.c
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 570ae83c71b1..c68d4df11196 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -498,8 +498,10 @@ struct ieee80211_sub_if_data { | |||
498 | struct { | 498 | struct { |
499 | struct dentry *mode; | 499 | struct dentry *mode; |
500 | } monitor; | 500 | } monitor; |
501 | struct dentry *default_key; | ||
502 | } debugfs; | 501 | } debugfs; |
502 | struct { | ||
503 | struct dentry *default_key; | ||
504 | } common_debugfs; | ||
503 | 505 | ||
504 | #ifdef CONFIG_MAC80211_MESH | 506 | #ifdef CONFIG_MAC80211_MESH |
505 | struct dentry *mesh_stats_dir; | 507 | struct dentry *mesh_stats_dir; |