Commit d86ec781ef9627a3fcd64a7a91d1b79a74d3927b

Authored by Johannes Berg
Committed by David S. Miller
1 parent c095df531f

[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>

Showing 2 changed files with 0 additions and 3 deletions Side-by-side Diff

net/mac80211/debugfs_sta.c
... ... @@ -61,7 +61,6 @@
61 61  
62 62 STA_FILE(aid, aid, D);
63 63 STA_FILE(dev, dev->name, S);
64   -STA_FILE(vlan_id, vlan_id, D);
65 64 STA_FILE(rx_packets, rx_packets, LU);
66 65 STA_FILE(tx_packets, tx_packets, LU);
67 66 STA_FILE(rx_bytes, rx_bytes, LU);
net/mac80211/sta_info.h
... ... @@ -97,8 +97,6 @@
97 97 unsigned int wme_tx_queue[NUM_RX_DATA_QUEUES];
98 98 #endif /* CONFIG_MAC80211_DEBUG_COUNTERS */
99 99  
100   - int vlan_id;
101   -
102 100 u16 listen_interval;
103 101  
104 102 #ifdef CONFIG_MAC80211_DEBUGFS