diff options
Diffstat (limited to 'net/mac80211/debugfs_sta.c')
-rw-r--r-- | net/mac80211/debugfs_sta.c | 1 |
1 files changed, 0 insertions, 1 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); |