From owner-freebsd-questions@freebsd.org Tue Dec 29 10:26:48 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78AB3A55D65 for ; Tue, 29 Dec 2015 10:26:48 +0000 (UTC) (envelope-from john@potato.growveg.org) Received: from potato.growveg.org (potato.growveg.org [62.49.247.163]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D14B1A85 for ; Tue, 29 Dec 2015 10:26:47 +0000 (UTC) (envelope-from john@potato.growveg.org) Received: from john by potato.growveg.org with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1aDrUL-000MWg-GP for freebsd-questions@freebsd.org; Tue, 29 Dec 2015 10:26:45 +0000 Date: Tue, 29 Dec 2015 10:26:45 +0000 From: John To: freebsd-questions@freebsd.org Subject: ath0 messages spamming /var/log/messages Message-ID: <20151229102645.GB40090@potato.growveg.org> Reply-To: freebsd-questions@freebsd.org Mail-Followup-To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: john X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Dec 2015 10:26:48 -0000 Hello list, On an acer laptop I'm running 10.2 r292394. Wireless on this is seen as Atheros AR9485 and it runs fine apart from it spamming /var/log/messages with this: Dec 29 10:12:07 acer kernel: Limiting closed port RST response from 210 to 200 packets/sec Dec 29 10:12:09 acer kernel: Limiting closed port RST response from 215 to 200 packets/sec Dec 29 10:12:11 acer kernel: Limiting closed port RST response from 220 to 200 packets/sec Dec 29 10:12:20 acer kernel: ar9300_Stub_GetAntennaSwitch: called Dec 29 10:12:20 acer kernel: ar9300_Stub_GetAntennaSwitch: called Dec 29 10:12:20 acer kernel: ar9300_Stub_GetCTSTimeout: called Dec 29 10:12:20 acer kernel: ar9300_Stub_GetCTSTimeout: called Dec 29 10:12:41 acer kernel: ar9300_Stub_GetAntennaSwitch: called Dec 29 10:12:41 acer kernel: ar9300_Stub_GetAntennaSwitch: called Dec 29 10:12:41 acer kernel: ar9300_Stub_GetCTSTimeout: called Dec 29 10:12:41 acer kernel: ar9300_Stub_GetCTSTimeout: called Dec 29 10:13:01 acer kernel: ar9300_Stub_GetAntennaSwitch: called Dec 29 10:13:01 acer kernel: ar9300_Stub_GetAntennaSwitch: called Is there a tweak or something I can invoke to stop this from happening? The on-board wifi is seen as: ath0: mem 0xf0100000-0xf017ffff irq 17 at device 0.0 on pci2 Initial output from dmesg.boot shows this: ar9300_set_stub_functions: setting stub functions ar9300_set_stub_functions: setting stub functions ar9300_attach: calling ar9300_hw_attach ar9300_hw_attach: calling ar9300_eeprom_attach ar9300_flash_map: unimplemented for now Restoring Cal data from DRAM Restoring Cal data from EEPROM Restoring Cal data from Flash Restoring Cal data from Flash Restoring Cal data from OTP ar9300_hw_attach: ar9300_eeprom_attach returned 0 ath0: RX status length: 48 ath0: RX buffer size: 4096 ath0: TX descriptor length: 128 ath0: TX status length: 36 ath0: TX buffers per descriptor: 4 ar9300_freebsd_setup_x_tx_desc: called, 0x0/0, 0x0/0, 0x0/0 ath0: ath_edma_setup_rxfifo: type=0, FIFO depth = 16 entries ath0: ath_edma_setup_rxfifo: type=1, FIFO depth = 128 entries ath0: [HT] enabling HT modes ath0: [HT] enabling short-GI in 20MHz mode ath0: [HT] 1 stream STBC receive enabled ath0: [HT] 1 RX streams; 1 TX streams ath0: AR9485 mac 576.1 RF5110 phy 33.0 ath0: 2GHz radio: 0x0000; 5GHz radio: 0x0000 The wifi works fine apart from the chatty output. thanks, -- John