Re: [ath9k-devel] Radar Detection and DFS status

2010-04-28 Thread Robert Meschke
Hi, I want to use GHz channels for outdoor WLAN communications in Germany. In this regdomain all outdoor 5GHz channels are DFS channels. I need 11n connection speeds. What's the status of DFS and Radar Detection in ath9k and mac80211 at this time? I am using OpenWrt and the only known issue is

Re: [ath9k-devel] Radar Detection and DFS status

2010-04-29 Thread Robert Meschke
Hi, thank you for your immediate response, Luis. It's a pity that DFS is not supposed to work in the near future. A can provide more specific information. I am working on a project, where I really need the 5 Ghz band and have to respect national laws. I am using Ubiquiti Networks SR71-A MIMO mi

Re: [ath9k-devel] Radar Detection and DFS status

2010-05-01 Thread Robert Meschke
Am 29.04.2010 22:15, schrieb Benoit PAPILLAULT: > Hi Robert, > > If you have access to signal generators, I would suggest a very simple > and easy start : try to add the code to detect pulse like it was done > in madwifi-dfs (ported to madwifi/trunk BTW). Then, just send few > pulses and you'll

[ath9k-devel] Antenna Configuration

2010-09-13 Thread Robert Meschke
Hi Mike, I had the same problem and wrote a workaround for it. The possible Chainmask-Configuration is retrieved from the EEPROM of your card by the driver. Normally all Antennas are activated. There is no API for Antenna-Configuration in Ath9k/Cfg80211... and therefore no API in Userspace,

Re: [ath9k-devel] Antenna Configuration

2010-09-13 Thread Robert Meschke
Hi Adrian, look at the main.c of ath9k. /* * Update tx/rx chainmask. For legacy association, * hard code chainmask to 1x1, for 11n association, use * the chainmask configuration, for bt coexistence, use * the chainmask configuration even in legacy mode. */ void ath_update_chainmask(st