From owner-freebsd-net@FreeBSD.ORG Sat Sep 17 17:50:08 2011 Return-Path: Delivered-To: freebsd-net@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3AC0106566B for ; Sat, 17 Sep 2011 17:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CCBF68FC12 for ; Sat, 17 Sep 2011 17:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p8HHo8mH000914 for ; Sat, 17 Sep 2011 17:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p8HHo83U000913; Sat, 17 Sep 2011 17:50:08 GMT (envelope-from gnats) Date: Sat, 17 Sep 2011 17:50:08 GMT Message-Id: <201109171750.p8HHo83U000913@freefall.freebsd.org> To: freebsd-net@FreeBSD.org From: Zach Metzinger Cc: Subject: Re: kern/141861:[wi] data garbled with WEP and wi(4) with Prism 2.5 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Zach Metzinger List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2011 17:50:09 -0000 The following reply was made to PR kern/141861; it has been noted by GNATS. From: Zach Metzinger To: bug-followup@FreeBSD.org, bruce.lilly@gmail.com Cc: Subject: Re: kern/141861:[wi] data garbled with WEP and wi(4) with Prism 2.5 Date: Sat, 17 Sep 2011 12:23:07 -0500 Problem duplicated on FreeBSD 8.2 and wi(4) driving a NETGEAR MA401RA Wireless PC Card on a AMD K6-2. kernel: wi0: at port 0x100-0x13f irq 11 function 0 config 1 on pccard0 No packets are transmitted according to tcpdump -n on another machine using the iwi(4) driver. Also, wlandebug -i wlan0 debug+dumppkts+crypto+assoc+auth shows association activity, but no packets transmitted after this point: kernel: wlan0: send probe req on channel 10 bssid ff:ff:ff:ff:ff:ff ssid "xxxxxxxx" kernel: wlan0: send probe req on channel 10 bssid ff:ff:ff:ff:ff:ff ssid ""wlan0: received probe_resp from xx:xx:xx:xx:xx:xx rssi 52 kernel: kernel: wlan0: received probe_resp from xx:xx:xx:xx:xx:xx rssi 52 kernel: wlan0: received beacon from xx:xx:xx:xx:xx:xx rssi 52 Sep 17 12:06:37 last message repeated 3 times kernel: wlan0: associated with xx:xx:xx:xx:xx:xx ssid "xxxxxxxx" channel 6 start 1Mb kernel: wlan0: link state changed to UP Does this chipset have built-in WEP? Can we turn that off and use the (slower) software wlan_wep instead? --- Zach