[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 2/3] mac80211: Add support to notify ftm responder configuration to the driver

2018-08-14 Thread Pradeep Kumar Chitrapu
New bss param ftm_responder is used to notify the driver to enable or disable fine timing request (FTM) responder role in AP mode. Signed-off-by: Pradeep Kumar Chitrapu --- include/net/mac80211.h | 4 net/mac80211/cfg.c | 4 net/mac80211/util.c| 3 +++ 3 files changed, 11 inser

[PATCH 1/3] nl80211: add support to configure FTM responder functionality

2018-08-14 Thread Pradeep Kumar Chitrapu
Allow userspace to enable or disable fine timing measurement responder functionality in AP mode. This can be done at AP start. A new EXT_FEATURE flag is introduced for drivers to advertise the capability. Signed-off-by: Pradeep Kumar Chitrapu --- include/net/cfg80211.h | 2 ++ include/ua

[PATCH 0/3] Add support for ftm responder configuration

2018-08-14 Thread Pradeep Kumar Chitrapu
Currently ftm_responder parameter in hostapd.conf is only used for fine timing measurement (FTM) capability advertisement and actual control of the functionality is with low-level device/driver. This leads to confusion to the user when the capability advertisement is different from actual FTM respo

Re: [PATCH] ath10k: support NET_DETECT WoWLAN feature

2018-08-14 Thread kbuild test robot
/linux/commits/Wen-Gong/ath10k-support-NET_DETECT-WoWLAN-feature/20180814-174257 base: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git ath-next reproduce: # apt-get install sparse make ARCH=x86_64 allmodconfig make C=1 CF=-D__CHECK_ENDIAN__ sparse warnings

Re: [PATCH] ath10k: support NET_DETECT WoWLAN feature

2018-08-14 Thread kbuild test robot
/linux/commits/Wen-Gong/ath10k-support-NET_DETECT-WoWLAN-feature/20180814-174257 base: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git ath-next config: i386-allmodconfig (attached as .config) compiler: gcc-7 (Debian 7.3.0-16) 7.3.0 reproduce: # save the attached .config to linux

Re: [PATCH] ath10k: add dynamic vlan support

2018-08-14 Thread Manikanta Pubbisetty
On 5/23/2018 3:20 PM, Johannes Berg wrote: On Mon, 2018-05-21 at 12:12 +0530, Manikanta Pubbisetty wrote: Do you know why it actually broke it? I mean, we should've turned off the strict requirement for sw crypto control only for the GTK, and that shouldn't matter so much? With the change db

Re: [PATCH v4 6/6] ath10k: Add QMI message handshake for wcn3990 client

2018-08-14 Thread Govind Singh
Thanks Brian for the review. On 2018-08-14 01:36, Brian Norris wrote: Hi Govind, On Mon, Jul 23, 2018 at 06:04:28PM +0530, Govind Singh wrote: Add WCN3990 QMI client handshakes for Q6 integrated WLAN connectivity subsystem. This layer is responsible for communicating qmi control messages to wi