diff options
Diffstat (limited to 'net/mac80211/sta_info.h')
-rw-r--r-- | net/mac80211/sta_info.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index 7b5be309fe0a..86eed40ada78 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h | |||
@@ -177,8 +177,6 @@ struct sta_info { | |||
177 | int last_rssi; /* RSSI of last received frame from this STA */ | 177 | int last_rssi; /* RSSI of last received frame from this STA */ |
178 | int last_signal; /* signal of last received frame from this STA */ | 178 | int last_signal; /* signal of last received frame from this STA */ |
179 | int last_noise; /* noise of last received frame from this STA */ | 179 | int last_noise; /* noise of last received frame from this STA */ |
180 | int last_ack_rssi[3]; /* RSSI of last received ACKs from this STA */ | ||
181 | unsigned long last_ack; | ||
182 | int channel_use; | 180 | int channel_use; |
183 | int channel_use_raw; | 181 | int channel_use_raw; |
184 | 182 | ||
@@ -200,8 +198,6 @@ struct sta_info { | |||
200 | struct dentry *dir; | 198 | struct dentry *dir; |
201 | struct dentry *flags; | 199 | struct dentry *flags; |
202 | struct dentry *num_ps_buf_frames; | 200 | struct dentry *num_ps_buf_frames; |
203 | struct dentry *last_ack_rssi; | ||
204 | struct dentry *last_ack_ms; | ||
205 | struct dentry *inactive_ms; | 201 | struct dentry *inactive_ms; |
206 | struct dentry *last_seq_ctrl; | 202 | struct dentry *last_seq_ctrl; |
207 | #ifdef CONFIG_MAC80211_DEBUG_COUNTERS | 203 | #ifdef CONFIG_MAC80211_DEBUG_COUNTERS |