|
@@ -229,7 +229,8 @@ enum ieee80211_rssi_event {
|
|
|
* valid in station mode only while @assoc is true and if also
|
|
|
* requested by %IEEE80211_HW_NEED_DTIM_PERIOD (cf. also hw conf
|
|
|
* @ps_dtim_period)
|
|
|
- * @timestamp: beacon timestamp
|
|
|
+ * @last_tsf: last beacon's/probe response's TSF timestamp (could be old
|
|
|
+ * as it may have been received during scanning long ago)
|
|
|
* @beacon_int: beacon interval
|
|
|
* @assoc_capability: capabilities taken from assoc resp
|
|
|
* @basic_rates: bitmap of basic rates, each bit stands for an
|
|
@@ -276,7 +277,7 @@ struct ieee80211_bss_conf {
|
|
|
u8 dtim_period;
|
|
|
u16 beacon_int;
|
|
|
u16 assoc_capability;
|
|
|
- u64 timestamp;
|
|
|
+ u64 last_tsf;
|
|
|
u32 basic_rates;
|
|
|
int mcast_rate[IEEE80211_NUM_BANDS];
|
|
|
u16 ht_operation_mode;
|