]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: rename bss_conf timestamp to last_tsf
authorJohannes Berg <johannes.berg@intel.com>
Tue, 13 Mar 2012 13:29:30 +0000 (14:29 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 13 Mar 2012 18:54:20 +0000 (14:54 -0400)
commit77c57c295f5281df56c5420bb7bcd450fc7514f4
tree20c8c8c5023e9dc7060dcbce406c3ccbb851c3c8
parente96748e57d3bc06b2623b221d0353585b5c7a7f2
mac80211: rename bss_conf timestamp to last_tsf

This value is not really very useful by itself,
yet some drivers (including iwlwifi until I can
figure out what it should do) use it. At least
rename it to "last_tsf" to indicate the meaning
and add a note that it may be really old.

I suspect the value may become useful combined
with the rx_status->mactime, but we don't (yet)
store that value and pass it to the driver.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlegacy/common.c
drivers/net/wireless/iwlwifi/iwl-agn-rxon.c
drivers/net/wireless/rt2x00/rt2x00config.c
include/net/mac80211.h
net/mac80211/driver-trace.h
net/mac80211/mlme.c