commit | 99ee7cae3bf3ce04e90d7b193d9f4f59a7044d91 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Mon Aug 29 23:25:17 2016 +0300 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Sep 12 11:45:45 2016 +0200 |
tree | c35374d19762723488b7ba34f37353143091856b | |
parent | 42bd20d99857e69e368d5421ea402127d5835cd3 [diff] |
mac80211: add support for radiotap timestamp field Use the existing device timestamp from the RX status information to add support for the new radiotap timestamp field. Currently only 32-bit counters are supported, but we also add the radiotap mactime where applicable. This new field allows more flexibility in where the timestamp is taken etc. The non-timestamp data in the field is taken from a new field in the hw struct. Signed-off-by: Johannes Berg <johannes.berg@intel.com>