Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 06 Aug 2014 08:39:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-wireless@FreeBSD.org
Subject:   [Bug 192423] New: FreeBSD-10 with AR9220, console spam and reboot with both hostap and client wlan-s on the same ath0
Message-ID:  <bug-192423-21060@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192423

            Bug ID: 192423
           Summary: FreeBSD-10 with AR9220, console spam and reboot with
                    both hostap and client wlan-s on the same ath0
           Product: Base System
           Version: 10.0-STABLE
          Hardware: i386
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: wireless
          Assignee: freebsd-wireless@FreeBSD.org
          Reporter: ndenev@gmail.com

I have a Soekris Net5501 on which I've recently installed an AR9220 based
mini-PCI card (MikroTik R52Hn) with both antenna ports used.

I'm trying to use it to both connect to an AP, and at the same time setup as a
AP.

The AP I'm connecting to is 802.11g, while I'm setting up the AP wlan as
802.11n (not sure if this is relevant).

And at the moment both wlan0 and wlan1 are enabled the machine slows down,
possibly due to excessive kernel printfs like these :

  ath0: ath_rate_findrate: currates != sc_currates!

And eventually reboots (possibly due to watchdog kicking in).

rc.conf :

  wlans_ath0="wlan0 wlan1"
  ifconfig_ath0="up"
  ifconfig_wlan0="ssid WISP wepkey 1:0xdeadbeef weptxkey 1 wepmode on deftxkey
1 DHCP"
  create_args_wlan1="wlanmode hostap"
  ifconfig_wlan1="mode 11ng channel 9:ht/40"
  ifconfig_bridge0="addm wlan1 addm vr0"

hostapd.conf :
  interface=wlan1
  logger_syslog=-1
  logger_syslog_level=0
  logger_stdout=-1
  logger_stdout_level=0
  debug=3
  dump_file=/tmp/hostapd.dump
  ctrl_interface=/var/run/hostapd
  ctrl_interface_group=wheel
  ssid=my-home-wi-fi
  macaddr_acl=0
  auth_algs=1
  ieee8021x=0
  wpa=2
  wpa_passphrase=********
  wpa_key_mgmt=WPA-PSK
  wpa_pairwise=CCMP

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192423-21060>