]> git.karo-electronics.de Git - karo-tx-linux.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)
commite9ac0745c734d39cb55ce45f1fb03a85c972b35a
tree20c8c8c5023e9dc7060dcbce406c3ccbb851c3c8
parent7b8bcff2e0f11981dd6840f9feefe0914e4ea521
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