diff options
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2x00.h')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2x00.h | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2x00.h b/drivers/net/wireless/rt2x00/rt2x00.h index cbec91ef6f76..704e94474b1d 100644 --- a/drivers/net/wireless/rt2x00/rt2x00.h +++ b/drivers/net/wireless/rt2x00/rt2x00.h | |||
@@ -245,14 +245,11 @@ struct link_ant { | |||
245 | struct antenna_setup active; | 245 | struct antenna_setup active; |
246 | 246 | ||
247 | /* | 247 | /* |
248 | * RSSI information for the different antennas. | 248 | * RSSI history information for the antenna. |
249 | * These statistics are used to determine when | 249 | * Used to determine when to switch antenna |
250 | * to switch antenna when using software diversity. | 250 | * when using software diversity. |
251 | * | ||
252 | * rssi[0] -> Antenna A RSSI | ||
253 | * rssi[1] -> Antenna B RSSI | ||
254 | */ | 251 | */ |
255 | int rssi_history[2]; | 252 | int rssi_history; |
256 | 253 | ||
257 | /* | 254 | /* |
258 | * Current RSSI average of the currently active antenna. | 255 | * Current RSSI average of the currently active antenna. |