Re: [PATCH] ath10k: snoc: enable threaded napi on WCN3990

2022-12-20 Thread Manikanta Pubbisetty
On 12/20/2022 1:25 PM, Abhishek Kumar wrote: NAPI poll can be done in threaded context along with soft irq context. Threaded context can be scheduled efficiently, thus creating less of bottleneck during Rx processing. This patch is to enable threaded NAPI on ath10k driver. Based on testing, it

Re: [PATCH] ath11k:print firmware info during boot

2019-05-07 Thread Manikanta Pubbisetty
On 2019-05-07 15:14, Manikanta Pubbisetty wrote: Print fw info like version, time stamp and fw build info during boot. Signed-off-by: Manikanta Pubbisetty --- drivers/net/wireless/ath/ath11k/qmi.c | 20 drivers/net/wireless/ath/ath11k/qmi.h | 1 + 2 files changed, 17

[PATCH] ath11k:print firmware info during boot

2019-05-07 Thread Manikanta Pubbisetty
Print fw info like version, time stamp and fw build info during boot. Signed-off-by: Manikanta Pubbisetty --- drivers/net/wireless/ath/ath11k/qmi.c | 20 drivers/net/wireless/ath/ath11k/qmi.h | 1 + 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/drivers

[PATCH v2] ath10k: add dynamic vlan support

2018-11-21 Thread Manikanta Pubbisetty
n raw mode. Hardwares Tested : QCA9984, QCA988X Firmwares Tested : 10.4-3.5.3-00057, 10.2.4-1.0-00042 Signed-off-by: Manikanta Pubbisetty --- This patch has dependency on mac80211 change "{nl,mac}80211: allow 4addr AP operation on crypto controlled devices" v2: Added support for QCA988

[PATCH] ath10k: report tx airtime provided by fw

2018-11-15 Thread Manikanta Pubbisetty
not support this feature, TX airtime is calculated in the driver using TX bitrate. Hardwares tested : QCA9984 Firmwares tested : 10.4-3.6.1-00841 Signed-off-by: Manikanta Pubbisetty --- * Changes are made on top of Rajkumar's changes for ATF drivers/net/wireless/ath/ath10k/core.c | 3

Re: [PATCH] ath10k: add dynamic vlan support

2018-09-05 Thread Manikanta Pubbisetty
On 9/3/2018 4:09 PM, Johannes Berg wrote: Hi, Sorry ... this got delayed again. I had introduced a change db3bdcb9c3ff (" mac80211: allow AP_VLAN operation on crypto controlled devices ") for supporting VLAN functionality on ath10k devices; this commit has broken 4 addr support on ath10k

Re: [PATCH] ath10k: add dynamic vlan support

2018-08-23 Thread Manikanta Pubbisetty
On 2018-08-16 13:57, Johannes Berg wrote: On Tue, 2018-08-14 at 18:23 +0530, Manikanta Pubbisetty wrote: > I don't think that makes sense. If we split the capability of AP_VLAN > and AP_VLAN_FOR_4ADDR at the "root", then we don't need to play with all > these things. Ye

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

Re: [PATCH] ath10k: Don't allow tx logic when state is not ON.

2018-06-20 Thread Manikanta Pubbisetty
From: Ben Greear This is against the 4.16 kernel, likely applies to later kernels as well. Firmware is beta ath10k-ct firmware for 9984 NIC. The patch is not firmware or chipset specific. When firmware crashes, packets can still be sent from the mac80211 stack, and that can cause crashes

Re: [PATCH] ath10k: add dynamic vlan support

2018-05-23 Thread Manikanta Pubbisetty
On 5/23/2018 4:09 PM, Johannes Berg wrote: On Wed, 2018-05-23 at 16:09 +0530, Manikanta Pubbisetty wrote: + * @IEEE80211_HW_SUPPORTS_SW_ENCRYPT: Device is capable of transmitting + * frames encrypted in software, only valid when SW_CRYPTO_CONTROL + * is enabled. Based on this flag

Re: [PATCH] ath10k: add dynamic vlan support

2018-05-23 Thread Manikanta Pubbisetty
+ * @IEEE80211_HW_SUPPORTS_SW_ENCRYPT: Device is capable of transmitting + * frames encrypted in software, only valid when SW_CRYPTO_CONTROL + * is enabled. Based on this flag, mac80211 can allow/disallow VLAN + * operations in the BSS. Based on the name and initial description,

Re: [PATCH] ath10k: add dynamic vlan support

2018-05-21 Thread Manikanta Pubbisetty
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 db3bdcb9c3ff, AP/VLAN support is advertised by the driver conditionally; the primary reason for doing this

Re: [PATCH] ath10k: add dynamic vlan support

2018-04-24 Thread Manikanta Pubbisetty
ression Am 24.04.2018 um 10:09 schrieb Kalle Valo: Manikanta Pubbisetty <mpubb...@codeaurora.org> writes: Mutlicast/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 encryp

RE: regulatory.db file for ath10k

2017-12-13 Thread Manikanta Pubbisetty
e your ath10k build >configuration? I may be missing something in configuration. > >Thanks & Regards, >Kavita > > >On Wed, 13 Dec 2017 07:54:00 +, Manikanta Pubbisetty wrote >> Please CC linux wireless when posting queries on cfg/mac80211. >> >> At lea

RE: regulatory.db file for ath10k

2017-12-12 Thread Manikanta Pubbisetty
Please CC linux wireless when posting queries on cfg/mac80211. At least, I have not had any issues in interface bring up after the latest regulatory.db change, I have tested it with vanilla ath.git and it worked even without regulatory.db file. If you may want to refer, Johannes submitted a

RE: [2/2] ath10k: handle tdls peer events

2017-10-17 Thread Manikanta Pubbisetty
handle_tdls_peer_event' was not declared. Should it be static? > >-- >https://patchwork.kernel.org/patch/9995131/ > >https://wireless.wiki.kernel.org/en/developers/documentation/submittingpa >tches My bad!! Thanks kalle, I will fix this and send a follow up version. Manikanta Pubbisetty __

[PATCH] ath10k: update antenna configuration after setting in fw

2015-10-26 Thread manikanta . pubbisetty
From: Manikanta Pubbisetty <manikanta.pubbise...@gmail.com> Updating tx/rx antenna configuration in ath10k is done even before it is set in target. If setting of the tx/rx antenna config fails then we will maintain incorrect configuration in ath10k and APIs like get_antenna will provide inc

[PATCH] ath10k: Make fw stats prints specific to firmware version

2015-07-08 Thread Manikanta Pubbisetty
makes debug stats prints fw specific by adding a new member in wmi_ops. Signed-off-by: Manikanta Pubbisetty c_mpu...@qti.qualcomm.com --- drivers/net/wireless/ath/ath10k/debug.c | 593 ++ drivers/net/wireless/ath/ath10k/debug.h | 20 + drivers/net/wireless/ath/ath10k