Re: [zd1211-devs] channel/region problem with Fiberline WL-430U

2006-04-12 Thread Remco
  zd1211: AllowedChannel = 07ff
  zd1211: LinkLEDn = 200
  AllowedChannel = 000107ff
  Region: 48

 Why are the two AllowedChannel entries different?  Why are there only 11 or
 12 bits set although I'm in Europe where there are 13 channels usable?  Or
 is this number not a bit pattern with each bit corresponds to a single
 channel?

The following is what I remember from looking at the driver code and may not 
be totally accurate.

If I didn't overlook anything Zydas hardcoded this bitmask in it's latest 
driver. (presumably to solve problems with devices that don't set it 
properly) It used to be retrieved from EEPROM.
If I remember correctly each bit represents a channel and the bitmask is split 
up as follows:
000107ff = 0001 (default channel) 07ff (available/allowed channels)

The first log entry represents the retrieved (but now hardcoded) allowed 
channel mask. The second entry has the default channel added.

 What does “Region: 48” mean?  Is 48 intended to be a region code?  That
 would be nonsense.

48 is the region code as defined by the official IEEE802.11 specs. If I 
remember correctly it stand for ETSI (most of Europe) / Taiwan region.



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] channel/region problem with Fiberline WL-430U

2006-04-12 Thread Wolfgang Jeltsch
Am Mittwoch, 12. April 2006 21:32 schrieb Remco:
 [...]

 The following is what I remember from looking at the driver code and may
 not be totally accurate.

Thanks a lot for this information.

 [...]

 If I didn't overlook anything Zydas hardcoded this bitmask in it's latest
 driver. (presumably to solve problems with devices that don't set it
 properly) It used to be retrieved from EEPROM.
 If I remember correctly each bit represents a channel and the bitmask is
 split up as follows:
 000107ff = 0001 (default channel) 07ff (available/allowed channels)

Hmm, this would mean that only 11 channels are available while Europe supports 
13.  Could this lead to problems like not being able to connect to a 
semi-public WLAN because of an unsupported channel?

 [...]

Best wishes,
Wolfgang


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs