[ath6kl:pending 14/43] drivers/net/wireless/ath/wil6210/txrx.c:341 wil_rx_add_radiotap_header() error: potentially dereferencing uninitialized 'rtap'.

2019-02-12 Thread Dan Carpenter
tree: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git pending head: 6600762d087f745bb0ee1cdf12a6611c2f852e79 commit: 88f31c736d0ac41bc93fadf853e71b16e8ffbc2f [14/43] wil6210: remove rtap_include_phy_info module param smatch warnings: drivers/net/wireless/ath/wil6210/txrx.c:341

Re: [PATCH] ath10k: Enable support for beacon interval per VAP

2019-02-12 Thread kbuild test robot
Hi Dundi, Thank you for the patch! Yet something to improve: [auto build test ERROR on ath6kl/ath-next] [also build test ERROR on v5.0-rc4 next-20190212] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux

Re: [PATCH] ath10k: Enable support for beacon interval per VAP

2019-02-12 Thread kbuild test robot
Hi Dundi, Thank you for the patch! Yet something to improve: [auto build test ERROR on ath6kl/ath-next] [also build test ERROR on v5.0-rc4 next-20190212] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux

Re: [PATCH v2 1/2] ath10k: Add support for ack rssi value of management tx packets

2019-02-12 Thread Kalle Valo
Abhishek Ambure wrote: > In WCN3990, WMI_TLV_SERVICE_TX_DATA_MGMT_ACK_RSSI service Indicates that > the firmware has the capability to send the RSSI value of the ACK for all > data and management packets transmitted. > > If WMI_RSRC_CFG_FLAG_TX_ACK_RSSI is set in host capability then firmware >

Re: [PATCH] ath10k: Enable support for beacon interval per VAP

2019-02-12 Thread Kalle Valo
Dundi Raviteja wrote: > Enable support to configure different beacon interval per VAP. > > To support this feature, map different beacon interval service bit > to wmi tlv service. > > Tested HW: WCN3990 > Tested FW: WLAN.HL.2.0-01188-QCAHLSWMTPLZ-1 > > Signed-off-by: Dundi Raviteja Does not

Re: [PATCH 1/6] ath10k: add missing values to wmi_service_name()

2019-02-12 Thread Kalle Valo
Kalle Valo wrote: > After implementing the next patch GCC reported: > > drivers/net/wireless/ath/ath10k/wmi.h:385:2: warning: enumeration value > 'WMI_SERVICE_BTCOEX' not handled in switch [-Wswitch] > drivers/net/wireless/ath/ath10k/wmi.h:385:2: warning: enumeration value >

Re: [PATCH] ath10k: report tx airtime provided by fw

2019-02-12 Thread Kalle Valo
Manikanta Pubbisetty wrote: > If supported, update transmit airtime in mac80211 with the airtime > values reported by the firmware. TX airtime of the PPDU is reported > via HTT data TX completion indication message. > > A new service flag 'WMI_SERVICE_REPORT_AIRTIME' is added to advertise > the

Re: [PATCH v2] ath10k: add dynamic vlan support

2019-02-12 Thread Kalle Valo
Manikanta Pubbisetty wrote: > Multicast/broadcast traffic destined for a particular vlan group will > always be encrypted in software. To enable dynamic VLANs, it requires > driver support for sending software encrypted packets. > > In ath10k, sending software encrypted frames is allowed only

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

2019-02-12 Thread Kalle Valo
Pradeep Kumar Chitrapu wrote: > 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

Re: [PATCH] ath10k: fix line length warning in ath10k_ce_alloc_dest_ring()

2019-02-12 Thread Kalle Valo
Kalle Valo wrote: > Commit 750afb08ca71 ("cross-tree: phase out dma_zalloc_coherent()") introduced > a new checkpatch warning: > > drivers/net/wireless/ath/ath10k/ce.c:1602: line over 90 characters > Signed-off-by: Kalle Valo Patch applied to ath-next branch of ath.git, thanks. acc65103c15c

Re: [PULL] ath10k firmware 2019-02-01

2019-02-12 Thread Josh Boyer
On Fri, Feb 1, 2019 at 10:41 AM Kalle Valo wrote: > > Hi, > > here are few ath10k firmware updates, please pull. > > Kalle > > The following changes since commit a8b75cac06f80dc1500ba385680ac5b5c1d1c4f8: > > Merge tag 'add-rpi-fw' of >

[PATCH v2 0/2] Add support for ack rssi values of all data and

2019-02-12 Thread Abhishek Ambure
WCN3990 firmware supporting WMI_TLV_SERVICE_TX_DATA_MGMT_ACK_RSSI sends ack rssi value of all data and management tx packets to host through tx completion event. If WMI_RSRC_CFG_FLAG_TX_ACK_RSSI is set in host capability then firmware sends RSSI value in tx completion events of data and

[PATCH v2 2/2] ath10k: Add support for ack rssi value of data tx packets

2019-02-12 Thread Abhishek Ambure
In WCN3990, WMI_TLV_SERVICE_TX_DATA_MGMT_ACK_RSSI service Indicates that the firmware has the capability to send the RSSI value of the ACK for all data and management packets transmitted. If WMI_RSRC_CFG_FLAG_TX_ACK_RSSI is set in host capability then firmware sends RSSI value in "data" tx

[PATCH v2 1/2] ath10k: Add support for ack rssi value of management tx packets

2019-02-12 Thread Abhishek Ambure
In WCN3990, WMI_TLV_SERVICE_TX_DATA_MGMT_ACK_RSSI service Indicates that the firmware has the capability to send the RSSI value of the ACK for all data and management packets transmitted. If WMI_RSRC_CFG_FLAG_TX_ACK_RSSI is set in host capability then firmware sends RSSI value in "management" tx