From: Yingying Tang
TDLS peer do not need WEP key. Setting WEP key will lead
to TDLS setup failure. Add fix to avoid setting WEP key
for TDLS peer.
Signed-off-by: Yingying Tang
---
drivers/net/wireless/ath/ath10k/mac.c |4
1 file changed, 4 insertions(+)
diff --git a/drivers/net/wire
From: Yingying Tang
TDLS peer do not need WEP key. Setting WEP key will lead
to TDLS setup failure. Add fix to avoid setting WEP key
for TDLS peer.
Signed-off-by: Yingying Tang
---
drivers/net/wireless/ath/ath10k/mac.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/driv
From: Yingying Tang
This patchset is for Rome PCIE chip, it will not affect other hardware
Yingying Tang (5):
mac80211: Enable TDLS peer buffer STA feature
ath10k: Enable TDLS peer buffer STA feature
ath10k: Enable TDLS peer inactivity detection
ath10k: Avoid to set WEP key for TDLS peer
From: Yingying Tang
Enable TDLS peer buffer STA feature.
QCA6174 firmware(version: WLAN.RM.4.4) support TDLS peer buffer STA,
it reports this capability through wmi service map in wmi service ready
event. Set related parameter in TDLS WMI command to enable this feature.
Signed-off-by: Yingying T
From: Yingying Tang
Enable TDLS peer inactivity detetion feature.
QCA6174 firmware(version: WLAN.RM.4.4) support TDLS link inactivity detecting.
Set related parameters in TDLS WMI command to enable this feature.
Signed-off-by: Yingying Tang
---
drivers/net/wireless/ath/ath10k/wmi-tlv.c | 52
From: Yingying Tang
Enable TDLS peer buffer STA feature.
Set extended capability bit to enable buffer STA when driver
support it.
Signed-off-by: Yingying Tang
---
include/net/cfg80211.h |3 +++
net/mac80211/tdls.c|5 -
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git
On Tue, Sep 19, 2017 at 10:51:04AM +0800, yint...@qti.qualcomm.com wrote:
> From: Yingying Tang
>
> Enable TDLS peer buffer STA feature.
> Set extended capability bit to enable buffer STA when driver
> support it.
>
> Signed-off-by: Yingying Tang
> ---
> include/net/cfg80211.h |3 +++
> ne
From: Yingying Tang
TDLS peer do not need WEP key. Setting WEP key will lead
to TDLS setup failure. Add fix to avoid setting WEP key
for TDLS peer.
Signed-off-by: Yingying Tang
---
drivers/net/wireless/ath/ath10k/mac.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/driv
From: Yingying Tang
Enable TDLS peer buffer STA feature.
Set extended capability bit to enable buffer STA when driver
support it.
Signed-off-by: Yingying Tang
---
include/net/cfg80211.h |3 +++
net/mac80211/tdls.c|5 -
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git
From: Yingying Tang
Enable TDLS peer buffer STA feature.
QCA6174 firmware(version: WLAN.RM.4.4) support TDLS peer buffer STA,
it reports this capability through wmi service map in wmi service ready
event. Set related parameter in TDLS WMI command to enable this feature.
Signed-off-by: Yingying T
From: Yingying Tang
TDLS peer do not need WEP key. Setting WEP key will lead
to TDLS setup failure. Add fix to avoid setting WEP key
for TDLS peer.
Signed-off-by: Yingying Tang
---
drivers/net/wireless/ath/ath10k/mac.c |4
1 file changed, 4 insertions(+)
diff --git a/drivers/net/wire
From: Yingying Tang
Enable TDLS peer inactivity detetion feature.
QCA6174 firmware(version: WLAN.RM.4.4) support TDLS link inactivity detecting.
Set related parameters in TDLS WMI command to enable this feature.
Signed-off-by: Yingying Tang
---
drivers/net/wireless/ath/ath10k/wmi-tlv.c | 52
From: Yingying Tang
This patchset is for Rome PCIE chip, it will not affect other hardware
Yingying Tang (5):
mac80211: Enable TDLS peer buffer STA feature
ath10k: Enable TDLS peer buffer STA feature
ath10k: Enable TDLS peer inactivity detection
ath10k: Avoid to set WEP key for TDLS peer
Master is 12.12.3.2, Client is 12.12.3.100
On the master:
ping 12.12.3.100
On the client:
root@LEDE:~# tcpdump -i wlan0
08:32:56.891174 ARP, Request who-has 12.12.3.2 tell 12.12.3.100, length
28
08:32:56.896423 ARP, Reply 12.12.3.2 is-at 0e:ae:96:63:9d:af (oui
Un
Hi Ben,
I was able to figure out that 2 separate scripts were causing issues.
comment out "iw phy "$phy" set distance "$distance"" in
/lib/netifd/wireless/mac80211.sh
modified lib/netifd/hostapd.sh - wpa_supplicant -B -P
/var/run/wpa_supplicant-wlan0.pid -D nl80211 -i wlan0 -c
/var/run/wpa_su
Please figure out how to enable more verbose debugging with wpa_supplicant and
send the supplicant logs to the list. I don't know exactly how to do this in
LEDE
but probably google can find something.
Thanks,
Ben
On 09/15/2017 01:30 PM, Stone, Aaron wrote:
Hi,
I'm attempting to get the QCA99
Few firmware fixes to user reported issues for ath10k, but the other "fix"
being a revert back to older firmware. Also a small board-2.bin update.
Kalle Valo (3):
ath10k: QCA6174 hw3.0: update firmware-6.bin to
WLAN.RM.4.4.1-00051-QCARMSWP-1
ath10k: QCA6174 hw3.0: update board-2.bin
Reve
On Mon, Sep 18, 2017 at 5:00 PM, Kalle Valo wrote:
> This reverts commit c7370e2728c72e5e87f63a48911a925330485a8e.
>
> 10.2.4.70.63-2 was buggy and lots of people have been reporting crashes, Hauke
> Mehrtens among others:
>
> http://lists.infradead.org/pipermail/ath10k/2017-September/010138.html
heh,
On 18 September 2017 at 08:08, Kalle Valo wrote:
> Hauke Mehrtens writes:
>
>> I am using a BT Home Hub 5A with LEDE and backports-4.14-rc1 + some
>> patches from the LEDE repository. It has one QCA988X card in it which
>> works like expected with FW firmware-5.bin_10.2.4-1.0-00029, but cr
Hauke Mehrtens writes:
> I am using a BT Home Hub 5A with LEDE and backports-4.14-rc1 + some
> patches from the LEDE repository. It has one QCA988X card in it which
> works like expected with FW firmware-5.bin_10.2.4-1.0-00029, but crashes
> with FW firmware-5.bin_10.2.4.70.63-2.
Thanks for the
This reverts commit c7370e2728c72e5e87f63a48911a925330485a8e.
10.2.4.70.63-2 was buggy and lots of people have been reporting crashes, Hauke
Mehrtens among others:
http://lists.infradead.org/pipermail/ath10k/2017-September/010138.html
This reverts the firmware back to 10.2.4.70.54.
---
WHENCE
Signed-off-by: Kalle Valo
---
ath10k/QCA6174/hw3.0/board-2.bin | Bin 477060 -> 501748 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/ath10k/QCA6174/hw3.0/board-2.bin b/ath10k/QCA6174/hw3.0/board-2.bin
index
a442315503bfc70f5a5fbfaa6f04004702d8474c..10960ba28975ed1c7c4e9fb91
writes:
> From: Yingying Tang
>
> This patchset is for Rome PCIE chip, it will not affect other hardware
>
> Yingying Tang (5):
> mac80211: Enable TDLS peer buffer STA feature
> ath10k: Enable TDLS peer buffer STA feature
> ath10k: Enable TDLS peer inactivity detection
> ath10k: Avoid to
23 matches
Mail list logo