Re: [ath9k-devel] [ath5k-devel] MadWifi reference edition

2013-11-14 Thread Pavel Roskin
, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Re: [ath9k-devel] [Madwifi-devel] MadWifi reference edition

2013-11-14 Thread Pavel Roskin
on older kernels, but it was ugly. I don't expect to apply any big changes, but I will apply bugfixes and cleanups (in reasonable amounts). -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman

[ath9k-devel] MadWifi reference edition

2013-11-12 Thread Pavel Roskin
is not to make MadWifi work better. The purpose is to make it compile cleanly and serve as a working reference for ath5k and ath9k development. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo

Re: [ath9k-devel] rfkill-regulator.c:58:22: error

2013-10-16 Thread Pavel Roskin
/index.php/Main_Page -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

[ath9k-devel] This mailing list should work now

2013-01-16 Thread Pavel Roskin
Hello! This mailing list was working intermittently during the last months. The DNS issue affecting the mailing list has been fixed. It should work now. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https

Re: [ath9k-devel] List Subscription Page Has Expired Certificate

2012-07-27 Thread Pavel Roskin
a known problem. You can add an exception for the site you need to access. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Re: [ath9k-devel] looking for some help

2012-07-23 Thread Pavel Roskin
. Again, you may need compat-wireless to get a recent version of the driver. And you'll need the firmware. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

[ath9k-devel] [PATCH] ath9k: avoid useless cast from (struct ath_rateset *) to (u8 *) and back

2012-02-16 Thread Pavel Roskin
Signed-off-by: Pavel Roskin pro...@gnu.org --- drivers/net/wireless/ath/ath9k/rc.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/net/wireless/ath/ath9k/rc.c b/drivers/net/wireless/ath/ath9k/rc.c index a427a16..b8c6c38 100644 --- a/drivers/net/wireless/ath

Re: [ath9k-devel] kernel panic with ath9k

2012-02-15 Thread Pavel Roskin
and there is no underlying problem that needs to be fixed. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Re: [ath9k-devel] kernel panic with ath9k

2012-02-15 Thread Pavel Roskin
the checks for count=0 eventually. But it's not a change for stable kernels. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

[ath9k-devel] [PATCH] ath9k: stop on rates with idx -1 in ath9k rate control's .tx_status

2012-02-11 Thread Pavel Roskin
://bugzilla.redhat.com/show_bug.cgi?id=768639 Signed-off-by: Pavel Roskin pro...@gnu.org Cc: sta...@vger.kernel.org --- drivers/net/wireless/ath/ath9k/rc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/wireless/ath/ath9k/rc.c b/drivers/net/wireless/ath/ath9k

Re: [ath9k-devel] [PATCH] ath9k: stop on rates with idx -1 in ath9k rate control's .tx_status

2012-02-11 Thread Pavel Roskin
Quoting Peter Stuge pe...@stuge.se: Pavel Roskin wrote: Rate control algorithms are supposed to stop processing when they encounter a rate with the index -1. Checking for rate-count not being zero is not enough. Maybe it's a good idea to use an unsigned variable and check for the actual

Re: [ath9k-devel] kernel panic with ath9k

2012-02-10 Thread Pavel Roskin
as the rate control code checks for it. But it would be great to know when it happens, so that the code could be tested for that condition by developers rather than by unlucky users. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel

Re: [ath9k-devel] kernel panic with ath9k

2012-02-08 Thread Pavel Roskin
(with the sanity check I added to the code). I'll report the results. I believe the patch needs to be backported to Linux 3.3 and older versions. The Fedora bug 768639 has 74 comments, mostly messages about duplicate bugs. -- Regards, Pavel Roskin ___ ath9k

Re: [ath9k-devel] kernel panic with ath9k

2012-02-07 Thread Pavel Roskin
On Sat, 04 Feb 2012 10:48:48 -0500 Pavel Roskin pro...@gnu.org wrote: Hello, Olivier! Quoting Olivier Keshavjee olivier.keshav...@gmail.com: Had a kernel panic yesterday, few days after installing my new computer. Took a picture, but forgot to copy the log on next reboot

Re: [ath9k-devel] [3.3-rc2+] Thousands of ath9k warnings on dmesg before laptop froze

2012-02-06 Thread Pavel Roskin
() never returns a negative value and ath_debug_stat_rc() checks the array bounds. It may not be good enough for the kernel, but it may be good enough for Fedora. -- Regards, Pavel Roskin Prevent memory corruption in ath9k rate control algorithm From: Pavel Roskin pro...@gnu.org Check final_rate

Re: [ath9k-devel] kernel panic with ath9k

2012-02-04 Thread Pavel Roskin
0x843 I see a pattern here. I also had a panic in ath_rc_rate_set_rtscts() on the line that says cix = rate_table-info[rix].ctrl_rate; -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman

Re: [ath9k-devel] Warning in ath_rc_get_highest_rix()

2012-01-31 Thread Pavel Roskin
On Wed, 4 Jan 2012 17:46:45 -0500 Pavel Roskin pro...@gnu.org wrote: I hit this bug on a freshly installed Fedora 16 and judging by the duplicate bugs it looks like many Fedora users are hitting it too: https://bugzilla.redhat.com/show_bug.cgi?id=771113 Some detailed information has been

[ath9k-devel] Warning in ath_rc_get_highest_rix()

2012-01-04 Thread Pavel Roskin
what patch to try, I can do it. The code that triggers the warning is in ath_rc_get_highest_rix() (drivers/net/wireless/ath/ath9k/rc.c), and it reads: /* This should not happen */ WARN_ON(1); -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k

Re: [ath9k-devel] error:Segmentation fault after compiling and move ath9k

2011-10-19 Thread Pavel Roskin
On Wed, 19 Oct 2011 09:53:04 +0530 Mohammed Shafi shafi.wirel...@gmail.com wrote: Hi Wendy, sorry i have not tried on working with OpenWrt. please ask in the OpenWrt list. i had also Cced Felix and Adrian, Pavel Roskin who might know about this. may be you can just try with another OpenWrt

Re: [ath9k-devel] [patch] ath9k_hw: min_t() casts u32 to int

2011-10-18 Thread Pavel Roskin
-by: Pavel Roskin pro...@gnu.org I don't think it can actually happen. ath9k_hw_set_txpowerlimit() is called twice. In one case, limit is MAX_RATE_POWER, in another case, it's an argument of type u16. Still, it's better not to have the code that looks wrong. ath9k_cmn_update_txpow() also has

Re: [ath9k-devel] need helping on athdebug

2011-10-13 Thread Pavel Roskin
. This is a mailing list about the ath9k driver, not about OpenWRT. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Re: [ath9k-devel] Features for FCC test and etc

2011-09-21 Thread Pavel Roskin
periodically as an AP). This is only for test purpose, nothing even related to wifi protocol. I am not sure if the driver supports this operation :( It was asked before: http://www.mail-archive.com/ath9k-devel@lists.ath9k.org/msg05313.html -- Regards, Pavel Roskin

Re: [ath9k-devel] DWA-556 not working as AP

2011-08-10 Thread Pavel Roskin
WPA-PSK, not 802.1X. Do I miss some modules or have I compiled hostapd or madwifi driver with wrong parameters? The message comes from driver_madwifi.c and can be easily improved, but I don't see much point in that. WPA was mentioned after all. -- Regards, Pavel Roskin

Re: [ath9k-devel] DWA-556 not working as AP

2011-08-09 Thread Pavel Roskin
to the niceties of the kernel drivers that can change the mode of an existing interface. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Re: [ath9k-devel] DWA-556 not working as AP

2011-08-05 Thread Pavel Roskin
are that ath9k does something wrong, otherwise I would suspect the hardware. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Re: [ath9k-devel] code of AP mode

2011-08-02 Thread Pavel Roskin
On 08/01/2011 12:14 PM, pangyunong wrote: Which file contain the information about AP mode? I use 'find' but no appropriate result Look for NL80211_IFTYPE_AP. The AP mode support is spread throughout the driver. -- Regards, Pavel Roskin

[ath9k-devel] [PATCH] ath9k: remove all references to subsysid, it's never used

2011-07-23 Thread Pavel Roskin
Signed-off-by: Pavel Roskin pro...@gnu.org --- drivers/net/wireless/ath/ath9k/ahb.c |2 +- drivers/net/wireless/ath/ath9k/ath9k.h|2 +- drivers/net/wireless/ath/ath9k/htc_drv_init.c |1 - drivers/net/wireless/ath/ath9k/hw.h |1 - drivers/net/wireless/ath

[ath9k-devel] [PATCH 1/4] ath: use get_unaligned_le{16, 32} in ath_hw_keysetmac()

2011-07-15 Thread Pavel Roskin
Signed-off-by: Pavel Roskin pro...@gnu.org --- drivers/net/wireless/ath/key.c |7 ++- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/net/wireless/ath/key.c b/drivers/net/wireless/ath/key.c index a61ef3d6..17b0efd 100644 --- a/drivers/net/wireless/ath/key.c +++ b

[ath9k-devel] [PATCH 2/4] ath9k: use get_unaligned_{b16, le16, le32} where possible

2011-07-15 Thread Pavel Roskin
Signed-off-by: Pavel Roskin pro...@gnu.org --- drivers/net/wireless/ath/ath9k/ar9003_eeprom.c | 10 +- drivers/net/wireless/ath/ath9k/eeprom_4k.c | 12 +--- drivers/net/wireless/ath/ath9k/eeprom_9287.c | 12 +--- drivers/net/wireless/ath/ath9k/eeprom_def.c

[ath9k-devel] [PATCH 3/4] ath9k: remove defines in reg.h that exist in ../reg.h

2011-07-15 Thread Pavel Roskin
Signed-off-by: Pavel Roskin pro...@gnu.org --- drivers/net/wireless/ath/ath9k/reg.h | 23 --- 1 files changed, 0 insertions(+), 23 deletions(-) diff --git a/drivers/net/wireless/ath/ath9k/reg.h b/drivers/net/wireless/ath/ath9k/reg.h index 759b72c..fa4c0bb 100644

[ath9k-devel] [PATCH 4/4] ath9k: use ath_opmode_to_string()

2011-07-15 Thread Pavel Roskin
Signed-off-by: Pavel Roskin pro...@gnu.org --- drivers/net/wireless/ath/ath9k/debug.c | 22 ++ 1 files changed, 2 insertions(+), 20 deletions(-) diff --git a/drivers/net/wireless/ath/ath9k/debug.c b/drivers/net/wireless/ath/ath9k/debug.c index 22d3a26..d1eb896 100644

Re: [ath9k-devel] WiFi USB Dongle using AR9271

2011-07-06 Thread Pavel Roskin
there is a newer kernel for your platform. Or maybe you could apply patches that upgrade your kernel to 2.6.23 and even to 2.6.24. Another approach is backporting compat-wireless to older kernels. You only need to bridge two kernel versions to go from 2.6.24 to 2.6.22. -- Regards, Pavel Roskin

Re: [ath9k-devel] Netgear N150 driver for 2.6.32-5-686 debian problem

2011-07-03 Thread Pavel Roskin
to be kept intact, top-posting destroys an intelligent conversation. Please write under the text you quote and don't quote the parts not needed for your reply. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https

Re: [ath9k-devel] Netgear N150 driver for 2.6.32-5-686 debian problem

2011-06-29 Thread Pavel Roskin
and corresponding .ko files etc. Please don't top-post and don't quote irrelevant text! -- Regards, Pavel Roskin compat: use macro for netdev_name() to support Debian kernel 2.6.32-5 From: Pavel Roskin pro...@gnu.org Signed-off-by: Pavel Roskin pro...@gnu.org Debian backports netdev_name as a function

Re: [ath9k-devel] Netgear N150 driver for 2.6.32-5-686 debian problem

2011-06-28 Thread Pavel Roskin
. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Re: [ath9k-devel] AR9280 report

2011-06-27 Thread Pavel Roskin
, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Re: [ath9k-devel] Changing ath9k init.c parameters from debugfs?

2011-06-27 Thread Pavel Roskin
this as there is some functions I want to disable/enable configured in init.c, without having to hardcode then recompile again. init.c and debug.c are both compiled into ath9k.ko, so they are loaded at the same time, as a whole. -- Regards, Pavel Roskin

Re: [ath9k-devel] Monitor mode in ath9k

2011-06-27 Thread Pavel Roskin
disable rx filtering. Programs like wireshark enable promiscuous mode, but maybe you are using some userspace software that doesn't? -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo

Re: [ath9k-devel] Netgear N150 driver for 2.6.32-5-686 debian problem

2011-06-27 Thread Pavel Roskin
http://www.catb.org/~esr/faqs/smart-questions.html#symptoms -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Re: [ath9k-devel] multiple virtual ad-hoc interfaces

2011-06-23 Thread Pavel Roskin
when other interfaces already exist.\n); ret = -EINVAL; goto out; } -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

[ath9k-devel] [PATCH 1/2] ath9k: use standard max(), remove A_MAX macro

2011-06-15 Thread Pavel Roskin
Signed-off-by: Pavel Roskin pro...@gnu.org --- drivers/net/wireless/ath/ath9k/ath9k.h |2 -- drivers/net/wireless/ath/ath9k/rc.c|6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h

[ath9k-devel] [PATCH 2/2] ath9k: typo fix in a comment

2011-06-15 Thread Pavel Roskin
Signed-off-by: Pavel Roskin pro...@gnu.org --- drivers/net/wireless/ath/ath9k/ath9k.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h index b9c177f..56a0ac4 100644 --- a/drivers/net/wireless

Re: [ath9k-devel] [PATCH net-next 1/2] wireless: Remove casts of void *

2011-06-14 Thread Pavel Roskin
stuff like this without verifying by sparse that no warnings are introduced. Sparse warnings should be avoided to keep sparse checks useful. Otherwise, important warnings would drown in the noise. -- Regards, Pavel Roskin ___ ath9k-devel mailing list

Re: [ath9k-devel] [RFC] ath9k_htc: Add support for NL80211_IFTYPE_MESH_POINT interfaces

2011-06-07 Thread Pavel Roskin
be a separate patch. It may have effect beyond mesh support. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Re: [ath9k-devel] AR9220: how do I wake it up? :)

2011-01-22 Thread Pavel Roskin
with a list of values to adjust. Initialization is not performance critical (as long as we are not talking about tenths of a second or more), but embedded systems may be short on memory. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel

Re: [ath9k-devel] AR9220: how do I wake it up? :)

2011-01-21 Thread Pavel Roskin
fixup for AR9160 that is harder to fix. I never had time to do the later. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Re: [ath9k-devel] ar9280 PCIe 5/10MHz support

2010-10-11 Thread Pavel Roskin
and nobody is working on this. If it's not supported by mac80211, it cannot be properly supported by ath9k. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Re: [ath9k-devel] PCI device 168c:ff1c (AR5008, possibly Apple-branded)

2010-09-27 Thread Pavel Roskin
On 09/27/2010 11:16 AM, David Lamparter wrote: Or try madwifi, i think it also supports the AR5008... Hmm. This is a 11n card. I don't think madwifi supports 11n cards? Yes, MadWifi trunk supports AR5008 based cards, but there is no support for 802.11n. -- Regards, Pavel Roskin

Re: [ath9k-devel] crash in ath9k driver ?

2010-08-31 Thread Pavel Roskin
? Any idea how I can work around? I am stuck with this kernel because this laptop has dmraid raid 0, and kernel is held back during updates. Please try compat-wireless. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org

Re: [ath9k-devel] D-Link DWA-547 completely freezes system

2010-08-05 Thread Pavel Roskin
try the latest compat-wireless. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Re: [ath9k-devel] Firmware - ar9271.fw not found

2010-07-24 Thread Pavel Roskin
. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Re: [ath9k-devel] Firmware - ar9271.fw not found

2010-07-20 Thread Pavel Roskin
On Tue, 2010-07-20 at 14:48 -0700, Luis R. Rodriguez wrote: On Tue, Jul 20, 2010 at 02:34:35PM -0700, Pavel Roskin wrote: On Mon, 2010-07-19 at 08:34 +0200, Falk-Moritz Schaefer wrote: The linux-backports-modules-wireless-2.6.32-21-generic were not installed. After installing them

Re: [ath9k-devel] Firmware - ar9271.fw not found

2010-07-17 Thread Pavel Roskin
forget to recompile compat-wireless every time you update the kernel. If you have further questions, please post the output of modinfo ath9k_htc so we know which module you are using. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel

Re: [ath9k-devel] Firmware - ar9271.fw not found

2010-07-15 Thread Pavel Roskin
cleanups. You can check if dev_set_uevent_suppress() is defined in compat-2.6.30.h. If it's not, you are using an old version of compat-wireless for the backport package and it should be updated. -- Regards, Pavel Roskin ___ ath9k-devel mailing list

Re: [ath9k-devel] D-Link DWA-547 completely freezes system

2010-07-08 Thread Pavel Roskin
to the messages and pages you are referring to, somebody may have a look. Normally kernel panics are fixed really quickly because they are problems of the highest priority. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org

Re: [ath9k-devel] ath9k problem - no interface

2010-06-16 Thread Pavel Roskin
the output of lsusb to determine which device you have. If something is still failing, please use the dmesg command to check the kernel log for error messages from the driver. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org

Re: [ath9k-devel] [patch 2/9] ath9k: range checking issues in htc_hst.c

2010-05-10 Thread Pavel Roskin
On Mon, 2010-05-10 at 16:20 +0530, Sujith wrote: Ah right. That should be fixed. I suggest using ARRAY_SIZE(target-endpoint) to be sure. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org

Re: [ath9k-devel] On ath9k debugfs, having trouble recompiling and inserting only ath9k

2010-04-12 Thread Pavel Roskin
from the ath9k module if it fails to load due to unresolved symbols. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

[ath9k-devel] [PATCH] ath9k: simplify AR9220 fixup code for AR_AN_TOP2 register

2010-04-06 Thread Pavel Roskin
(such as Ubiquiti SR71-12) and those that don't need it (D-Link DWA-552 rev A2). Signed-off-by: Pavel Roskin pro...@gnu.org --- drivers/net/wireless/ath/ath9k/hw.c | 76 ++- drivers/net/wireless/ath/ath9k/hw.h |1 2 files changed, 13 insertions(+), 64 deletions(-) diff

Re: [ath9k-devel] No 80211n possible with AR9220?

2010-04-01 Thread Pavel Roskin
to a high value once I start pinging the AP. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

[ath9k-devel] Constant data modified, problem for multiple cards

2010-04-01 Thread Pavel Roskin
is potentially more extensible, but it's more memory consuming. Particularly for the iniModes, most cards don't need the fixup, but they will still use copies of the tables. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https

Re: [ath9k-devel] [RFC PATCH 2/2] ath9k: fix mixing of interrupt masks, remove ah-mask_reg

2010-03-31 Thread Pavel Roskin
. It looks like ah-mask_reg was misused exactly because sc-imask wasn't available in some files. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

[ath9k-devel] [RFC PATCH 1/2] ath9k: rename symbols in enum ath9k_internal_frame_type to avoid confusion

2010-03-29 Thread Pavel Roskin
Symbols starting with ATH9K_INT are also used for interrupt mask. Signed-off-by: Pavel Roskin pro...@gnu.org --- drivers/net/wireless/ath/ath9k/rc.h |6 +++--- drivers/net/wireless/ath/ath9k/virtual.c |2 +- drivers/net/wireless/ath/ath9k/xmit.c|6 +++--- 3 files changed, 7

[ath9k-devel] [RFC PATCH 2/2] ath9k: fix mixing of interrupt masks, remove ah-mask_reg

2010-03-29 Thread Pavel Roskin
-mask_reg as omask ath9k_hw_set_interrupts() and ath9k_hw_updatetxtriglevel(). Remove ah-mask_reg, as it becomes write only. Use a local variable in ath9k_hw_init_chain_masks(). Signed-off-by: Pavel Roskin pro...@gnu.org Reported-by: Julia Lawall ju...@diku.dk --- Adding ath9k.h to hw.c and mac.c

Re: [ath9k-devel] AR9280 Force 5ghz or disable 2.4ghz?

2010-03-26 Thread Pavel Roskin
on the channel 6 when scan_freq=2412 was in the configuration file. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Re: [ath9k-devel] AR9271 chipset USB Support

2010-03-24 Thread Pavel Roskin
there (the latest snapshot is always recommended). You can find more information about compat-wireless at http://linuxwireless.org/en/users/Download Please don't write to ath9k-devel-boun...@lists.ath9k.org, it's an address to capture bounces of the list posts. -- Regards, Pavel Roskin

Re: [ath9k-devel] Atheros hw recommendation for access point

2010-03-24 Thread Pavel Roskin
to ask in a forum dedicated to wireless hardware, not to software development. I know that there are different antennas for 2.4 GHz and 5 GHz bands. Also note that the Microtik cards only have two antenna connectors. -- Regards, Pavel Roskin ___ ath9k

Re: [ath9k-devel] unaligned accesses

2010-03-22 Thread Pavel Roskin
/kernel/debug/mips/unaligned_instructions) I checked the sources for unaligned_instructions and found unaligned_action nearby. If set to 2 (UNALIGNED_ACTION_SHOW), it would print registers, and then perhaps you could find the exact location in the kernel. -- Regards, Pavel Roskin

Re: [ath9k-devel] AR5008 hanging computer

2010-03-11 Thread Pavel Roskin
lockup when AR_ISR_RAC is read in ath9k_hw_getisr(). I have no idea how to work it around. Maybe somebody with access to Atheros specifications could help? -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https

Re: [ath9k-devel] AR5008 hanging computer

2010-03-10 Thread Pavel Roskin
workaround would be to comment out this line in ani.c: if (!(REG_READ(ah, AR_SLP_MIB_CTRL) AR_SLP_MIB_PENDING)) Leave the new line so that the register is cleared unconditionally. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel

Re: [ath9k-devel] Virtual wiphy usage

2010-03-05 Thread Pavel Roskin
worth a warning. */ if (WARN_ON(!local-started)) goto drop; Am I doing something wrong ? No, doing something wrong should not trigger kernel warnings. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel

Re: [ath9k-devel] Sony Vaio 9287 Problems

2010-03-04 Thread Pavel Roskin
. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Re: [ath9k-devel] Ubnt rs pro ar9220 ath9k driver

2010-03-04 Thread Pavel Roskin
On Wed, 2010-03-03 at 16:55 -0800, Luis R. Rodriguez wrote: On Wed, Mar 03, 2010 at 09:59:31AM -0800, Pavel Roskin wrote: On Wed, 2010-03-03 at 22:30 +0800, =?utf-8?B??= wrote:  Thank you for your reply. But I can't config it in AP mode. r...@openwrt:/# iw dev wlan0 set type ap

Re: [ath9k-devel] Ubnt rs pro ar9220 ath9k driver

2010-03-03 Thread Pavel Roskin
to enable 802.11n in the hostapd configuration file. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Re: [ath9k-devel] Installing TL-WN721N driver

2010-03-03 Thread Pavel Roskin
for the ath9k_htc patches in the list archives and apply them to the current compat-wireless. If you have any questions, please search the web first and provide details where you have looked and what you have tried. -- Regards, Pavel Roskin ___ ath9k-devel mailing list

Re: [ath9k-devel] ath9k: injecting frames at a rate other than 1Mbps

2010-03-02 Thread Pavel Roskin
an alternative patch and I'll submit it to linux-wireless shortly. It actually works for userspace injection. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Re: [ath9k-devel] trouble with DWA-552 and ath9k

2010-03-02 Thread Pavel Roskin
.x86_64 I also tried that kernel with compat-wireless-2.6.33 and compat-wireless-2010-03-02. The card was working fine in all cases. Also, are we to just assume that at this point I have a hardware problem and it couldn't be ath9k? Yes. -- Regards, Pavel Roskin

Re: [ath9k-devel] trouble with DWA-552 and ath9k

2010-03-02 Thread Pavel Roskin
frame ath: Unable to stop TxDMA. Reset HAL! ath: timeout (10 us) on reg 0x7000: 0x 0x0003 != 0x I'm afraid the only sure way to set PCI latency is from BIOS. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel

Re: [ath9k-devel] [PATCH] ath9k: decrease size of ath9k.ko

2010-03-02 Thread Pavel Roskin
effective for storage. In my configuration, I get following sizes: original (int):2792138 your patch (u8): 2790186 bool: 2790186 bool (1 bit): 2789218 -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel

Re: [ath9k-devel] trouble with DWA-552 and ath9k

2010-02-26 Thread Pavel Roskin
, but it didn't appear to work. What version of compat-wireless are you using and with what kernel and on what distro? I'm using Fedora 11 with a kernel from the wireless-testing repository (currently identifying itself as 2.6.33-wl). -- Regards, Pavel Roskin

Re: [ath9k-devel] trouble with DWA-552 and ath9k

2010-02-25 Thread Pavel Roskin
On Wed, 2010-02-24 at 13:14 -0500, Pavel Roskin wrote: Sorry, I found it: https://lists.ath9k.org/pipermail/ath9k-devel/2010-January/003019.html Looking at it now. I have bought DWA-552 from Newegg. It's revision A2. The chip is marked as AR9223. lspci should that it's exactly the same

Re: [ath9k-devel] trouble with DWA-552 and ath9k

2010-02-24 Thread Pavel Roskin
, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Re: [ath9k-devel] trouble with DWA-552 and ath9k

2010-02-24 Thread Pavel Roskin
On Wed, 2010-02-24 at 13:09 -0500, Pavel Roskin wrote: I was wrong in assuming that you had the same problem as I had on Ubiquiti SR71-12, so I didn't pay attention to the omission. But now that we know that your card is still unsupported, that information is needed to deal with the problem

Re: [ath9k-devel] trouble with DWA-552 and ath9k

2010-02-23 Thread Pavel Roskin
reviews for DWA-552 on newegg.com that mention Linux, and both say that the card works. I'm sorry, but I think I'll rather work with the hardware that I have already. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org

Re: [ath9k-devel] trouble with DWA-552 and ath9k

2010-02-23 Thread Pavel Roskin
the predominant result is positive, if the reviews on newegg.com are considered and if they are about revision A2. You still can try ndiswrapper with the Windows driver from atheros.cz. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel

Re: [ath9k-devel] AR5008 hanging computer

2010-02-18 Thread Pavel Roskin
: 0292 CPU: 0 EIP is at yenta_interrupt+0x1f/0xf0 [yenta_socket] That's the PCMCIA subsystem, not ath9k. We could suspect ath9k to cause it if it was immediately after ath9k was loaded, but there were other things going on after the ath9k initialization. -- Regards, Pavel Roskin

Re: [ath9k-devel] AR5008 hanging computer

2010-02-17 Thread Pavel Roskin
, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Re: [ath9k-devel] AR5008 hanging computer

2010-02-17 Thread Pavel Roskin
. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Re: [ath9k-devel] AR5008 hanging computer

2010-02-12 Thread Pavel Roskin
kernel.log.lzma -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Re: [ath9k-devel] trouble with DWA-552 and ath9k

2010-02-10 Thread Pavel Roskin
On Tue, 2010-02-09 at 20:00 -0500, Brian Walker wrote: The sticker on my card says: BWA552NA A2 HW Ver. A2 F/W Ver. 1.50 OK, I asked all sellers of reasonably priced DWA-552 on eBay about the hardware revisions, but all answers so far have been A1 or I cannot tell. -- Regards, Pavel

Re: [ath9k-devel] can ath9k run on linux 2.6.25

2010-02-08 Thread Pavel Roskin
the answer, that you have looked in some places, that you have tried something and it didn't work. I suggest that you have a look at this document: http://catb.org/~esr/faqs/smart-questions.html -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k

Re: [ath9k-devel] trouble with DWA-552 and ath9k

2010-02-05 Thread Pavel Roskin
be written somewhere on the card or on the box. I'm away from my DWA-552, but I looked for large images on the net, and found one where the revision A1 is clearly seen at the end on P/N: http://www.bcchardware.com/gallery/albums/D-LinkN/DWA_552Bundle.jpg -- Regards, Pavel Roskin

Re: [ath9k-devel] ath9k in wireless-testing won't work in AP mode

2010-02-02 Thread Pavel Roskin
, then we want addition. Those delays won't overlap with air propagation. The delay time would be added to the air propagation time. It would mean adding a constant fudge factor to the ACK timeout to make it accurate. I've attached a simple picture to make it more clear. -- Regards, Pavel Roskin

Re: [ath9k-devel] D-Link DWA-547 completely freezes system

2010-01-31 Thread Pavel Roskin
to work just fine, except that ACK timeout needs to be slightly increased for AP operations, as discussed in another thread. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k

Re: [ath9k-devel] ath9k in wireless-testing won't work in AP mode

2010-01-30 Thread Pavel Roskin
(). Maybe we want a number that is large, but doesn't overflow? Or we could start with 54, which would give 64 in the first iteration. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman

Re: [ath9k-devel] ath9k in wireless-testing won't work in AP mode

2010-01-30 Thread Pavel Roskin
; else slottime = 20; if (vif-type == NL80211_IFTYPE_AP) { -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Re: [ath9k-devel] ath9k in wireless-testing won't work in AP mode

2010-01-30 Thread Pavel Roskin
tried setting acktimeout to a lower value. 23 is OK on channel 165, 22 is not. 22 is OK on channel 36 though. -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

[ath9k-devel] ath9k in wireless-testing won't work in AP mode

2010-01-29 Thread Pavel Roskin
kernel from wireless-testing. I haven't used ath9k in AP mode for a long time if ever, so I don't know when it broke. I guess I'll need to look in Wireshark if the authentication response is indeed acknowledged by the station, but I won't have time for that soon. -- Regards, Pavel Roskin

Re: [ath9k-devel] D-Link DWA-547 completely freezes system

2010-01-27 Thread Pavel Roskin
-wireless-2.6/compat-wireless-2.6.tar.bz2 -- Regards, Pavel Roskin ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

  1   2   >