From: Johannes Berg Date: Tue, 13 Mar 2012 13:29:30 +0000 (+0100) Subject: mac80211: rename bss_conf timestamp to last_tsf X-Git-Tag: v3.4-rc1~177^2~48^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9ac0745c734d39cb55ce45f1fb03a85c972b35a;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed