Re: svn commit: r264710 - head/sys/dev/ath

2014-04-22 Thread Adrian Chadd
Hi, Try setting it up without 11n enabled: ifconfig wlan0 create wlandev ath0 wlanmode hostap channel 6:g .. and if that doesn't help, try with 11n enabled but without ampdutx: ifconfig wlan0 -ampdutx I'm not using the AR5416 as an AP at the moment but it should be ok. I'm definitely using it

Re: svn commit: r264710 - head/sys/dev/ath

2014-04-22 Thread Greg Byshenk
On Tue, Apr 22, 2014 at 11:04:55AM -0700, Adrian Chadd wrote: > Try setting it up without 11n enabled: > > ifconfig wlan0 create wlandev ath0 wlanmode hostap channel 6:g > > .. and if that doesn't help, try with 11n enabled but without ampdutx: > > ifconfig wlan0 -ampdutx > > I'm not using the