[PATCH 3/3] ath10k: Add support to configure ftm responder role

2018-08-14 Thread Pradeep Kumar Chitrapu
Configure fine timing measurement (FTM) responder role from the ftm_responder bss param sent by mac80211. With FTM functionality offloaded to firmware, adding the interface allows userspace to enable or disable FTM responder functionality. ath10k disables it at the time of interface creation. Supp

[PATCH 3/3] ath10k: Add support to configure ftm responder role

2018-08-30 Thread Pradeep Kumar Chitrapu
Configure fine timing measurement (FTM) responder role from the ftm_responder bss param sent by mac80211. With FTM functionality offloaded to firmware, adding the interface allows userspace to enable FTM responder functionality. ath10k disables it at the time of interface creation. Supported FW: 1

Re: [PATCH 3/3] ath10k: Add support to configure ftm responder role

2018-11-16 Thread Kalle Valo
Kalle Valo writes: > Sebastian Gottschall writes: > >> Am 15.08.2018 um 02:30 schrieb Pradeep Kumar Chitrapu: >>> + if (test_bit(WMI_SERVICE_RTT, ar->wmi.svc_map)) >>> + wiphy_ext_feature_set(ar->hw->wiphy, >>> + NL80211_EXT_FEATURE_SET_FTM_RESPONDER);

Re: [PATCH 3/3] ath10k: Add support to configure ftm responder role

2018-08-15 Thread Sebastian Gottschall
Am 15.08.2018 um 02:30 schrieb Pradeep Kumar Chitrapu: Configure fine timing measurement (FTM) responder role from the ftm_responder bss param sent by mac80211. With FTM functionality offloaded to firmware, adding the interface allows userspace to enable or disable FTM responder functionality.

Re: [PATCH 3/3] ath10k: Add support to configure ftm responder role

2018-08-15 Thread Sebastian Gottschall
Am 15.08.2018 um 02:30 schrieb Pradeep Kumar Chitrapu: + if (test_bit(WMI_SERVICE_RTT, ar->wmi.svc_map)) + wiphy_ext_feature_set(ar->hw->wiphy, + NL80211_EXT_FEATURE_SET_FTM_RESPONDER); + not sure if this is accurate. even if WMI_SERVICE_RT

Re: [PATCH 3/3] ath10k: Add support to configure ftm responder role

2018-10-01 Thread Kalle Valo
Sebastian Gottschall writes: > Am 15.08.2018 um 02:30 schrieb Pradeep Kumar Chitrapu: >> + if (test_bit(WMI_SERVICE_RTT, ar->wmi.svc_map)) >> +wiphy_ext_feature_set(ar->hw->wiphy, >> + NL80211_EXT_FEATURE_SET_FTM_RESPONDER); >> + > > not sure if thi