Re: [ath5k-devel] [PATCH 09/28] Remove ATHEROS_AR231X

2014-06-19 Thread Holger Schurig
> Having this conversation every rc1 is getting a bit silly. Hmm, wouldn't the obvious thing than to add the driver in it's current form into staging? Is it well-separated from the rest of Atheros WLAN drivers ? ___ ath5k-devel mailing list ath5k-devel

Re: [ath5k-devel] Rookie needs helps with ath5k basics

2014-02-17 Thread Holger Schurig
Okay, I admit that I cannot help you, I have no clue on the driver level. But maybe I can help with the methodology. :-) You mention 802.11p (car-to-car-communication). Is there any specific reason you base it on ath5k and not on ath9k? If you look at the number of commits, then you should see t

Re: [ath5k-devel] beacon update in Ad-Hoc mode

2013-08-19 Thread Holger Schurig
Nowhere. ath5k is just the driver and sends the beacons that it should send. It's not driver-specific, therefore this mailing list isn't the ideal place. The Linux subsystem that configures "what it should send" is mac80211, so you better ask in the general linux wireless mailing list (see http:/

Re: [ath5k-devel] 802.11k

2013-07-05 Thread Holger Schurig
No. And yes. That would be a layer violation. The question is like asking "Will Goodmonths tires support driving to Paris?". The answer is: the tires don't care. They are there to rotate. Similarly, ath5k doesn't care. It's there to change frequency, transmit and receive packets. 802.11k would h

Re: [ath5k-devel] Integrating sectorised antenna with a Wi-Fi node

2013-05-07 Thread Holger Schurig
You're probably 5 years too late. The MADWIFI driver is quite out of fashion nowadays and few people are still hacking on it. I wouldn't base any new development on it. What you describe is a bit like diversity: receive with all antennas, determine which antenna had the highest RSSI, use that ante

Re: [ath5k-devel] how to configure ath5k?

2012-12-05 Thread Holger Schurig
How to use "iw" is a googling away from you. If you do nonstandard stuff, e.g. trying things out, I'd suggest module parameters or the debugfs. "iw" isn't good for such quick-n-dirty stuff, because iw goes the path nl80211->cfg80211->mac80211->driver (or something like this). Lots of hoops. If yo

Re: [ath5k-devel] 802.11p help

2012-06-27 Thread Holger Schurig
This question can't be answered. :-) You cannot assume that everyone reading that list knows 802.11p in detail. This also makes almost know no-one to know what has to be changed to make ath5k 802.11p "enabled". It might very well be the case that you don't need to change the driver at all, but ins

Re: [ath5k-devel] How can I rename wlanX to athX ?

2012-05-13 Thread Holger Schurig
You can "rename" an interface with an UDEV rule at creation time. I haven't checked if "ifrename" works, but I guess that'll do it, too. A third option is this: iw wlan0 interface add ath0 type station iw wlan0 interface del wlan0 ___ ath5k-devel maili

Re: [ath5k-devel] 2.3 GHz coverage on my Acer Aspire One AR5BXB63 Atheros Card ?

2011-10-19 Thread Holger Schurig
Hi, DH3HS here. Madwifi source code is End-of-life here, I wouldn't recommend this. There are amateur radio specific WLAN router distributions available, you should go to one of them to ask for specifics (e.g. source code). There are various project to build links all over the country, e.g. HAMNE

Re: [ath5k-devel] adhoc mode atheros communication ar5413 802.11abg

2010-10-05 Thread Holger Schurig
> 1) if card is not able to run in adhoc mode why the iwconfig does not report > error when i have used iwconfig command ? Because "iwconfig" is the wrong tool. You should use "iw". See http://wireless.kernel.org/en/users/Documentation/iw For some hints on how to setup adhoc, see http://wireless

Re: [ath5k-devel] ath5k Ad Hoc Association

2010-07-20 Thread Holger Schurig
> iw phy phy0 interface add wlan0 type adhoc > iw wlan0 set channel 36 > iwconfig wlan0 channel 36 > iwconfig wlan0 essid txctest I can't think of ANY reason why you do that. Use "iw", not "iwconfig". All the last three commands should be replaced with one single "iw dev wlan0 ibss join myibss

Re: [ath5k-devel] Send packet from inside ath5k_intr() or ath5k_tasklet_rx()

2010-06-22 Thread Holger Schurig
> For research purpose, I want to make the Atheros wifi card to send out Jin YunYe, this is *NOT* targeted especially to you, so please don't be offended. Can it be the case that "research" is a mostly a one-way road? Every other week I read from someone "For a research we need to do this and

Re: [ath5k-devel] [PATCH] ath5k: clean up rxlink handling

2010-06-15 Thread Holger Schurig
@@ -2770,7 +2767,7 @@ ath5k_intr(int irq, void *dev_id) * RXE bit is written, but it doesn't work at * least on older hardware revs. */ - sc->rxlink = NULL; +

Re: [ath5k-devel] net80211

2010-05-12 Thread Holger Schurig
> I know that ath5k = Madwifi with no HAL What you "know" is plain wrong. -- http://www.holgerschurig.de ___ ath5k-devel mailing list ath5k-devel@lists.ath5k.org https://lists.ath5k.org/mailman/listinfo/ath5k-devel

Re: [ath5k-devel] high and unpredictable transmission delays

2010-04-18 Thread Holger Schurig
> If you remove the antenna of your card, wind the receive gain down to the > minimum possible value, your card card will receive the minimum of packets > from other boxes. Wouldn't it be even better to do a proper termination between ground and signal, e.g. by a shielded 50 Ohm resistor? (Not s

Re: [ath5k-devel] AP mode support in ath5k

2010-03-12 Thread Holger Schurig
Some clients (including mac80211 as client) use probe requests (frame 59) to the AP to find out if they're still connected, e.g. see net/mac80211/work.c for IEEE80211_ASSOC_MAX_TRIES and friends. After the probe without answer, there was still a successfull data exchange, see the ARP query/resp

Re: [ath5k-devel] Link quality information with ath5k IBSS mode

2010-03-08 Thread Holger Schurig
> i don't know where "Rx invalid nwid", etc. went unfortunately... To limbo, as it's kind of useless. When you have SSID "BLAH" and receive a beacon for SSID "MURPS", it's increasing. As this doesn't say much that, I don't cry now it's gone. If I really want to know about beacons, I'm using wir

Re: [ath5k-devel] [ath5k-users] ath5k questions

2010-02-18 Thread Holger Schurig
> [ 2960.591578] ath5k phy0: noise floor calibration timeout > (2422MHz) If it happen only this and then, then no. That's why Bob Copeland patched it away: http://git.kernel.org/?p=linux/kernel/git/linville/wireless-2.6.git;a=commitdiff;h=e5e2647fd6ceef2cdc479954b84517535eb7febd If it happens

Re: [ath5k-devel] ath5k-Help!!!

2010-02-10 Thread Holger Schurig
> Have you even looked at the driver? He first asked on the madwifi mailing list and was told to use ath5k for his study project, so maybe he didn't really look. But hey it's gread that he actually took the advice, so don't be harsh with him :-) Muhammand, you said in your subject just "Help!

Re: [ath5k-devel] [PATCH 1/5] nl80211: Add new WIPHY attribute COVERAGE_CLASS

2009-12-16 Thread Holger Schurig
> And if your IBSS and the AP already sent the coverage class > through the country IE I am not sure if we should allow > overriding it. Hmm, I think a local setting should override some broadcasted setting *IF* this cannot be used for some kind of denial-of-service-attack on links farther away

Re: [ath5k-devel] [ath5k-users] Using ath5k as an Access Point with a 2.6.31.5 kernel

2009-12-15 Thread Holger Schurig
On Tuesday 15 December 2009 10:46:00 Xavier Bestel wrote: > > Try with "country_code=SE". Oops, I meant "without", of course. Also, the hostap mailing might be a much better forum for this type of question: http://lists.shmoo.com/mailman/listinfo/hostap -- http://www.holgerschurig.de __

Re: [ath5k-devel] [ath5k-users] Using ath5k as an Access Point with a 2.6.31.5 kernel

2009-12-15 Thread Holger Schurig
Some tips: make sure that no udev rule renames the wlan0 to ath0. I once had problems with a renamed device, but didn't investigate this further. when "ifconfig -a" shows you a "wlan0", change your hostapd.conf and try again. Set the log leven to debug. After all, you're debugging :-) Try wi

Re: [ath5k-devel] ACK timeout

2009-11-23 Thread Holger Schurig
> What about providing a higher abstraction, a "distance" > parameter instead of acktimeout, csttimeout and slottime? For > example 'iw phy0 set distance 3000'. Definitely at least ath9k > hardware supports this feature. Sounds like a plan --- but you should really ask/propose in linux-wireless,

Re: [ath5k-devel] ACK timeout

2009-11-23 Thread Holger Schurig
On Sunday 22 November 2009 01:36:43 Luis R. Rodriguez wrote: > No, not all hardware can change this, we also don't want to clobber iw > with hw specific knobs. I see it differently. Debugfs is for debugging, not for API. If you'd use debugfs for it, then you'd force every embedded developer to

Re: [ath5k-devel] Fw: Cannot register at bugzilla (bugreport added) [ ath5k bugreport ]

2009-09-28 Thread Holger Schurig
> There are already other reports of this problem in discussion forums. > It seems, the old madwifi-driver works better with dhcp - so people say. I cannot second that. For me, ath5k works perfectly with DHCP, with WEXT ("iwconfig") and NL80211 ("iw") and with wpa_supplicant. DHCP was NEVER an

Re: [ath5k-devel] ath5k I/Q calibration bug

2009-04-01 Thread Holger Schurig
> Hello ! Sound's cool. However, to get your patch accepted, you'd need a real-name and a proper Signed-off-by line. The real-name is a legal requirement, but apart from legal I personally find it IRC-kiddy-style to use nicknames in Linux related mailing list. But thats, as I said it, a matte

Re: [ath5k-devel] HW encryption / todo

2008-10-27 Thread Holger Schurig
On Sunday 26 October 2008 23:47:49 Nick Kossifidis wrote: > O.K. let's use this one ;-) > http://madwifi.org/wiki/About/ath5k/TODO ath5k is part of the kernel, why not using the central place for all in-kernel wireless modules, http://wireless.kernel.org ?

Re: [ath5k-devel] [PATCH 2/5] ath5k: more consistent debugging

2007-12-03 Thread Holger Schurig
> Acked-by: Nick Kossifidis <[EMAIL PROTECTED]> I don't think it is necessary to quote everything in such a case ... ___ ath5k-devel mailing list ath5k-devel@lists.ath5k.org https://lists.ath5k.org/mailman/listinfo/ath5k-devel

Re: [ath5k-devel] noise calculations

2007-11-23 Thread Holger Schurig
> now, if i only knew how to create some background noise, to > get more samples... microwave ovens? Would that work? Use another madwifi card, with madwifi-dfs in continuous transmit mode? Have the noise-receiving card at channel 1, and use the other card on channel 3, then 2, then 1 to incre