diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-09-18 17:29:21 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:52:33 -0400 |
commit | d86ec781ef9627a3fcd64a7a91d1b79a74d3927b (patch) | |
tree | 377a14668e77254ee85675320513f4823849b1b0 /net | |
parent | c095df531f3ab9699b031e220c0da76d6407b157 (diff) |
[MAC80211]: kill vlan_id
Each station has a vlan_id that is useless. Remove it.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Michael Wu <flamingice@sourmilk.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/mac80211/debugfs_sta.c | 1 | ||||
-rw-r--r-- | net/mac80211/sta_info.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/net/mac80211/debugfs_sta.c b/net/mac80211/debugfs_sta.c index f7c717c906dc..8f5944c53d4e 100644 --- a/net/mac80211/debugfs_sta.c +++ b/net/mac80211/debugfs_sta.c | |||
@@ -61,7 +61,6 @@ static const struct file_operations sta_ ##name## _ops = { \ | |||
61 | 61 | ||
62 | STA_FILE(aid, aid, D); | 62 | STA_FILE(aid, aid, D); |
63 | STA_FILE(dev, dev->name, S); | 63 | STA_FILE(dev, dev->name, S); |
64 | STA_FILE(vlan_id, vlan_id, D); | ||
65 | STA_FILE(rx_packets, rx_packets, LU); | 64 | STA_FILE(rx_packets, rx_packets, LU); |
66 | STA_FILE(tx_packets, tx_packets, LU); | 65 | STA_FILE(tx_packets, tx_packets, LU); |
67 | STA_FILE(rx_bytes, rx_bytes, LU); | 66 | STA_FILE(rx_bytes, rx_bytes, LU); |
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index e3ae0f5cc228..8f7ebe41c024 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h | |||
@@ -97,8 +97,6 @@ struct sta_info { | |||
97 | unsigned int wme_tx_queue[NUM_RX_DATA_QUEUES]; | 97 | unsigned int wme_tx_queue[NUM_RX_DATA_QUEUES]; |
98 | #endif /* CONFIG_MAC80211_DEBUG_COUNTERS */ | 98 | #endif /* CONFIG_MAC80211_DEBUG_COUNTERS */ |
99 | 99 | ||
100 | int vlan_id; | ||
101 | |||
102 | u16 listen_interval; | 100 | u16 listen_interval; |
103 | 101 | ||
104 | #ifdef CONFIG_MAC80211_DEBUGFS | 102 | #ifdef CONFIG_MAC80211_DEBUGFS |