On Thu, 2018-09-20 at 17:30 -0700, Pradeep Kumar Chitrapu wrote: > Allow userspace to enable fine timing measurement responder > functionality with configurable lci/civic parameters in AP mode. > This can be done at AP start or changing beacon parameters. > > A new EXT_FEATURE flag is introduced for drivers to advertise > the capability. > > Also nl80211 API support for retrieving statistics is added. I applied this, but with some changes. Notably, > /** > + * cfg80211_ftm_responder_params - FTM responder parameters I removed this struct, since it's no longer needed. You do use it in mac80211, but since cfg80211 doesn't use it you should declare it as ieee80211_ftm_respodner_params and use it in mac80211 only, I think. johannes