From owner-freebsd-wireless@FreeBSD.ORG Tue Jul 10 22:57:40 2012 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CFAC106566B for ; Tue, 10 Jul 2012 22:57:40 +0000 (UTC) (envelope-from w8hdkim@gmail.com) Received: from mail-qa0-f54.google.com (mail-qa0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id E1BE08FC0A for ; Tue, 10 Jul 2012 22:57:39 +0000 (UTC) Received: by qaat11 with SMTP id t11so611939qaa.13 for ; Tue, 10 Jul 2012 15:57:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=V3zf8JvuIjT/u2U8geI1dv9/1G5bevyJHst5CNybgdc=; b=QVg0SiZXsnKktVeNHZnwJ255pWsoCUvius3cpkUStZTU2zgWsfhRxPQAquPawLgHz/ UeSd7WWWzSJZFCex/CnVJw9ULchGWHDg7M38ugyosFVwoRpma1b7zGu5rnEtIldpgNYw Voe/5zPPLvvO90LRsONrKJeeKWSnzcaS1B05rXdRl48VZjBQB+/Qw5d+sstiv6JDUbnH xETJvQFtELfTZuek/KzzkfWJM6Va6eXTylEg623mfAfF9Q3wlJoRDWhQgEkc3aVNx/Gu GhnUCqVSXhG1Jap3d1uVdavJb20h9NkxwraL++56wjaCk1fdLAHk+qQqhS6niKHv8S65 YJKA== MIME-Version: 1.0 Received: by 10.229.137.77 with SMTP id v13mr24513115qct.65.1341961059088; Tue, 10 Jul 2012 15:57:39 -0700 (PDT) Received: by 10.229.39.12 with HTTP; Tue, 10 Jul 2012 15:57:39 -0700 (PDT) Date: Tue, 10 Jul 2012 18:57:39 -0400 Message-ID: From: Kim Culhan To: freebsd-wireless@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: ath not working with r238290 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2012 22:57:40 -0000 It appears this ath has stopped working with updating to r238290 from dmesg: ath0: mem 0xfeaf0000-0xfeafffff irq 17 at device 1.0 on pci5 ath0: DMA setup: legacy ath0: ath_legacy_dma_rxsetup: called ath0: AR2413 mac 7.9 RF2413 phy 4.5 ath0: 2GHz radio: 0x0000; 5GHz radio: 0x0056 ifconfig ath0 ath0: flags=8802 metric 0 mtu 2290 ether 00:22:3f:fd:70:ca nd6 options=29 media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) status: no carrier netif onestart ifconfig: create: bad value ifconfig: create: bad value ifconfig: unable to get channel information: Invalid argument Any help here is greatly appreciated. thanks -kim