Re: [PATCH 1/4] ath10k: add WMI support for WOW

2015-03-30 Thread Kalle Valo
Janusz Dziedzic janusz.dzied...@tieto.com writes: Add WMI support for WOW like enable, wakeup events and host wakeup indication. Signed-off-by: Janusz Dziedzic janusz.dzied...@tieto.com Thanks, all four patches applied. -- Kalle Valo ___ ath10k

Re: [PATCH v2 0/2] ath10k: add ATH10K_FW_IE_HTT_OP_VERSION

2015-03-30 Thread Kalle Valo
Kalle Valo kv...@qca.qualcomm.com writes: My proposal how to solve the differences between HTT interfaces by adding ATH10K_FW_IE_HTT_OP_VERSION. Based on Rajkumar's ath10k: fix htt t2h message conflicts among firmware revisions, I just added the new IE and bumped up the FW API. For now only

Re: [PATCH] ath10k: fix HTT op backwards compatibility for QCA6174

2015-03-30 Thread Kalle Valo
Michal Kazior michal.kaz...@tieto.com writes: On 30 March 2015 at 13:14, Kalle Valo kv...@qca.qualcomm.com wrote: Commit 8348db298496 (ath10k: add ATH10K_FW_IE_HTT_OP_VERSION) broke QCA6174 receive side as the HTT ids from ATH10K_FW_HTT_OP_VERSION_MAIN don't have

Re: [PATCH] ath10k: Change the fw stats access mask

2015-03-30 Thread Kalle Valo
different fw_stats mask for different FW versions. Fixes:d8c7ef6f(ath10k: implement fw stats for wmi-tlv) Signed-off-by: Yanbo Li yan...@qca.qualcomm.com There was a trivial conflict, please check my resolution in the pending branch. -- Kalle Valo

Re: [PATCH v5 2/7] ath10k: implement chanctx API

2015-03-30 Thread Kalle Valo
, info-bssid, NULL, 0, 0, 0); As I had to pull mac80211-next for TDLS there was a conflict here. Please check the pending branch for my conflict resolution. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org

Re: [PATCH 3/4] ath10k: Fix no-ack frame status

2015-03-30 Thread Kalle Valo
(Discussion from last December) Kalle Valo kv...@qca.qualcomm.com writes: Sujith Manoharan suj...@msujith.org writes: Kalle Valo wrote: Johannes, are you planning to take this? Or should I take this once the corresponding mac80211 patch trickles down to my tree? Kalle, can you please pick

Re: [PATCH 2/2] ath10k: implement more versatile set_bitrate_mask

2015-03-30 Thread Kalle Valo
, please. Signed-off-by: Michal Kazior michal.kaz...@tieto.com kbuild reported: drivers/net/wireless/ath/ath10k/mac.c:2163 ath10k_peer_assoc_h_ht() warn: buffer overflow 'vht_mcs_mask' 8 = 9 -- Kalle Valo ___ ath10k mailing list ath10k

Re: [PATCH 2/4] ath10k: add WOW disconnect/magic-packet support

2015-03-23 Thread Kalle Valo
ieee80211_hw *hw) +{ + return 0; +} In pending branch I changed these to: int ath10k_wow_init(struct ath10k *ar); -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH v2 1/2] ath10k: fix rts profile for second rate series

2015-03-23 Thread Kalle Valo
applied. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH 0/6] ath10k: thermal mitigation fixes

2015-03-23 Thread Kalle Valo
setting throttle Thanks, applied. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH] ath10k: enable channel 144 on 5GHz band

2015-03-23 Thread Kalle Valo
Peter Oh p...@qca.qualcomm.com writes: Enable channel 144 on 5GHz band since 802.11ac introduced it. Signed-off-by: Peter Oh p...@qca.qualcomm.com Thanks, applied. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http

Re: [PATCH v2 1/2] ath10k: enable Adaptive Noise Immunity (ANI) by default

2015-03-23 Thread Kalle Valo
. Enable this feature by default. Signed-off-by: Ashok Raj Nagarajan arnag...@qti.qualcomm.com Thanks, both patches applied. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH v4 0/7] ath10k: add multi-channel support

2015-03-23 Thread Kalle Valo
: implement chanctx API And no wonder, 7 chars is just too short SHA1 abbreviation. Is there any way to make that longer? Anyway, can you please rebase? -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman

Re: [PATCH v4 5/6] ath10k: add wmi support for tdls

2015-03-23 Thread Kalle Valo
in drivers/net/wireless/ath/ath10k/wmi-ops.h -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

ath.git master branch rebased to 4.0-rc1-wl-ath

2015-03-03 Thread Kalle Valo
ASAP. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH 1/3] ath: Introduce chirp parameter used by DFS

2015-03-05 Thread Kalle Valo
. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH] ath10k: Delete unnecessary checks before the function call release_firmware

2015-03-04 Thread Kalle Valo
. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring elfr...@users.sourceforge.net Thanks, applied to ath.git. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo

Re: [PATCH] ath10k: workaround corrupted htt rx events

2015-03-04 Thread Kalle Valo
limit that was programmed to the device and caused device to crash upon busier Rx traffic. Increasing the CE buffer limit for HTT Rx pipe to 2KBytes seems to be enough to workaround this problem. Signed-off-by: Michal Kazior michal.kaz...@tieto.com Thanks, applied. -- Kalle Valo

Re: [PATCH v2] ath10k: fix wmm params per vdev

2015-03-04 Thread Kalle Valo
. Signed-off-by: Marek Puzyniak marek.puzyn...@tieto.com Thanks, applied. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH 1/2] ath10k: workaround qca6174 sta powersave issue

2015-03-04 Thread Kalle Valo
...@tieto.com Thanks, both patches applied. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH v2 3/4] mac80211: initialize rate control earlier for tdls station

2015-03-04 Thread Kalle Valo
for now, please resend ath10k patches separetely. AND please clearly document what mac80211 patches the ath10k patches depend on. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH v2 1/2] ath10k: Bypass PLL setting on target init for QCA9888

2015-03-05 Thread Kalle Valo
, that's why we have tried to use feature flags for things like this. Also I think this should not be hidden inside ath10k_download_cal_data(). Maybe ath10k_core_start() is a better place to do this? I can send v3 for this patch. -- Kalle Valo ___ ath10k

Re: [PATCH v2] ath10k: Increase AST table SKID length limit

2015-03-05 Thread Kalle Valo
. AST table SKID length configuration is increased to maximum value to fix this issue. Signed-off-by: SenthilKumar Jegadeesan sjega...@qti.qualcomm.com Thanks, applied. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http

Re: [PATCH] ath10k: Enable encrytion of ADDBA request in PMF configuration

2015-03-05 Thread Kalle Valo
. This change depends on mac80211 patch [PATCH] mac80211: send station PMF configuration to driver. Signed-off-by: SenthilKumar Jegadeesan sjega...@qti.qualcomm.com Typo in the title encrytion. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org

Re: [PATCH v4 6/6] ath10k: introduce basic tdls functionality

2015-03-27 Thread Kalle Valo
...@tieto.com --- [...] +static int ath10_mac_tdls_vifs_count(struct ieee80211_hw *hw) [...] + num_tdls_vifs = ath10_mac_tdls_vifs_count(hw); [...] I found typo in my patch. This can be fixed by Thanks, I fixed this directly in the pending branch. -- Kalle Valo

Re: [PATCH v4 5/6] ath10k: add wmi support for tdls

2015-03-24 Thread Kalle Valo
Marek Puzyniak marek.puzyn...@tieto.com writes: On 23 March 2015 at 11:53, Kalle Valo kv...@qca.qualcomm.com wrote: Marek Puzyniak marek.puzyn...@tieto.com writes: As a part of tdls implementation introduce tdls related wmi data structures, constant values and functions. Signed-off

[PATCH v2 1/2] ath10k: add ATH10K_FW_IE_HTT_OP_VERSION

2015-03-25 Thread Kalle Valo
will still work. Cc: Michal Kazior michal.kaz...@tieto.com Signed-off-by: Rajkumar Manoharan rmano...@qti.qualcomm.com Signed-off-by: Kalle Valo kv...@qca.qualcomm.com --- drivers/net/wireless/ath/ath10k/core.c | 11 +++ drivers/net/wireless/ath/ath10k/htt.c| 98 +++ drivers

[PATCH v2 2/2] ath10k: bump up FW API to 5

2015-03-25 Thread Kalle Valo
and to maintain backwards compatibility we need bump up the FW API to 5 not break older versions. Signed-off-by: Kalle Valo kv...@qca.qualcomm.com --- drivers/net/wireless/ath/ath10k/core.c |7 +++ drivers/net/wireless/ath/ath10k/hw.h |3 +++ drivers/net/wireless/ath/ath10k/pci.c |1 + 3

Re: [PATCH 1/2] ath10k: share board file loading code across FW APIs

2015-03-23 Thread Kalle Valo
, ATH10K_DBG_BOOT, trying fw api %d\n, ar-fw_api); There was a conflict here, please check the resolution in the pending branch. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH] ath10k: fix qca61x4 hw2.1 support

2015-04-21 Thread Kalle Valo
) for qca61x4 hw2.1 from crashing during init. Signed-off-by: Michal Kazior michal.kaz...@tieto.com Thanks, applied. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH v2 1/2] ath10k: share board file loading code across FW APIs

2015-04-21 Thread Kalle Valo
Michal Kazior michal.kaz...@tieto.com writes: There's no need to implement the same thing twice. Reduce code duplication. Signed-off-by: Michal Kazior michal.kaz...@tieto.com Thanks, both patches applied. -- Kalle Valo ___ ath10k mailing list

Re: [PATCH] ath10k: implement more versatile set_bitrate_mask

2015-04-21 Thread Kalle Valo
) Thanks, I added these to the commit log. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH] ath10k: implement more versatile set_bitrate_mask

2015-04-22 Thread Kalle Valo
Kalle Valo kv...@qca.qualcomm.com writes: Michal Kazior michal.kaz...@tieto.com writes: To reduce support questions from the users it would be nice to give few good examples how to use this with iw. And also it makes it easier to test the patch. If you could send something I can add

Re: [PATCH] ath10k: implement more versatile set_bitrate_mask

2015-04-24 Thread Kalle Valo
Michal Kazior michal.kaz...@tieto.com writes: On 22 April 2015 at 08:27, Kalle Valo kv...@qca.qualcomm.com wrote: Kalle Valo kv...@qca.qualcomm.com writes: Michal Kazior michal.kaz...@tieto.com writes: To reduce support questions from the users it would be nice to give few good examples

ath.git master branch rebased to 4.1-rc1-wl-ath

2015-04-29 Thread Kalle Valo
Hi, I just rebased the master branch to 4.1-rc1-wl-ath so please be careful when updating your working trees. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: Modifing and installing ath10k driver for kernel 4.0

2015-04-28 Thread Kalle Valo
/Documentation/backports/hacking I also wrote something about ath10k and backports: https://wireless.wiki.kernel.org/en/users/drivers/ath10k/backports -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman

Re: [PATCH] ath10k: implement more versatile set_bitrate_mask

2015-04-27 Thread Kalle Valo
. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH] ath10k: add ATH10K_FW_FEATURE_IGNORE_OTP_RESULT

2015-05-04 Thread Kalle Valo
Kalle Valo kv...@qca.qualcomm.com writes: qca6174 otp binary seems to always return an error to the host, even if the calibration succeeded. Add a firmware feature flag to detect if the firmware image which have this problem and workaround the issue in ath10k by ignoring the error code. I

Re: Compex WLE900N5-23

2015-04-29 Thread Kalle Valo
send full (complete) kernel logs and information what kernel and ath10k version you are using? -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH] ath10k/mac80211: add rawtxrx, nohwcrypt module param for raw tx injection, sw crypto support.

2015-05-11 Thread Kalle Valo
interface? -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH] ath10k/mac80211: add rawtxrx, nohwcrypt module param for raw tx injection, sw crypto support.

2015-05-11 Thread Kalle Valo
== native, 1 == raw nohwcrypt=x; // 0 == standard hw crypt, 0x1 == rx-sw-crypt, 0x2 == tx-sw-crypt, 0x3 == tx/rx-sw-crypt This looks overly complicated and hard to maintain for a very special use case, not really excited about this. -- Kalle Valo

Re: [PATCH] ath10k/mac80211: add rawtxrx, nohwcrypt module param for raw tx injection, sw crypto support.

2015-05-08 Thread Kalle Valo
, + NL80211_ATTR_SW_CRYPTO, Like I said above, nl80211/cfg80211/mac80211 changes need to be in separate patches. And I suspect that the changes of getting this accepted is low. Maybe a debugfs is a better choise? -- Kalle Valo ___ ath10k mailing list

Re: [PATCH] ath10k/mac80211: add rawtxrx, nohwcrypt module param for raw tx injection, sw crypto support.

2015-05-14 Thread Kalle Valo
much, my first thought was encoding mode. Wouldn't cryptmode tell more to the user? -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: Ath10 firmware crashing in Monitor mode(Sniffer mode)

2015-05-12 Thread Kalle Valo
those logs will help. If not please let me know. Thanks! Apparently I've missed from your original email the fact that you're trying to inject packets. This isn't supported in ath10k. IMHO we should somehow warn the user or prevent that happening. Is there a way to do that? -- Kalle Valo

Re: [PATCH v2] ath10k: use MAC clock rate same as FW uses for survey accuracy

2015-04-17 Thread Kalle Valo
set Dwell time to 150ms. Therefore set the clock rate to 88000 (88 MHz) which is ath10k baseband MAC is using. Signed-off-by: Peter Oh p...@qca.qualcomm.com Thanks, applied. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http

Re: [PATCH 1/2] ath10k: Add the WMI Air Time Fairness service define

2015-04-17 Thread Kalle Valo
Yanbo Li yan...@qca.qualcomm.com writes: Add the FW ATF (Air Time Fairness) service define to keep consistent with 10.2 FW capability Signed-off-by: Yanbo Li yan...@qca.qualcomm.com Thanks, both patches applied. -- Kalle Valo ___ ath10k mailing

Re: [PATCH] ath10k: change static wep key handling for client mode

2015-04-17 Thread Kalle Valo
to support 802.1x as well. Without this patch in some cases (when AP and ath10k client use different default tx keys) multicast communication was broken. Signed-off-by: Michal Kazior michal.kaz...@tieto.com Thanks, applied. -- Kalle Valo

Re: [PATCH 3/4] ath10k: Fix no-ack frame status

2015-04-09 Thread Kalle Valo
-by: Sujith Manoharan c_man...@qca.qualcomm.com Thanks, applied. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH] ath10k: Change the fw stats access mask

2015-04-09 Thread Kalle Valo
different fw_stats mask for different FW versions. Fixes:d8c7ef6f(ath10k: implement fw stats for wmi-tlv) Signed-off-by: Yanbo Li yan...@qca.qualcomm.com Thanks, applied. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http

Re: [PATCH] ath10k: replenish htc tx credits always

2015-04-09 Thread Kalle Valo
related to wmi mgmt tx. Signed-off-by: Michal Kazior michal.kaz...@tieto.com Thanks, applied. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH 1/2] ath10k: fix arvif-wep_keys clearing

2015-04-09 Thread Kalle Valo
being 2 in the driver leading to default keyidx fixup failure. Signed-off-by: Michal Kazior michal.kaz...@tieto.com Thanks, both patches applied. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman

Re: [PATCH] ath10k: disable burst mode

2015-04-09 Thread Kalle Valo
, applied. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH] ath10k: core: match wait_for_completion_timeout return type

2015-04-01 Thread Kalle Valo
Nicholas Mc Guire hof...@osadl.org writes: Return type of wait_for_completion_timeout is unsigned long not int. An appropriately named unsigned long is added and the assignments fixed up. Signed-off-by: Nicholas Mc Guire hof...@osadl.org Thanks, applied. -- Kalle Valo

Re: [PATCH] ath10k: core: match wait_for_completion_timeout return type

2015-04-01 Thread Kalle Valo
Nicholas Mc Guire hof...@osadl.org writes: Return type of wait_for_completion_timeout is unsigned long not int. An appropriately named unsigned long is added and the assignments fixed up. Signed-off-by: Nicholas Mc Guire hof...@osadl.org Thanks, applied. -- Kalle Valo

Re: [PATCH] ath10k: mac: match wait_for_completion_timeout return type

2015-04-01 Thread Kalle Valo
. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH] ath10k: fix survey reporting

2015-04-01 Thread Kalle Valo
-by: Michal Kazior michal.kaz...@tieto.com Thanks, applied. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH] ath10k: thermal: match wait_for_completion_timeout return type

2015-04-01 Thread Kalle Valo
Nicholas Mc Guire hof...@osadl.org writes: Return type of wait_for_completion_timeout is unsigned long not int. An appropriately named unsigned long is added and the assignments fixed up. Signed-off-by: Nicholas Mc Guire hof...@osadl.org Thanks, applied. -- Kalle Valo

Re: [PATCH v2 2/2] ath10k: implement more versatile set_bitrate_mask

2015-04-01 Thread Kalle Valo
as it is though. Ok, patch 2 dropped. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH] ath10k: htc: match wait_for_completion_timeout return type

2015-04-01 Thread Kalle Valo
Nicholas Mc Guire hof...@osadl.org writes: Return type of wait_for_completion_timeout is unsigned long not int. An appropriately named unsigned long is added and the assignments fixed up. Signed-off-by: Nicholas Mc Guire hof...@osadl.org Thanks, applied. -- Kalle Valo

Re: [PATCH v2 0/2] ath10k: improve set_bitrate_mask

2015-04-01 Thread Kalle Valo
set_bitrate_mask This patch dropped as requested. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH] ath10k: fix IBSS scanning on wmi-tlv and qca6174

2015-04-01 Thread Kalle Valo
. Signed-off-by: Michal Kazior michal.kaz...@tieto.com Thanks, applied. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH v2] ath10k: handle cycle count wrap around

2015-05-20 Thread Kalle Valo
/core.h.rej patching file drivers/net/wireless/ath/ath10k/wmi.c patch: malformed patch at line 131: *ar, struct sk_buff *skb) -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH v2] ath10k: remove unused variable 'id' in ath10k_pci_tx_pipe_cleanup()

2015-06-09 Thread Kalle Valo
...@qti.qualcomm.com Thanks, applied. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH 1/3] ath10k: fix ar-rx_channel updating logic

2015-06-09 Thread Kalle Valo
incorrect channel when running multi-channel on QCA61X4 hw2.1, * report incorrect channel after AP channel switch. Fixes: 500ff9f9389d (ath10k: implement chanctx API) Signed-off-by: Michal Kazior michal.kaz...@tieto.com Thanks, all three patches applied. -- Kalle Valo

Re: [PATCH] ath10k: prevent memory leak in wmi rx ops

2015-06-09 Thread Kalle Valo
Michal Kazior michal.kaz...@tieto.com writes: Found during code review. This was pretty much impossible to happen but better safe than sorry. Signed-off-by: Michal Kazior michal.kaz...@tieto.com Thanks, applied. -- Kalle Valo ___ ath10k mailing

Re: [PATCH v2] ath10k: add cryptmode param to support sw crypto and raw tx injection.

2015-06-05 Thread Kalle Valo
that. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: Warnings/errors in use with a QCA989x card

2015-06-06 Thread Kalle Valo
/gmane.linux.kernel.wireless.general/121954 http://thread.gmane.org/gmane.linux.drivers.ath10k.devel/638 Should we write an entry to the FAQ about this? -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman

Re: [PATCH V2] ath10k: add 'cryptmode' param to support raw tx injection and sw crypto.

2015-06-08 Thread Kalle Valo
frame injection tested ok. What does mac80211 SW crypto tested ok exactly mean? 2 HW CCMP/TKIP tested ok. SW CCMP/TKIP tested ok. How were the HW and SW modes chosen? Tested raw Tx encrypted frame injection ok. With HW or SW crypto mode? -- Kalle Valo

Re: Warnings/errors in use with a QCA989x card

2015-06-08 Thread Kalle Valo
is 10.2.4.70-2. I would be queries to receive feedback how it works for people. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH v2] ath10k: Debugfs entry to enable/disable WLANBlutooth Coexist feature

2015-06-03 Thread Kalle Valo
. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH v3] ath10k: add 'cryptmode' param to support raw tx injection and software crypto

2015-06-11 Thread Kalle Valo
the crypto mode via nl80211. I suggest splitting the patch into two: patch 1 adding support for cryptmode values 0 and 1, patch 2 adding support for cryptmode 2. That way we can commit patch 1 early and see what we can do with patch 2. -- Kalle Valo

Re: [PATCH v2] ath10k: enable VHT for IBSS

2015-06-11 Thread Kalle Valo
) Better to say current git version (if that's what you mean). -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH 1/2] ath10k: dump fw features during probing

2015-06-11 Thread Kalle Valo
{ - return scnprintf(buf, buf_len, %s, -ath10k_core_fw_feature_str[feat]); } + + return scnprintf(buf, buf_len, %s, ath10k_core_fw_feature_str[feat]); } void ath10k_core_get_fw_features_str(struct ath10k *ar, -- Kalle Valo

Re: [PATCH v2] ath10k: enable VHT for IBSS

2015-06-15 Thread Kalle Valo
Janusz Dziedzic janusz.dzied...@tieto.com writes: On 11 June 2015 at 16:15, Kalle Valo kv...@qca.qualcomm.com wrote: Janusz Dziedzic janusz.dzied...@tieto.com writes: Enable VHT support for IBSS, while mac80211/cfg80211 and wpa_supplicant already support this. In my test env, ath10k 2x2 I

Re: [PATCH 1/2] ath10k: dump fw features during probing

2015-06-16 Thread Kalle Valo
Michal Kazior michal.kaz...@tieto.com writes: This should help when analysing problems from users and spot fw api blob problems easier. Signed-off-by: Michal Kazior michal.kaz...@tieto.com Thanks, both patches applied. -- Kalle Valo ___ ath10k

Re: [PATCH v2] ath10k: enable VHT for IBSS

2015-06-16 Thread Kalle Valo
/sec During tests I used wpa_supplicant (current version), which already support IBSS VHT, and choose highest available BW. Signed-off-by: Janusz Dziedzic janusz.dzied...@tieto.com Thanks, applied. -- Kalle Valo ___ ath10k mailing list ath10k

Re: [PATCH] amth10k: fix promisc handling

2015-05-27 Thread Kalle Valo
Kalle Valo kv...@qca.qualcomm.com writes: Fixes: c17c997d5613 (Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next) Signed-off-by: Michal Kazior michal.kaz...@tieto.com Apparently this also fixes some weird issues with qca6174 hw2.1 notably: - ath10k causing

Re: [PATCH] ath10k: Add debugfs support to configure beacon tx mode

2015-05-29 Thread Kalle Valo
Manoharan rmano...@qti.qualcomm.com In my opinion this should be configured via nl80211, not from debugfs. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH] ath10k: add missing firmware declarations

2015-05-29 Thread Kalle Valo
Michal Kazior michal.kaz...@tieto.com writes: This could lead userspace initram images getting built without necessary firmware files included leading to probing failures of ath10k on boot with QCA61X4. Signed-off-by: Michal Kazior michal.kaz...@tieto.com Thanks, applied. -- Kalle Valo

Re: [PATCH v4 1/3] ath10k: move cycle_count macro

2015-05-29 Thread Kalle Valo
Michal Kazior michal.kaz...@tieto.com writes: The macro isn't WMI specific. Instead it is related to hardware chip so move the macro accordingly. While at it document the magic value. Signed-off-by: Michal Kazior michal.kaz...@tieto.com Thanks, all three applied. -- Kalle Valo

Re: system hang with backports-20150511/20150525

2015-06-01 Thread Kalle Valo
/25/ The backports project pages are a bit confusing and that location is hard to find. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH v4] ath10k: bypass PLL setting on target init for QCA9888

2015-06-01 Thread Kalle Valo
Kalle Valo kv...@qca.qualcomm.com writes: From: Rajkumar Manoharan rmano...@qti.qualcomm.com Some of of qca988x solutions are having global reset issue during target initialization. Bypassing PLL setting before downloading firmware and letting the SoC run on REF_CLK is fixing the problem

Re: [PATCH] ath10k: fix possible ps sleep crash

2015-06-01 Thread Kalle Valo
-by: Michal Kazior michal.kaz...@tieto.com Thanks, applied. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH] ath10k: Debugfs entry to enable/disable BTC feature

2015-05-27 Thread Kalle Valo
and use the same. I can do the changes and send v2 for this. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH v3] ath10k: Bypass PLL setting on target init for QCA9888

2015-05-27 Thread Kalle Valo
this. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

[PATCH v4] ath10k: bypass PLL setting on target init for QCA9888

2015-05-27 Thread Kalle Valo
to set the clock source once the target is initialized. Since 10.2.4 firmware is having this ROM patch, applying skip_clock_init only for 10.2.4 firmware versions. Signed-off-by: Rajkumar Manoharan rmano...@qti.qualcomm.com Signed-off-by: Kalle Valo kv...@qca.qualcomm.com --- v4: * add

Re: [PATCH v2] ath10k: Debugfs entry to enable/disable WLANBlutooth Coexist feature

2015-06-02 Thread Kalle Valo
to use debugfs. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH v2 1/8] ath10k: enhance swba event handler to adapt different size tim bitmap

2015-07-01 Thread Kalle Valo
Kalle Valo kv...@qca.qualcomm.com writes: /* if next SWBA has no tim_changed the tim_bitmap is garbage. * we must copy the bitmap upon change and reuse it later */ if (__le32_to_cpu(tim_info-tim_changed)) { int i; -BUILD_BUG_ON(sizeof(arvif

Re: [PATCH v2 1/8] ath10k: enhance swba event handler to adapt different size tim bitmap

2015-07-01 Thread Kalle Valo
; - WARN_ON(sizeof(arvif-u.ap.tim_bitmap) tim_len); + WARN_ON_ONCE(sizeof(arvif-u.ap.tim_bitmap) tim_len); for (i = 0; i tim_len; i++) { t = tim_info-tim_bitmap[i / 4]; -- Kalle Valo ___ ath10k mailing

Re: [PATCH v2 1/8] ath10k: enhance swba event handler to adapt different size tim bitmap

2015-07-01 Thread Kalle Valo
Kalle Valo kv...@qca.qualcomm.com writes: Kalle Valo kv...@qca.qualcomm.com writes: /* if next SWBA has no tim_changed the tim_bitmap is garbage. * we must copy the bitmap upon change and reuse it later */ if (__le32_to_cpu(tim_info-tim_changed)) { int i

Re: [PATCH v2 00/10] introduce wmi support for qca99X0

2015-06-30 Thread Kalle Valo
10.4 fw wmi vdev cmd ids ath10k: add 10.4 fw wmi pdev cmd ids ath10k: fill 10.4 fw wmi init cmd default values ath10k: handle 10.4 fw wmi mgmt rx event ath10k: adjust default peer limits if qcache enabled in 10.4 fw ath10k: handle 10.4 fw wmi ready event Thanks, applied. -- Kalle Valo

Re: [PATCH V2 00/10] Add QCA99X0 support

2015-06-30 Thread Kalle Valo
: Add chip reset sequence for QCA99X0 ath10k: Extend CE src desc flags for interrupt indication ath10k: Fix BMI communication timeout for QCA99X0 ath10k: Add support for code swap ath10k: Add BMI param value to execute otp to hw_param Thanks, applied. -- Kalle Valo

Re: [PATCH] ath10k: add new 4addr related fw_feature

2015-05-22 Thread Kalle Valo
with 999.999.0.636 and QCA61X4 with WLAN.RM.2.0-00088 to set up client bridging provided user has an updated firmware blob. Signed-off-by: Michal Kazior michal.kaz...@tieto.com Thanks, applied. -- Kalle Valo ___ ath10k mailing list ath10k

Re: [PATCH v3 1/2] ath10k: handle cycle counter wraparound

2015-05-22 Thread Kalle Valo
cc_prev) { + cc_prev -= 0x7fff; + rcc *= 2; + } + + *cc_delta = cc - cc_prev; + *rcc_delta = rcc - rcc_prev; +} Why do you have this function in core.c? Why not in wmi.c? -- Kalle Valo ___ ath10k

Re: [PATCH v3 1/2] ath10k: handle cycle counter wraparound

2015-05-22 Thread Kalle Valo
Michal Kazior michal.kaz...@tieto.com writes: On 22 May 2015 at 13:56, Michal Kazior michal.kaz...@tieto.com wrote: On 22 May 2015 at 13:36, Kalle Valo kv...@qca.qualcomm.com wrote: Michal Kazior michal.kaz...@tieto.com writes: [...] +void ath10k_core_get_cc_delta(struct ath10k *ar

Re: unknown qca6164 model 0x0041

2015-08-13 Thread Kalle Valo
in the comment by Kalle Valo on March 26, 2015[1]? Thanks in advance, Thanks for pinging. Recently we finally found a way to boot qca6164 with unofficial windows-extracted firmware images on ath10k[1]. We still don't have an official firmware release for qca61x4 family for ath10k though. I just pushed

Re: [PATCH 1/2] ath10k: Support different txbf configuration schemes

2015-08-13 Thread Kalle Valo
scheme before passing the wmi command to enable the same in the firmware. Signed-off-by: Vivek Natarajan natar...@qti.qualcomm.com Thanks, both patches applied. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org

Re: [PATCH] ath10k: initialize fw_features var

2015-08-13 Thread Kalle Valo
features during probing) Signed-off-by: Michal Kazior michal.kaz...@tieto.com Thanks, applied. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH 1/2] ath10k: remove futile fragmentation threshold config

2015-08-13 Thread Kalle Valo
-by: Michal Kazior michal.kaz...@tieto.com Thanks, both patches applied. -- Kalle Valo ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH 1/2] ath10k: refactor phyerr event handlers

2015-08-13 Thread Kalle Valo
.pull_phyerr handler is changed and called to parse every sub phyerrs in the event. Validated these refactoring on qca988x hw2.0 using fw 10.2.4 version. Signed-off-by: Raja Mani rm...@qti.qualcomm.com Thanks, applied. -- Kalle Valo ___ ath10k mailing list

<    1   2   3   4   5   6   7   8   9   10   >