mac80211: add support for radiotap timestamp field
authorJohannes Berg <johannes.berg@intel.com>
Mon, 29 Aug 2016 20:25:17 +0000 (23:25 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 12 Sep 2016 09:45:45 +0000 (11:45 +0200)
commit99ee7cae3bf3ce04e90d7b193d9f4f59a7044d91
treec35374d19762723488b7ba34f37353143091856b
parent42bd20d99857e69e368d5421ea402127d5835cd3
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>
include/net/ieee80211_radiotap.h
include/net/mac80211.h
net/mac80211/main.c
net/mac80211/rx.c