diff options
author | David S. Miller <davem@davemloft.net> | 2008-08-30 02:06:00 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-30 02:06:00 -0400 |
commit | b171e19ed08c8ba832e5325fadf1be493f56665d (patch) | |
tree | 017208f9fcc4ef2cc3fe5cc3f262d2455eda9f61 /net/mac80211/ieee80211_i.h | |
parent | 143b11c03cd42f2284efe5128afc057d8fc86c78 (diff) | |
parent | 7c19a3d280297d43ef5ff7c6b205dc208a16d3d1 (diff) |
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Conflicts:
net/mac80211/mlme.c
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 2bb546744b94..570ae83c71b1 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -472,6 +472,8 @@ struct ieee80211_sub_if_data { | |||
472 | struct dentry *auth_transaction; | 472 | struct dentry *auth_transaction; |
473 | struct dentry *flags; | 473 | struct dentry *flags; |
474 | struct dentry *num_beacons_sta; | 474 | struct dentry *num_beacons_sta; |
475 | struct dentry *force_unicast_rateidx; | ||
476 | struct dentry *max_ratectrl_rateidx; | ||
475 | } sta; | 477 | } sta; |
476 | struct { | 478 | struct { |
477 | struct dentry *drop_unencrypted; | 479 | struct dentry *drop_unencrypted; |
@@ -485,9 +487,13 @@ struct ieee80211_sub_if_data { | |||
485 | struct { | 487 | struct { |
486 | struct dentry *drop_unencrypted; | 488 | struct dentry *drop_unencrypted; |
487 | struct dentry *peer; | 489 | struct dentry *peer; |
490 | struct dentry *force_unicast_rateidx; | ||
491 | struct dentry *max_ratectrl_rateidx; | ||
488 | } wds; | 492 | } wds; |
489 | struct { | 493 | struct { |
490 | struct dentry *drop_unencrypted; | 494 | struct dentry *drop_unencrypted; |
495 | struct dentry *force_unicast_rateidx; | ||
496 | struct dentry *max_ratectrl_rateidx; | ||
491 | } vlan; | 497 | } vlan; |
492 | struct { | 498 | struct { |
493 | struct dentry *mode; | 499 | struct dentry *mode; |