Bastian Bittorf wrote:
> since some weeks the file
> '/sys/kernel/debug/ieee80211/$phy/statistics/multicast_received_frame_count'
> is not updated anymore. is this intended?
Reverting b8fff407a180286aa683d543d878d98d9fc57b13 in wireless-testing
appears to fix the issue (with ath9k).
Sujith
__
valent.turko...@gmail.com wrote:
> I know that broadcom support sucks, but what is happeing with atheros?
> How far is atheros 802.11ac chips support in upstream kernel?
A new driver ath10k is being developed and will be submitted
for inclusion in the kernel. Hopefully soon.
Sujith
__
From: Sujith Manoharan
AP135 has a pluggable PCIE slot unlike AP136.
Signed-off-by: Sujith Manoharan
---
.../patches-3.8/609-MIPS-ath79-ap136-fixes.patch | 24 --
1 file changed, 18 insertions(+), 6 deletions(-)
diff --git a/target/linux/ar71xx/patches-3.8/609-MIPS
From: Sujith Manoharan
Signed-off-by: Sujith Manoharan
---
target/linux/ar71xx/image/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/linux/ar71xx/image/Makefile
b/target/linux/ar71xx/image/Makefile
index 17092b4..05d2177 100644
--- a/target/linux/ar71xx
From: Sujith Manoharan
Use the HW mode to determine which channel to choose
when the card is dual-band, otherwise, a channel from
the 2GHz band would be chosen when "hwmode" is set to "11a" or 11na".
Signed-off-by: Sujith Manoharan
---
package/mac80211/files/
Bastian Bittorf wrote:
> this patch does not work, please use an approach like this (attached),
> or i will send a patch 8-)
>
> some time ago a send an approach like this just to get rid of
> the ill sed construct, but it was'nt accepted 8-) now there is
> a real/good reason.
I wasn't aware of t
From: Sujith Manoharan
Add a patch for hostapd that introduces a config option
"start_disabled" which can be used to bring up an AP
interface with beaconing disabled. This is useful in
a Repeater-AP setup where the Repeater AP has to start
beaconing only after the WDS link has been e
From: Sujith Manoharan
Signed-off-by: Sujith Manoharan
---
.../hostapd/patches/300-nl80211_multicall_fixes.patch | 4 ++--
.../services/hostapd/patches/453-ap_sta_support.patch | 2 +-
.../hostapd/patches/480-terminate_on_setup_failure.patch | 14 +++---
.../services
From: Sujith Manoharan
WEP in WDS is currently broken in hostapd. Add a patch
to fix the issue.
Signed-off-by: Sujith Manoharan
---
.../services/hostapd/patches/710-wds-wep-fix.patch | 156 +
1 file changed, 156 insertions(+)
create mode 100644
package/network/services
From: Sujith Manoharan
Use the "start_disabled" option in hostapd that was added
in the earlier patch.
Signed-off-by: Sujith Manoharan
---
package/kernel/mac80211/files/lib/wifi/mac80211.sh | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/package/kernel/mac8
From: Sujith Manoharan
Add a patch for hostapd that introduces a config option
"start_disabled" which can be used to bring up an AP
interface with beaconing disabled. This is useful in
a Repeater-AP setup where the Repeater AP has to start
beaconing only after the WDS link has been e
From: Sujith Manoharan
WEP in WDS is currently broken in hostapd. Add a patch
to fix the issue.
Signed-off-by: Sujith Manoharan
---
.../services/hostapd/patches/710-wds-wep-fix.patch | 156 +
1 file changed, 156 insertions(+)
create mode 100644
package/network/services
From: Sujith Manoharan
Use the "start_disabled" option in hostapd that was added
in the earlier patch.
Signed-off-by: Sujith Manoharan
---
package/kernel/mac80211/files/lib/wifi/mac80211.sh | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/package/kernel/mac8
From: Sujith Manoharan
Signed-off-by: Sujith Manoharan
---
.../hostapd/patches/300-nl80211_multicall_fixes.patch | 4 ++--
.../services/hostapd/patches/453-ap_sta_support.patch | 2 +-
.../hostapd/patches/480-terminate_on_setup_failure.patch | 14 +++---
.../services
Hi,
Any comments on these patches ?
Sujith
On 2013-07-26 18:28, Sujith Manoharan wrote:
From: Sujith Manoharan
Add a patch for hostapd that introduces a config option
"start_disabled" which can be used to bring up an AP
interface with beaconing disabled. This is useful in
a R
Sven Eckelmann wrote:
> You are talking about ar9003_phy.c -> ar9003_hw_set_chain_masks? No, the
> device is 3x3 and ah->caps.tx_chainmask & ah->caps.rx_chainmask are 7 and not
> 5. The AR_PHY_ANALOG_SWAP := AR_PHY_SWAP_ALT_CHAIN is only done when one of
> them would be 5. But I am not really su
Alex Hacker wrote:
> Thank you Sujith. Probably I understood the following patch in a wrong way.
> Felix removed all chain masks checking. If the mask 5 is invalid, how about
> the mask 4 and 6?
The patch is correct. For calibration, the mask that is calibrated in
the EEPROM has to be used. Even i
Matthias May wrote:
> I'm in the position where i want to use a 9390 as 2x2 instead of 3x3.
> I use backports-3.12-1.
> I've set the rx and tx mask in eeprom to 0x5.
> Every 30 seconds there is a short disconnect.
> Enabling some logging in
> echo "0x050C" > /sys/kernel/debug/ieee80211/phy0/ath
Matthias May wrote:
> I'm in the position where i want to use a 9390 as 2x2 instead of 3x3.
> I use backports-3.12-1.
> I've set the rx and tx mask in eeprom to 0x5.
0x5 is not a valid chainmask on AR9390. The official statement is:
"We intentionally didn’t productize the chain mask of 0x5 on AR9
Matthias May wrote:
> root@CHD500279:/# echo 0x40d8 >
> /sys/kernel/debug/ieee80211/phy6/ath9k/regidx
> root@CHD500279:/# cat /sys/kernel/debug/ieee80211/phy6/ath9k/regval
> 0x0004
>
> On another device showing the same behaviour (but with various other
> patches and based on compat-wireless
From: Sujith Manoharan
Signed-off-by: Sujith Manoharan
---
target/linux/ar71xx/generic/profiles/atheros.mk | 11 +++
target/linux/ar71xx/image/Makefile | 2 ++
2 files changed, 13 insertions(+)
diff --git a/target/linux/ar71xx/generic/profiles/atheros.mk
b/target/linux
From: Sujith Manoharan
Signed-off-by: Sujith Manoharan
---
.../patches-3.6/611-MIPS-ath79-ap135-support.patch | 56 ++
1 file changed, 56 insertions(+)
create mode 100644
target/linux/ar71xx/patches-3.6/611-MIPS-ath79-ap135-support.patch
diff --git a/target/linux/ar71xx
From: Sujith Manoharan
Signed-off-by: Sujith Manoharan
---
target/linux/ar71xx/base-files/etc/diag.sh | 3 +++
target/linux/ar71xx/base-files/etc/uci-defaults/network | 3 ++-
target/linux/ar71xx/base-files/lib/ar71xx.sh| 3 +++
target/linux/ar71xx/base-files/lib
From: Sujith Manoharan
Allow multi-threaded applications to work properly by
removing the "no-threads" flag that is enabled by default.
Signed-off-by: Sujith Manoharan
---
package/libs/openssl/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/li
From: Sujith Manoharan
(This is a backport of r39048 from trunk).
Allow multi-threaded applications to work properly by
removing the "no-threads" flag that is enabled by default.
Signed-off-by: Sujith Manoharan
---
package/openssl/Makefile | 2 +-
1 file changed, 1 insertion(+),
Hi,
Any hint on when this will be merged in AA ?
Sujith
Sujith Manoharan wrote:
> From: Sujith Manoharan
>
> (This is a backport of r39048 from trunk).
>
> Allow multi-threaded applications to work properly by
> removing the "no-threads" flag that is enabled by
26 matches
Mail list logo