diff options
author | Holger Schurig <hs4233@mail.mn-solutions.de> | 2007-08-02 13:12:45 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:50:08 -0400 |
commit | a2235ed40210081e51bec4bb1be64e4b3511501e (patch) | |
tree | d32435aca2751a696813098716e46dd5aab70015 /drivers/net/wireless/libertas/scan.h | |
parent | 4f2fdaaf0e4209bff3b18dc14c915b61f5fa5cd2 (diff) |
[PATCH] libertas: remove bss_descriptior->networktsf
This value was parsed out, but then nowhere used ... except in
some debugfs output. I can't imagine anyone wanting to use this
value for anything real (as no other driver exports it), so
bye-bye.
Along this, made the columns of
/sys/kernel/debug/libertas_wireless/*/getscantable align again.
Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
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 def0db5c4e61..28decf391531 100644 --- a/drivers/net/wireless/libertas/scan.h +++ b/drivers/net/wireless/libertas/scan.h | |||
@@ -151,7 +151,9 @@ struct bss_descriptor { | |||
151 | 151 | ||
152 | u32 atimwindow; | 152 | u32 atimwindow; |
153 | 153 | ||
154 | /* IW_MODE_AUTO, IW_MODE_ADHOC, IW_MODE_INFRA */ | ||
154 | u8 mode; | 155 | u8 mode; |
156 | |||
155 | /* zero-terminated array of supported data rates */ | 157 | /* zero-terminated array of supported data rates */ |
156 | u8 rates[MAX_RATES + 1]; | 158 | u8 rates[MAX_RATES + 1]; |
157 | 159 | ||
@@ -161,8 +163,6 @@ struct bss_descriptor { | |||
161 | union ieeetypes_phyparamset phyparamset; | 163 | union ieeetypes_phyparamset phyparamset; |
162 | union IEEEtypes_ssparamset ssparamset; | 164 | union IEEEtypes_ssparamset ssparamset; |
163 | 165 | ||
164 | u64 networktsf; //!< TSF timestamp from the current firmware TSF | ||
165 | |||
166 | struct ieeetypes_countryinfofullset countryinfo; | 166 | struct ieeetypes_countryinfofullset countryinfo; |
167 | 167 | ||
168 | u8 wpa_ie[MAX_WPA_IE_LEN]; | 168 | u8 wpa_ie[MAX_WPA_IE_LEN]; |