On Wed, Apr 27, 2016 at 1:40 AM, Ben Greear wrote:
> On 04/26/2016 01:07 PM, Krishna Chaitanya wrote:
>>
>> On Tue, Apr 26, 2016 at 5:33 PM, Valo, Kalle
>> wrote:
>>>
>>> Johannes Berg writes:
>>>
On Thu, 2016-04-21 at 08:15 -0700, Ben Greear wrote:
> The thing is, it actually work
On 26 April 2016 at 21:52, Michael Ney wrote:
> Michal,
>
> I'm using Backports 4.2. I added that patch and no change to the crash. That
> patch changed the TX NSS config, but didn't do anything with the RX. I can
> watch kernel log and see that the crash happens immediately when I send the
> N
On 26 April 2016 at 16:35, Ben Greear wrote:
>
>
> On 04/25/2016 11:16 PM, Michal Kazior wrote:
>>
>> On 25 April 2016 at 22:31, Ben Greear wrote:
>>>
>>> Has anyone tried this? Looks like hostapd has the ability to set the
>>> feature flags, but I am not sure if it is really working in ath10k?
Thanks Michal.
I think my question is same as another thread
http://lists.infradead.org/pipermail/ath10k/2016-April/007376.html
enable 802.11h and 802.11d in IBSS mode.
Do i need to modify wpa_supplicant to support DFS?
Horse
Michal Kazior 於 2016/4/27 下午 01:07 寫道:
On 26 April 2016 at 13:18,
On 27 April 2016 at 00:40, wrote:
> Hey,
> The board-2.bin file is missing subsystem 168c:3344 for my qca6174
> hw ver 2.1. Does the kvalo's firmware repo requires an update?
Hi,
Is it 6174 or 6164?
There is already a subsystem vendor entry matching this:
; strings board-2.bin | grep bus
On 26 April 2016 at 22:05, Jose Núñez-Martínez (CTTC)
wrote:
> I'm not using wpa_supplicant. I'm directly using "iw" commands to configure
> the wireless cards.
I don't think you're really supposed to do that? There'd be nothing to
handle radar detection event which is pretty much in violation of
On 26 April 2016 at 13:18, horse wrote:
> Hello,
>
> Has anyone enable DFS function under IBSS mode?
> I tried 9880 with firmware 999.999.0.636.
> I can create ibss mode, however, i have no idea how to enable DFS at the
> same time.
636 does not support DFS from IIRC. Only 10.x does that but offi
Hey,
The board-2.bin file is missing subsystem 168c:3344 for my qca6174
hw ver 2.1. Does the kvalo's firmware repo requires an update?
Regards,
___
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k
On 04/26/2016 01:07 PM, Krishna Chaitanya wrote:
On Tue, Apr 26, 2016 at 5:33 PM, Valo, Kalle wrote:
Johannes Berg writes:
On Thu, 2016-04-21 at 08:15 -0700, Ben Greear wrote:
The thing is, it actually works just fine with the patch I posted
to fix mac80211, and at any rate, even if the ma
On Tue, Apr 26, 2016 at 5:33 PM, Valo, Kalle wrote:
> Johannes Berg writes:
>
>> On Thu, 2016-04-21 at 08:15 -0700, Ben Greear wrote:
>>
>>> The thing is, it actually works just fine with the patch I posted
>>> to fix mac80211, and at any rate, even if the mac80211 patch isn't
>>> applied, the at
I'm not using wpa_supplicant. I'm directly using "iw" commands to
configure the wireless cards.
Regards,
Jose
On 04/26/2016 06:51 PM, Peter Oh wrote:
On 04/26/2016 05:36 AM, Jose Nunez-Martinez (CTTC) wrote:
Hi all,
I'm using ath10k in IBSS with 2 wireless cards based on qca988x.
How can I e
Michal,
I'm using Backports 4.2. I added that patch and no change to the crash. That
patch changed the TX NSS config, but didn't do anything with the RX. I can
watch kernel log and see that the crash happens immediately when I send the
Null Data / QOS Null Data with any of the CF attributes, so
Just curious if anyone has any ideas...I've been staring that this one
for days without much luck...
Test case is to bring up two 9990 NICs, using my kernel and firmware, and
then run 56kbps UDP traffic bi-directional.
It works for a bit, and then I see a case where one side cannot seem
to answe
On 04/26/2016 05:36 AM, Jose Nunez-Martinez (CTTC) wrote:
Hi all,
I'm using ath10k in IBSS with 2 wireless cards based on qca988x.
How can I enable DFS (802.11h AND 802.11d) in IBSS mode (I mean
there's not hostapd.conf file)?
As I understand, IBSS is using wpa_supplicant and wpa_supplicant d
From: Anilkumar Kolli
It is observed that while loading and unloading ath10k modules
in an infinite loop, before ath10k_core_start() completion HTT
rx frames are received, while processing these frames,
dereferencing the arvifs list code is getting hit before
initilizing the arvifs list, causing
From: Mohammed Shafi Shajakhan
Spectral related structures are accessed / modified only if ath10k
debugfs is enabled, so it makes more sense to move them under
ATH10K_DEBUGFS
Signed-off-by: Mohammed Shafi Shajakhan
---
[compile tested disabling ATH10K_DEBUGFS]
drivers/net/wireless/ath/ath10k/
On 04/25/2016 11:16 PM, Michal Kazior wrote:
On 25 April 2016 at 22:31, Ben Greear wrote:
Has anyone tried this? Looks like hostapd has the ability to set the
feature flags, but I am not sure if it is really working in ath10k?
Yes, it works. You need a few vht_capabs. I have mine like this
Hello,
Has anyone enable DFS function under IBSS mode?
I tried 9880 with firmware 999.999.0.636.
I can create ibss mode, however, i have no idea how to enable DFS at the
same time.
Actually, it seems i can get into CAC time (no beacon send out),
however, after 60 seconds, beacon still not send
Hi all,
I'm using ath10k in IBSS with 2 wireless cards based on qca988x.
How can I enable DFS (802.11h AND 802.11d) in IBSS mode (I mean there's
not hostapd.conf file)?
Kernel is 4.2.0+ from CT and firmware is 10.1.467-ct-com-full-014-96d543.
Thanks,
Jose
On Tuesday, April 26, 2016 07:20:32 AM Valo, Kalle wrote:
> Christian Lamparter writes:
> > On Monday, April 25, 2016 10:53:41 AM David Hutchison wrote:
> >> So with some modifications to pci.c, hw.h and core.c I was able to get
> >> the radio initialized! :)
> >
> > Hey, that's nice! Can you make
Rajkumar Manoharan writes:
> Failing to release pre_cal_file caldata on deinit causes memory leak.
>
> Fixes: b131129d9657 ("ath10k: fix calibration init sequence of qca99x0")
> Signed-off-by: Rajkumar Manoharan
Doesn't apply, please rebase.
Applying: ath10k: release pre_cal_file while unloadi
Johannes Berg writes:
> On Thu, 2016-04-21 at 08:15 -0700, Ben Greear wrote:
>
>> The thing is, it actually works just fine with the patch I posted
>> to fix mac80211, and at any rate, even if the mac80211 patch isn't
>> applied, the ath10k driver works just fine in HT mode.
>
> This patch has no
Rajkumar Manoharan writes:
> During hw scan, firmware sends two channel information events (pre-
> complete, complete) to host for each channel change. The snap shot of cycle
> counters (rx_clear and total) between these two events are given for
> survey dump. In order to get latest survey statis
Michal Kazior writes:
> On 25 April 2016 at 22:31, Ben Greear wrote:
>> Has anyone tried this? Looks like hostapd has the ability to set the
>> feature flags, but I am not sure if it is really working in ath10k?
>
> Yes, it works. You need a few vht_capabs. I have mine like this:
>
> >
> vht_
Failing to release pre_cal_file caldata on deinit causes memory leak.
Fixes: b131129d9657 ("ath10k: fix calibration init sequence of qca99x0")
Signed-off-by: Rajkumar Manoharan
---
drivers/net/wireless/ath/ath10k/core.c | 4
1 file changed, 4 insertions(+)
diff --git a/drivers/net/wireless
Christian Lamparter writes:
> Hello,
>
> On Monday, April 25, 2016 10:53:41 AM David Hutchison wrote:
>> So with some modifications to pci.c, hw.h and core.c I was able to get
>> the radio initialized! :)
>
> Hey, that's nice! Can you make and post a patch for that?
> I'm sure if it's just a mat
On Thu, 2016-04-21 at 08:15 -0700, Ben Greear wrote:
> The thing is, it actually works just fine with the patch I posted
> to fix mac80211, and at any rate, even if the mac80211 patch isn't
> applied, the ath10k driver works just fine in HT mode.
This patch has no implications on HT, and I wasn't
27 matches
Mail list logo