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 df7481c11f68..60a09e347f45 100644 --- a/drivers/net/wireless/libertas/scan.h +++ b/drivers/net/wireless/libertas/scan.h | |||
@@ -154,7 +154,7 @@ struct bss_descriptor { | |||
154 | u8 mode; | 154 | u8 mode; |
155 | u8 libertas_supported_rates[WLAN_SUPPORTED_RATES]; | 155 | u8 libertas_supported_rates[WLAN_SUPPORTED_RATES]; |
156 | 156 | ||
157 | u8 timestamp[8]; //!< TSF value included in the beacon/probe response | 157 | __le64 timestamp; //!< TSF value included in the beacon/probe response |
158 | unsigned long last_scanned; | 158 | unsigned long last_scanned; |
159 | 159 | ||
160 | union ieeetypes_phyparamset phyparamset; | 160 | union ieeetypes_phyparamset phyparamset; |
@@ -162,7 +162,7 @@ struct bss_descriptor { | |||
162 | struct ieeetypes_capinfo cap; | 162 | struct ieeetypes_capinfo cap; |
163 | u8 datarates[WLAN_SUPPORTED_RATES]; | 163 | u8 datarates[WLAN_SUPPORTED_RATES]; |
164 | 164 | ||
165 | __le64 networktsf; //!< TSF timestamp from the current firmware TSF | 165 | u64 networktsf; //!< TSF timestamp from the current firmware TSF |
166 | 166 | ||
167 | struct ieeetypes_countryinfofullset countryinfo; | 167 | struct ieeetypes_countryinfofullset countryinfo; |
168 | 168 | ||