Hi, We have a problem with atheros (D-Link AG530) using FreeBSD 6.1-BETA2 in client mode to associte our production bridge (mode 11b), this card change to associated state after a long time (9min): ath0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 inet 172.16.23.2 netmask 0xffffff00 broadcast 172.16.23.255 ether 00:13:46:9a:29:13 media: IEEE 802.11 Wireless Ethernet autoselect mode 11b (DS/11Mbps) status: associated ssid "WAVE BMARX" channel 3 bssid 00:02:2d:8d:b3:5c authmode OPEN privacy ON deftxkey 1 wepkey 1:40-bit txpowmax 18 protmode CTS burst bintval 100 it was configurated using this script: ifconfig ath0 inet 172.16.23.2 netmask 255.255.255.0 ssid 'WAVE BMARX' \ wepmode on wepkey 0x3132333435 weptxkey 1 media autoselect mode 11b Using same hardware and script but running FreeBSD 5.4, this card is associated immediately. What is happening when using FreeBSD 6.1-BETA2? Is there any problem with mode 11b and atheros driver? Our bridge is another PC running StarOS (www.stratos.com) with orinoco pccard (802.11b). This is working fine when using clients running FreeBSD 5.4, but we can't upgrade this stations clients to 6.1-BETA2. From FreeBSD 6.1-BETA2: # sysctl dev.ath dev.ath.0.%desc: Atheros 5212 dev.ath.0.%driver: ath dev.ath.0.%location: slot=8 function=0 dev.ath.0.%pnpinfo: vendor=0x168c device=0x0013 subvendor=0x1186 subdevice=0x3a14 class=0x020000 dev.ath.0.%parent: pci0 dev.ath.0.smoothing_rate: 95 dev.ath.0.sample_rate: 10 dev.ath.0.countrycode: 0 dev.ath.0.regdomain: 16 dev.ath.0.debug: 0 dev.ath.0.slottime: 20 dev.ath.0.acktimeout: 48 dev.ath.0.ctstimeout: 48 dev.ath.0.softled: 0 dev.ath.0.ledpin: 0 dev.ath.0.ledon: 0 dev.ath.0.ledidle: 2700 dev.ath.0.txantenna: 0 dev.ath.0.rxantenna: 1 dev.ath.0.diversity: 1 dev.ath.0.txintrperiod: 5 dev.ath.0.diag: 0 dev.ath.0.tpscale: 0 dev.ath.0.tpc: 0 dev.ath.0.monpass: 24 From FreeBSD 5.4 we have this: # sysctl dev.ath dev.ath.0.%desc: Atheros 5212 dev.ath.0.%driver: ath dev.ath.0.%location: slot=8 function=0 dev.ath.0.%pnpinfo: vendor=0x168c device=0x0013 subvendor=0x1186 subdevice=0x3a14 class=0x020000 dev.ath.0.%parent: pci0 Paulo Fragoso.