From owner-freebsd-current@FreeBSD.ORG Wed Aug 10 14:48:46 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7201F16A41F for ; Wed, 10 Aug 2005 14:48:46 +0000 (GMT) (envelope-from mime@traveller.cz) Received: from ss.eunet.cz (ss.eunet.cz [193.85.228.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0FB943D48 for ; Wed, 10 Aug 2005 14:48:45 +0000 (GMT) (envelope-from mime@traveller.cz) Received: from localhost.i.cz (ss.eunet.cz [193.85.228.13]) by ss.eunet.cz (8.13.1/8.13.1) with ESMTP id j7AEmeoR087396; Wed, 10 Aug 2005 16:48:40 +0200 (CEST) (envelope-from mime@traveller.cz) From: Michal Mertl To: Sam Leffler In-Reply-To: <1123678777.966.2.camel@genius1.i.cz> References: <42F94526.9090509@errno.com> <1123678777.966.2.camel@genius1.i.cz> Content-Type: text/plain Date: Wed, 10 Aug 2005 16:48:37 +0200 Message-Id: <1123685317.966.34.camel@genius1.i.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: CFT: ndis, iwi, ipw users X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Aug 2005 14:48:46 -0000 Michal Mertl wrote: > Sam Leffler wrote: > > http://people.freebsd.org/~sam/curchan.patch > > > > has changes to resolve an issue with not recognizing when an ap moves to > > a different channel. It eliminates the use of ic->ic_bss->ni_chan to > > identify the current channel while scanning. It's been reviewed and > > tested ok on ath, wi, ral, and ural devices. I need folks to verify it > > does not break ndis, iwi, and ipw devices (there are changes for awi but > > so far as I know noone uses awi). > > > > I want to get this committed to HEAD soon so quick feedback on those > > devices would be appreciated. Thanks. > > > > Sam > > > My notebook with ipw still works. I have set up hostap on ath on channel > 1 and associated the notebook to it. I then changed the channel on the > AP and the notebook immediately switched too. I've just noticed that the channel reported by ifconfig on the ipw station is wrong. genius1# ifconfig ipw0 ipw0: flags=8843 mtu 1500 inet 192.168.0.2 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:0c:f1:3e:8b:07 media: IEEE 802.11 Wireless Ethernet autoselect (DS/11Mbps) status: associated ssid testap channel 1 bssid 00:0b:6b:35:dc:f0 authmode OPEN privacy OFF txpowmax 100 bintval 100 genius1# ifconfig ipw0 list scan SSID BSSID CHAN RATE S:N INT CAPS testap 00:0b:6b:35:dc:f0 9 11M 62:0 100 E genius1# ping 192.168.0.1 PING 192.168.0.1 (192.168.0.1): 56 data bytes 64 bytes from 192.168.0.1: icmp_seq=0 ttl=64 time=8.801 ms ^C --- 192.168.0.1 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max/stddev = 8.801/8.801/8.801/0.000 ms genius1# Is this expected? I've never really checked it before. Michal