diff options
Diffstat (limited to 'drivers/net/wireless/libertas/scan.h')
-rw-r--r-- | drivers/net/wireless/libertas/scan.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/libertas/scan.h b/drivers/net/wireless/libertas/scan.h index 23c539c22634..8c3508b3257f 100644 --- a/drivers/net/wireless/libertas/scan.h +++ b/drivers/net/wireless/libertas/scan.h | |||
@@ -152,14 +152,14 @@ struct bss_descriptor { | |||
152 | u32 atimwindow; | 152 | u32 atimwindow; |
153 | 153 | ||
154 | u8 mode; | 154 | u8 mode; |
155 | u8 libertas_supported_rates[WLAN_SUPPORTED_RATES]; | 155 | /* zero-terminated array of supported data rates */ |
156 | u8 rates[MAX_RATES + 1]; | ||
156 | 157 | ||
157 | __le64 timestamp; //!< TSF value included in the beacon/probe response | 158 | __le64 timestamp; //!< TSF value included in the beacon/probe response |
158 | unsigned long last_scanned; | 159 | unsigned long last_scanned; |
159 | 160 | ||
160 | union ieeetypes_phyparamset phyparamset; | 161 | union ieeetypes_phyparamset phyparamset; |
161 | union IEEEtypes_ssparamset ssparamset; | 162 | union IEEEtypes_ssparamset ssparamset; |
162 | u8 datarates[WLAN_SUPPORTED_RATES]; | ||
163 | 163 | ||
164 | u64 networktsf; //!< TSF timestamp from the current firmware TSF | 164 | u64 networktsf; //!< TSF timestamp from the current firmware TSF |
165 | 165 | ||