Re: Request: AR9285 EEPROM dumps (was Re: More if_ath churn coming your way!)

2011-03-08 Thread Adrian Chadd
That's not enough info; what about the versions of files in sys/dev/ath ?



Adrian

2011/3/8 Vinícius Zavam egyp...@googlemail.com

 2011/3/7 Adrian Chadd adrian.ch...@gmail.com:
  Which version of the driver are you using?
 
 
  Adrian

 # $FreeBSD: src/sys/modules/ath/Makefile,v 1.19 2011/03/02 17:19:54 adrian
 Exp $

  2011/3/7 Vinícius Zavam egyp...@googlemail.com
 
  2011/1/23 Adrian Chadd adrian.ch...@gmail.com:
   You'll have to compile in the diag api.
  
   Just add these:
  
   options ATH_DIAGAPI
  
  
  
   Adrian
  
   2011/1/23 Dima Panov flu...@fluffy.khv.ru:
   Hello!
  
   23.01.2011, 09:47, Adrian Chadd adrian.ch...@gmail.com:
   Hi all,
  
   I've just committed a new tool in src/tools/tools/ath/ called
   ath_prom_dump .
  
   It dumps the contents of the atheros EEPROM into a text file for
 later
   analysis.
  
   I don't have any AR9285's handy; if you have an AR9285, would you
   please send me a hexdump of the EEPROM along with the contents of
   pciconf and  dmesg | grep ath (so I can get the MAC/PHY version
   numbers?)
  
   You meant ath_prom_read?
  
   [root@Beastie] ~# ath_prom_read -h
   ath_prom_read: illegal option -- h
  ath_prom_read [-i ifname] -d dumpfile
   [root@Beastie] ~# ath_prom_read -d ar9285
   ath_prom_read: ath0: Invalid argument
   [root@Beastie] ~#
  
   FreeBSD 9.0-900030-CURRENT #0 r217695M: Sat Jan 22 13:57:57 VLAT 2011
  
   --
   Dima Panov (flu...@freebsd.org)
 
  _AR9285.txt = associated
  ath0: bb hang detected (0x80), resetting
 
 
  --
  Vinícius Zavam

 --
 Vinícius Zavam
 profiles.google.com/egypcio

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: More if_ath churn coming your way!

2011-03-08 Thread Adrian Chadd
2011/3/8 Vinícius Zavam egyp...@googlemail.com



 it's true.
 works for me, but i need to put my netbook less than 1meter from my
 access point, when using freebsd ;(

 somewhere else i've tryed to send icmp echo requests to my gw got
 nothing but bb hang detected.
 my `ifconfig wlan0 list scan` returns just one wireless network... mine.


[snip]


 ath0: Atheros 9285 mem 0xfbff-0xfbff irq 17 at device 0.0 on pci2
 ath0: AR9285 mac 192.2 RF5133 phy 14.0

 ath0@pci0:2:0:0:class=0x028000 card=0x10891a3b chip=0x002b168c
 rev=0x01 hdr=0x00
vendor = 'Atheros Communications Inc.'
device = 'Atheros AR9285 Wireless LAN 802.11 a/b/g/n
 Controller (AR928x)'
class  = network

 FreeBSD minimoose 9.0-CURRENT FreeBSD 9.0-CURRENT #3: Mon Mar  7
 14:16:58 BRT 2011 root@minimoose:/usr/obj/usr/src/sys/MINIMOOSE
 i386


So that's a tree compiled from a couple hours ago?

am i doing anything wrong as hell?


Nope. I think it's very likely that the AR9285 support needs some more
attention.

Are you able to take an EEPROM dump (using ath_prom_dump -i ath0 -d
ar9285.dump) and email it to me?

Are you able to crack open the laptop and write down the exact details of
the chip? (ie part number, manufacturer, etc?) Different vendors do
different things to the same chipset.

Thanks,


Adrian



Adrian



___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Request: AR9285 EEPROM dumps (was Re: More if_ath churn coming your way!)

2011-03-08 Thread Vinícius Zavam
2011/3/8 Adrian Chadd adrian.ch...@gmail.com:
 That's not enough info; what about the versions of files in sys/dev/ath ?


 Adrian

ops. shame on me.

 2011/3/8 Vinícius Zavam egyp...@googlemail.com

 2011/3/7 Adrian Chadd adrian.ch...@gmail.com:
  Which version of the driver are you using?
 
 
  Adrian

sys/dev/ath/ah_osdep.c: * $FreeBSD: src/sys/dev/ath/ah_osdep.c,v 1.14
2011/03/05 21:20:18 adrian Exp $
sys/dev/ath/if_ath_debug.h: * $FreeBSD:
src/sys/dev/ath/if_ath_debug.h,v 1.1 2011/01/29 05:08:21 adrian Exp $
sys/dev/ath/if_ath_keycache.h: * $FreeBSD:
src/sys/dev/ath/if_ath_keycache.h,v 1.1 2011/03/02 17:19:54 adrian Exp
$
sys/dev/ath/if_ath_misc.h: * $FreeBSD: src/sys/dev/ath/if_ath_misc.h,v
1.2 2011/03/02 16:03:19 adrian Exp $
sys/dev/ath/if_ath_sysctl.h: * $FreeBSD:
src/sys/dev/ath/if_ath_sysctl.h,v 1.1 2011/03/02 16:03:19 adrian Exp $
sys/dev/ath/if_ath_tx.h: * $FreeBSD: src/sys/dev/ath/if_ath_tx.h,v 1.1
2011/01/29 11:35:23 adrian Exp $
sys/dev/ath/if_ath_tx_ht.h: * $FreeBSD:
src/sys/dev/ath/if_ath_tx_ht.h,v 1.2 2011/02/12 02:14:19 adrian Exp $
sys/dev/ath/if_athioctl.h: * $FreeBSD: src/sys/dev/ath/if_athioctl.h,v
1.29 2011/02/21 19:19:05 adrian Exp $
sys/dev/ath/if_athrate.h: * $FreeBSD: src/sys/dev/ath/if_athrate.h,v
1.9 2011/02/01 08:10:18 adrian Exp $
sys/dev/ath/if_athvar.h: * $FreeBSD: src/sys/dev/ath/if_athvar.h,v
1.98 2011/02/09 16:37:29 adrian Exp $

i am compiling these new source files right now.

 # $FreeBSD: src/sys/modules/ath/Makefile,v 1.19 2011/03/02 17:19:54 adrian
 Exp $

  2011/3/7 Vinícius Zavam egyp...@googlemail.com
 
  2011/1/23 Adrian Chadd adrian.ch...@gmail.com:
   You'll have to compile in the diag api.
  
   Just add these:
  
   options         ATH_DIAGAPI
  
  
  
   Adrian
  
   2011/1/23 Dima Panov flu...@fluffy.khv.ru:
   Hello!
  
   23.01.2011, 09:47, Adrian Chadd adrian.ch...@gmail.com:
   Hi all,
  
   I've just committed a new tool in src/tools/tools/ath/ called
   ath_prom_dump .
  
   It dumps the contents of the atheros EEPROM into a text file for
   later
   analysis.
  
   I don't have any AR9285's handy; if you have an AR9285, would you
   please send me a hexdump of the EEPROM along with the contents of
   pciconf and  dmesg | grep ath (so I can get the MAC/PHY version
   numbers?)
  
   You meant ath_prom_read?
  
   [root@Beastie] ~# ath_prom_read -h
   ath_prom_read: illegal option -- h
          ath_prom_read [-i ifname] -d dumpfile
   [root@Beastie] ~# ath_prom_read -d ar9285
   ath_prom_read: ath0: Invalid argument
   [root@Beastie] ~#
  
   FreeBSD 9.0-900030-CURRENT #0 r217695M: Sat Jan 22 13:57:57 VLAT
   2011
  
   --
   Dima Panov (flu...@freebsd.org)
 
  _AR9285.txt = associated
  ath0: bb hang detected (0x80), resetting
 
 
  --
  Vinícius Zavam

 --
 Vinícius Zavam


-- 
Vinícius Zavam
profiles.google.com/egypcio
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: More if_ath churn coming your way!

2011-03-08 Thread Vinícius Zavam
2011/3/8 Adrian Chadd adrian.ch...@gmail.com:


 2011/3/8 Vinícius Zavam egyp...@googlemail.com


 it's true.
 works for me, but i need to put my netbook less than 1meter from my
 access point, when using freebsd ;(

 somewhere else i've tryed to send icmp echo requests to my gw got
 nothing but bb hang detected.
 my `ifconfig wlan0 list scan` returns just one wireless network... mine.


 [snip]


 ath0: Atheros 9285 mem 0xfbff-0xfbff irq 17 at device 0.0 on
 pci2
 ath0: AR9285 mac 192.2 RF5133 phy 14.0

 ath0@pci0:2:0:0:        class=0x028000 card=0x10891a3b chip=0x002b168c
 rev=0x01 hdr=0x00
    vendor     = 'Atheros Communications Inc.'
    device     = 'Atheros AR9285 Wireless LAN 802.11 a/b/g/n
 Controller (AR928x)'
    class      = network

 FreeBSD minimoose 9.0-CURRENT FreeBSD 9.0-CURRENT #3: Mon Mar  7
 14:16:58 BRT 2011     root@minimoose:/usr/obj/usr/src/sys/MINIMOOSE
 i386

 So that's a tree compiled from a couple hours ago?

it was.

 am i doing anything wrong as hell?

 Nope. I think it's very likely that the AR9285 support needs some more
 attention.
 Are you able to take an EEPROM dump (using ath_prom_dump -i ath0 -d
 ar9285.dump) and email it to me?

i've done it before. did not receive my mail?
hmm... maybe it's because i attached and carbon copied current@ and mobile@.

will mail it to you ASAP.

 Are you able to crack open the laptop and write down the exact details of
 the chip? (ie part number, manufacturer, etc?) Different vendors do
 different things to the same chipset.
 Thanks,

 Adrian

not now. sorry (i do will think about it);
it still in the warranty period.


-- 
Vinícius Zavam
profiles.google.com/egypcio
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Request: AR9285 EEPROM dumps (was Re: More if_ath churn coming your way!)

2011-03-08 Thread Vinícius Zavam
2011/3/8 Vinícius Zavam egyp...@googlemail.com:
 2011/3/8 Adrian Chadd adrian.ch...@gmail.com:
 That's not enough info; what about the versions of files in sys/dev/ath ?


 Adrian

 ops. shame on me.

 2011/3/8 Vinícius Zavam egyp...@googlemail.com

 2011/3/7 Adrian Chadd adrian.ch...@gmail.com:
  Which version of the driver are you using?
 
 
  Adrian

 sys/dev/ath/ah_osdep.c: * $FreeBSD: src/sys/dev/ath/ah_osdep.c,v 1.14
 2011/03/05 21:20:18 adrian Exp $
 sys/dev/ath/if_ath_debug.h: * $FreeBSD:
 src/sys/dev/ath/if_ath_debug.h,v 1.1 2011/01/29 05:08:21 adrian Exp $
 sys/dev/ath/if_ath_keycache.h: * $FreeBSD:
 src/sys/dev/ath/if_ath_keycache.h,v 1.1 2011/03/02 17:19:54 adrian Exp
 $
 sys/dev/ath/if_ath_misc.h: * $FreeBSD: src/sys/dev/ath/if_ath_misc.h,v
 1.2 2011/03/02 16:03:19 adrian Exp $
 sys/dev/ath/if_ath_sysctl.h: * $FreeBSD:
 src/sys/dev/ath/if_ath_sysctl.h,v 1.1 2011/03/02 16:03:19 adrian Exp $
 sys/dev/ath/if_ath_tx.h: * $FreeBSD: src/sys/dev/ath/if_ath_tx.h,v 1.1
 2011/01/29 11:35:23 adrian Exp $
 sys/dev/ath/if_ath_tx_ht.h: * $FreeBSD:
 src/sys/dev/ath/if_ath_tx_ht.h,v 1.2 2011/02/12 02:14:19 adrian Exp $
 sys/dev/ath/if_athioctl.h: * $FreeBSD: src/sys/dev/ath/if_athioctl.h,v
 1.29 2011/02/21 19:19:05 adrian Exp $
 sys/dev/ath/if_athrate.h: * $FreeBSD: src/sys/dev/ath/if_athrate.h,v
 1.9 2011/02/01 08:10:18 adrian Exp $
 sys/dev/ath/if_athvar.h: * $FreeBSD: src/sys/dev/ath/if_athvar.h,v
 1.98 2011/02/09 16:37:29 adrian Exp $

 i am compiling these new source files right now.

(...)






 --
 Vinícius Zavam

good news, everyone! i reached my wireless gateway far from the AP.
AP --- wall+2meters --- AR9285.

ssh didn't work well. same to `ping www.freebsd.org`.
few minutes later i got another bb hang resetting
i am sending the dump file to you right now, Chadd. ty again.


-- 
Vinícius Zavam
profiles.google.com/egypcio
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Request: AR9285 EEPROM dumps (was Re: More if_ath churn coming your way!)

2011-03-08 Thread Adrian Chadd
Thanks. I'd really like to know what the exact model/manufacturer of the
card is. are you easily able to remove it from your laptop and take some
clear photos?



adrian

2011/3/8 Vinícius Zavam egyp...@googlemail.com

 2011/3/8 Vinícius Zavam egyp...@googlemail.com:
  2011/3/8 Adrian Chadd adrian.ch...@gmail.com:
  That's not enough info; what about the versions of files in sys/dev/ath
 ?
 
 
  Adrian
 
  ops. shame on me.
 
  2011/3/8 Vinícius Zavam egyp...@googlemail.com
 
  2011/3/7 Adrian Chadd adrian.ch...@gmail.com:
   Which version of the driver are you using?
  
  
   Adrian
 
  sys/dev/ath/ah_osdep.c: * $FreeBSD: src/sys/dev/ath/ah_osdep.c,v 1.14
  2011/03/05 21:20:18 adrian Exp $
  sys/dev/ath/if_ath_debug.h: * $FreeBSD:
  src/sys/dev/ath/if_ath_debug.h,v 1.1 2011/01/29 05:08:21 adrian Exp $
  sys/dev/ath/if_ath_keycache.h: * $FreeBSD:
  src/sys/dev/ath/if_ath_keycache.h,v 1.1 2011/03/02 17:19:54 adrian Exp
  $
  sys/dev/ath/if_ath_misc.h: * $FreeBSD: src/sys/dev/ath/if_ath_misc.h,v
  1.2 2011/03/02 16:03:19 adrian Exp $
  sys/dev/ath/if_ath_sysctl.h: * $FreeBSD:
  src/sys/dev/ath/if_ath_sysctl.h,v 1.1 2011/03/02 16:03:19 adrian Exp $
  sys/dev/ath/if_ath_tx.h: * $FreeBSD: src/sys/dev/ath/if_ath_tx.h,v 1.1
  2011/01/29 11:35:23 adrian Exp $
  sys/dev/ath/if_ath_tx_ht.h: * $FreeBSD:
  src/sys/dev/ath/if_ath_tx_ht.h,v 1.2 2011/02/12 02:14:19 adrian Exp $
  sys/dev/ath/if_athioctl.h: * $FreeBSD: src/sys/dev/ath/if_athioctl.h,v
  1.29 2011/02/21 19:19:05 adrian Exp $
  sys/dev/ath/if_athrate.h: * $FreeBSD: src/sys/dev/ath/if_athrate.h,v
  1.9 2011/02/01 08:10:18 adrian Exp $
  sys/dev/ath/if_athvar.h: * $FreeBSD: src/sys/dev/ath/if_athvar.h,v
  1.98 2011/02/09 16:37:29 adrian Exp $
 
  i am compiling these new source files right now.

 (...)

 
 
 
 
 
  --
  Vinícius Zavam

 good news, everyone! i reached my wireless gateway far from the AP.
 AP --- wall+2meters --- AR9285.

 ssh didn't work well. same to `ping www.freebsd.org`.
 few minutes later i got another bb hang resetting
 i am sending the dump file to you right now, Chadd. ty again.


 --
 Vinícius Zavam
 profiles.google.com/egypcio

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: More if_ath churn coming your way!

2011-03-08 Thread Adrian Chadd
2011/3/8 Vinícius Zavam egyp...@googlemail.com


 i've done it before. did not receive my mail?
 hmm... maybe it's because i attached and carbon copied current@ and
 mobile@.

 will mail it to you ASAP.


I believe it's in my inbox. Thanks.


  Are you able to crack open the laptop and write down the exact details of
  the chip? (ie part number, manufacturer, etc?) Different vendors do
  different things to the same chipset.
  Thanks,
 
  Adrian

 not now. sorry (i do will think about it);
 it still in the warranty period.


Ok. Exactly which model laptop is it? Maybe you're suffering similar issues
to my AR2427 (which is an AR9285 w/out the 11n bits all enabled in the
silicon.)



Adrian



___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: More if_ath churn coming your way!

2011-03-08 Thread Vinícius Zavam
2011/3/8 Adrian Chadd adrian.ch...@gmail.com:
 2011/3/8 Vinícius Zavam egyp...@googlemail.com


 i've done it before. did not receive my mail?
 hmm... maybe it's because i attached and carbon copied current@ and
 mobile@.

 will mail it to you ASAP.

 I believe it's in my inbox. Thanks.


  Are you able to crack open the laptop and write down the exact details
  of
  the chip? (ie part number, manufacturer, etc?) Different vendors do
  different things to the same chipset.
  Thanks,
 
  Adrian

 not now. sorry (i do will think about it);
 it still in the warranty period.

 Ok. Exactly which model laptop is it? Maybe you're suffering similar issues
 to my AR2427 (which is an AR9285 w/out the 11n bits all enabled in the
 silicon.)


 Adrian




asus eeepc 1005PE


-- 
Vinícius Zavam
profiles.google.com/egypcio
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: More if_ath churn coming your way!

2011-03-08 Thread Adrian Chadd
2011/3/9 Vinícius Zavam egyp...@googlemail.com


  Ok. Exactly which model laptop is it? Maybe you're suffering similar
 issues
  to my AR2427 (which is an AR9285 w/out the 11n bits all enabled in the
  silicon.)
 




 asus eeepc 1005PE


I can't seem to get a cheap one locally; does anyone have one with the
relevant chipset that they can organise to send me? Or the exact wireless
card that's failing?

Thanks,


Adrian
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Request: AR9285 EEPROM dumps (was Re: More if_ath churn coming your way!)

2011-03-07 Thread Vinícius Zavam
2011/3/7 Adrian Chadd adrian.ch...@gmail.com:
 Which version of the driver are you using?


 Adrian

# $FreeBSD: src/sys/modules/ath/Makefile,v 1.19 2011/03/02 17:19:54 adrian Exp $

 2011/3/7 Vinícius Zavam egyp...@googlemail.com

 2011/1/23 Adrian Chadd adrian.ch...@gmail.com:
  You'll have to compile in the diag api.
 
  Just add these:
 
  options         ATH_DIAGAPI
 
 
 
  Adrian
 
  2011/1/23 Dima Panov flu...@fluffy.khv.ru:
  Hello!
 
  23.01.2011, 09:47, Adrian Chadd adrian.ch...@gmail.com:
  Hi all,
 
  I've just committed a new tool in src/tools/tools/ath/ called
  ath_prom_dump .
 
  It dumps the contents of the atheros EEPROM into a text file for later
  analysis.
 
  I don't have any AR9285's handy; if you have an AR9285, would you
  please send me a hexdump of the EEPROM along with the contents of
  pciconf and  dmesg | grep ath (so I can get the MAC/PHY version
  numbers?)
 
  You meant ath_prom_read?
 
  [root@Beastie] ~# ath_prom_read -h
  ath_prom_read: illegal option -- h
         ath_prom_read [-i ifname] -d dumpfile
  [root@Beastie] ~# ath_prom_read -d ar9285
  ath_prom_read: ath0: Invalid argument
  [root@Beastie] ~#
 
  FreeBSD 9.0-900030-CURRENT #0 r217695M: Sat Jan 22 13:57:57 VLAT 2011
 
  --
  Dima Panov (flu...@freebsd.org)

 _AR9285.txt = associated
 ath0: bb hang detected (0x80), resetting


 --
 Vinícius Zavam

-- 
Vinícius Zavam
profiles.google.com/egypcio
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: More if_ath churn coming your way!

2011-03-07 Thread Vinícius Zavam
2011/1/22 Adrian Chadd adrian.ch...@gmail.com:
 So it's all completely stable for you too right now?



 adrian

 2011/1/22 Dima Panov flu...@fluffy.khv.ru:
 Hello!

 22.01.2011, 13:56, Adrian Chadd adrian.ch...@gmail.com:
 On 20 January 2011 13:51, Adrian Chadd adrian.ch...@gmail.com; wrote:

  Hi everyone,

  I'm in the process of merging in the non-intrusive changes to the
  if_ath code into -HEAD.

 Ok, so I lied - the ANI changes were slightly intrusive. But all in
 all the code was just shuffled around a bit.

 Someone's reported that the AR9285 was once stable but now isn't. I'd
 really appreciate it if others who are using AR9280/AR9285 chipsets
 would test this out and get back to me.

 FreeBSD 9.0-900030-CURRENT #0 r217695M: Sat Jan 22 13:57:57 VLAT 2011
 ath0: Atheros 9285 mem 0xf000-0xf000 irq 19 at device 0.0 on pci9
 ath0: AR9285 mac 192.2 RF5133 phy 14.0

 Signal strength is fine, no packets loss.
 ath 9285 was stable for me last months.
 Acer Ferrari One 200 laptop with half-sized atheros wifi card.

it's true.
works for me, but i need to put my netbook less than 1meter from my
access point, when using freebsd ;(

somewhere else i've tryed to send icmp echo requests to my gw got
nothing but bb hang detected.
my `ifconfig wlan0 list scan` returns just one wireless network... mine.

 I'd like to make sure I fix all regressions before I start bringing
 over more code from ath9k in preparation for enabling the basic
 802.11n support for testing.

 --
 Dima Panov (flu...@freebsd.org)

ath0: Atheros 9285 mem 0xfbff-0xfbff irq 17 at device 0.0 on pci2
ath0: AR9285 mac 192.2 RF5133 phy 14.0

ath0@pci0:2:0:0:class=0x028000 card=0x10891a3b chip=0x002b168c
rev=0x01 hdr=0x00
vendor = 'Atheros Communications Inc.'
device = 'Atheros AR9285 Wireless LAN 802.11 a/b/g/n
Controller (AR928x)'
class  = network

FreeBSD minimoose 9.0-CURRENT FreeBSD 9.0-CURRENT #3: Mon Mar  7
14:16:58 BRT 2011 root@minimoose:/usr/obj/usr/src/sys/MINIMOOSE
i386

# $FreeBSD: src/sys/modules/ath/Makefile,v 1.19 2011/03/02 17:19:54 adrian Exp $

 2399  ??  Is 0:00.10 wpa_supplicant -c /etc/wpa_supplicant.conf
-i wlan0 -d -s -D bsd -B

minimoose# egrep -i '(wpa_supplicant|ath)' /var/log/messages
Mar  6 23:14:44 minimoose kernel: ath0: Atheros 9285 mem
0xfbff-0xfbff irq 17 at device 0.0 on pci2
Mar  6 23:14:44 minimoose kernel: ath0: AR9285 mac 192.2 RF5133 phy 14.0
Mar  6 23:14:44 minimoose kernel: alc0: Atheros AR8132 PCIe Fast
Ethernet port 0xec00-0xec7f mem 0xf7fc-0xf7ff irq 19 at
device 0.0 on pci1
Mar  6 23:14:44 minimoose kernel: atphy0: Atheros F1 10/100/1000 PHY
PHY 0 on miibus0
Mar  6 23:16:23 minimoose wpa_supplicant[2424]: Trying to associate
with 00:26:5a:b1:da:92 (SSID='Zavam' freq=2412 MHz)
Mar  6 23:16:23 minimoose wpa_supplicant[2424]: Associated with
00:26:5a:b1:da:92
Mar  6 23:16:23 minimoose wpa_supplicant[2424]: WPA: Key negotiation
completed with 00:26:5a:b1:da:92 [PTK=CCMP GTK=TKIP]
Mar  6 23:16:23 minimoose wpa_supplicant[2424]: CTRL-EVENT-CONNECTED -
Connection to 00:26:5a:b1:da:92 completed (auth) [id=1 id_str=]
Mar  6 23:20:46 minimoose kernel: ath0: bb hang detected (0x80), resetting
Mar  6 23:24:29 minimoose wpa_supplicant[2424]: WPA: Group rekeying
completed with 00:26:5a:b1:da:92 [GTK=TKIP]
Mar  6 23:26:06 minimoose kernel: ath0: bb hang detected (0x80), resetting
Mar  7 14:07:55 minimoose kernel: ath0: Atheros 9285 mem
0xfbff-0xfbff irq 17 at device 0.0 on pci2
Mar  7 14:07:55 minimoose kernel: ath0: AR9285 mac 192.2 RF5133 phy 14.0
Mar  7 14:07:55 minimoose kernel: alc0: Atheros AR8132 PCIe Fast
Ethernet port 0xec00-0xec7f mem 0xf7fc-0xf7ff irq 19 at
device 0.0 on pci1
Mar  7 14:07:55 minimoose kernel: atphy0: Atheros F1 10/100/1000 PHY
PHY 0 on miibus0
Mar  7 14:21:20 minimoose kernel: ath0: Atheros 9285 mem
0xfbff-0xfbff irq 17 at device 0.0 on pci2
Mar  7 14:21:20 minimoose kernel: ath0: AR9285 mac 192.2 RF5133 phy 14.0
Mar  7 14:21:20 minimoose kernel: alc0: Atheros AR8132 PCIe Fast
Ethernet port 0xec00-0xec7f mem 0xf7fc-0xf7ff irq 19 at
device 0.0 on pci1
Mar  7 14:21:20 minimoose kernel: atphy0: Atheros F1 10/100/1000 PHY
PHY 0 on miibus0
Mar  7 14:24:00 minimoose wpa_supplicant[2398]: Trying to associate
with 00:26:5a:b1:da:92 (SSID='Zavam' freq=2412 MHz)
Mar  7 14:24:00 minimoose wpa_supplicant[2398]: Associated with
00:26:5a:b1:da:92
Mar  7 14:24:00 minimoose wpa_supplicant[2398]: WPA: Key negotiation
completed with 00:26:5a:b1:da:92 [PTK=CCMP GTK=TKIP]
Mar  7 14:24:00 minimoose wpa_supplicant[2398]: CTRL-EVENT-CONNECTED -
Connection to 00:26:5a:b1:da:92 completed (auth) [id=1 id_str=]
Mar  7 14:24:12 minimoose kernel: ath0: bb hang detected (0x80), resetting
Mar  7 14:24:34 minimoose wpa_supplicant[2398]: WPA: Group rekeying
completed with 00:26:5a:b1:da:92 [GTK=TKIP]
Mar  7 14:36:20 minimoose kernel: ath0: Atheros 9285 mem
0xfbff-0xfbff irq 17 at device 0.0 on pci2
Mar  7 

Re: Request: AR9285 EEPROM dumps (was Re: More if_ath churn coming your way!)

2011-03-06 Thread Adrian Chadd
Which version of the driver are you using?



Adrian

2011/3/7 Vinícius Zavam egyp...@googlemail.com

 2011/1/23 Adrian Chadd adrian.ch...@gmail.com:
  You'll have to compile in the diag api.
 
  Just add these:
 
  options ATH_DIAGAPI
 
 
 
  Adrian
 
  2011/1/23 Dima Panov flu...@fluffy.khv.ru:
  Hello!
 
  23.01.2011, 09:47, Adrian Chadd adrian.ch...@gmail.com:
  Hi all,
 
  I've just committed a new tool in src/tools/tools/ath/ called
 ath_prom_dump .
 
  It dumps the contents of the atheros EEPROM into a text file for later
 analysis.
 
  I don't have any AR9285's handy; if you have an AR9285, would you
  please send me a hexdump of the EEPROM along with the contents of
  pciconf and  dmesg | grep ath (so I can get the MAC/PHY version
  numbers?)
 
  You meant ath_prom_read?
 
  [root@Beastie] ~# ath_prom_read -h
  ath_prom_read: illegal option -- h
 ath_prom_read [-i ifname] -d dumpfile
  [root@Beastie] ~# ath_prom_read -d ar9285
  ath_prom_read: ath0: Invalid argument
  [root@Beastie] ~#
 
  FreeBSD 9.0-900030-CURRENT #0 r217695M: Sat Jan 22 13:57:57 VLAT 2011
 
  --
  Dima Panov (flu...@freebsd.org)

 _AR9285.txt = associated
 ath0: bb hang detected (0x80), resetting


 --
 Vinícius Zavam
 profiles.google.com/egypcio

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Request: AR9285 EEPROM dumps (was Re: More if_ath churn coming your way!)

2011-01-23 Thread Dima Panov
Hello!

23.01.2011, 09:47, Adrian Chadd adrian.ch...@gmail.com:
 Hi all,

 I've just committed a new tool in src/tools/tools/ath/ called ath_prom_dump .

 It dumps the contents of the atheros EEPROM into a text file for later 
 analysis.

 I don't have any AR9285's handy; if you have an AR9285, would you
 please send me a hexdump of the EEPROM along with the contents of
 pciconf and  dmesg | grep ath (so I can get the MAC/PHY version
 numbers?)

You meant ath_prom_read? 

[root@Beastie] ~# ath_prom_read -h
ath_prom_read: illegal option -- h
ath_prom_read [-i ifname] -d dumpfile
[root@Beastie] ~# ath_prom_read -d ar9285
ath_prom_read: ath0: Invalid argument
[root@Beastie] ~#

FreeBSD 9.0-900030-CURRENT #0 r217695M: Sat Jan 22 13:57:57 VLAT 2011

-- 
Dima Panov (flu...@freebsd.org)
KDE@FreeBSD team

Facebook: http://www.facebook.com/?id=10181104157
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Request: AR9285 EEPROM dumps (was Re: More if_ath churn coming your way!)

2011-01-23 Thread Adrian Chadd
You'll have to compile in the diag api.

Just add these:

options ATH_DIAGAPI



Adrian

2011/1/23 Dima Panov flu...@fluffy.khv.ru:
 Hello!

 23.01.2011, 09:47, Adrian Chadd adrian.ch...@gmail.com:
 Hi all,

 I've just committed a new tool in src/tools/tools/ath/ called ath_prom_dump .

 It dumps the contents of the atheros EEPROM into a text file for later 
 analysis.

 I don't have any AR9285's handy; if you have an AR9285, would you
 please send me a hexdump of the EEPROM along with the contents of
 pciconf and  dmesg | grep ath (so I can get the MAC/PHY version
 numbers?)

 You meant ath_prom_read?

 [root@Beastie] ~# ath_prom_read -h
 ath_prom_read: illegal option -- h
        ath_prom_read [-i ifname] -d dumpfile
 [root@Beastie] ~# ath_prom_read -d ar9285
 ath_prom_read: ath0: Invalid argument
 [root@Beastie] ~#

 FreeBSD 9.0-900030-CURRENT #0 r217695M: Sat Jan 22 13:57:57 VLAT 2011

 --
 Dima Panov (flu...@freebsd.org)
 KDE@FreeBSD team

 Facebook: http://www.facebook.com/?id=10181104157

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: More if_ath churn coming your way!

2011-01-22 Thread Adrian Chadd
So it's all completely stable for you too right now?



adrian

2011/1/22 Dima Panov flu...@fluffy.khv.ru:
 Hello!

 22.01.2011, 13:56, Adrian Chadd adrian.ch...@gmail.com:
 On 20 January 2011 13:51, Adrian Chadd adrian.ch...@gmail.com; wrote:

  Hi everyone,

  I'm in the process of merging in the non-intrusive changes to the
  if_ath code into -HEAD.

 Ok, so I lied - the ANI changes were slightly intrusive. But all in
 all the code was just shuffled around a bit.

 Someone's reported that the AR9285 was once stable but now isn't. I'd
 really appreciate it if others who are using AR9280/AR9285 chipsets
 would test this out and get back to me.

 FreeBSD 9.0-900030-CURRENT #0 r217695M: Sat Jan 22 13:57:57 VLAT 2011
 ath0: Atheros 9285 mem 0xf000-0xf000 irq 19 at device 0.0 on pci9
 ath0: AR9285 mac 192.2 RF5133 phy 14.0

 Signal strength is fine, no packets loss.
 ath 9285 was stable for me last months.
 Acer Ferrari One 200 laptop with half-sized atheros wifi card.

 I'd like to make sure I fix all regressions before I start bringing
 over more code from ath9k in preparation for enabling the basic
 802.11n support for testing.

 --
 Dima Panov (flu...@freebsd.org)
 KDE@FreeBSD team

 Facebook: http://www.facebook.com/?id=10181104157

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: More if_ath churn coming your way!

2011-01-22 Thread Dima Panov
hello!

22.01.2011, 22:19, Adrian Chadd adrian.ch...@gmail.com:
 So it's all completely stable for you too right now?


Yes, almost 7 hours with new kernel and no errors. 
Stable as all previous revisions.

Wait a 802.11n support to utilize it with my home and office hotspots :) 

 adrian

 2011/1/22 Dima Panov flu...@fluffy.khv.ru;:

  Hello!

  22.01.2011, 13:56, Adrian Chadd adrian.ch...@gmail.com;:
  On 20 January 2011 13:51, Adrian Chadd adrian.ch...@gmail.com;; wrote:
   Hi everyone,

   I'm in the process of merging in the non-intrusive changes to the
   if_ath code into -HEAD.
  Ok, so I lied - the ANI changes were slightly intrusive. But all in
  all the code was just shuffled around a bit.

  Someone's reported that the AR9285 was once stable but now isn't. I'd
  really appreciate it if others who are using AR9280/AR9285 chipsets
  would test this out and get back to me.
  FreeBSD 9.0-900030-CURRENT #0 r217695M: Sat Jan 22 13:57:57 VLAT 2011
  ath0: Atheros 9285 mem 0xf000-0xf000 irq 19 at device 0.0 on pci9
  ath0: AR9285 mac 192.2 RF5133 phy 14.0

  Signal strength is fine, no packets loss.
  ath 9285 was stable for me last months.
  Acer Ferrari One 200 laptop with half-sized atheros wifi card.
  I'd like to make sure I fix all regressions before I start bringing
  over more code from ath9k in preparation for enabling the basic
  802.11n support for testing.

-- 
Dima Panov (flu...@freebsd.org)
KDE@FreeBSD team

Facebook: http://www.facebook.com/?id=10181104157
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: More if_ath churn coming your way!

2011-01-22 Thread Adrian Chadd
2011/1/22 Dima Panov flu...@fluffy.khv.ru:

 22.01.2011, 22:19, Adrian Chadd adrian.ch...@gmail.com:
 So it's all completely stable for you too right now?


 Yes, almost 7 hours with new kernel and no errors.
 Stable as all previous revisions.

 Wait a 802.11n support to utilize it with my home and office hotspots :)

:) That's going to take some time, but it's on the cards.

I really need to first figure out exactly why the AR9280/AR9285
support is so unstable for people.
There's one user who has reported a regression from if_ath in -8 to
what's in HEAD.
I'm working with him at the moment to nail down the cause(s).

This is why I really do need this tested as much as possible. I'll put
up instructions on how to build if_ath as a module (that's what I'm
doing on my RELENG_8 EEEPC - I'm running the HEAD if_ath on it for
testing on the AR9280) and then sort out any and all issues on the
AR5416, AR9160, AR9280 and AR9285.

Throwing 11n into the mix right now is just a bit too much for me to take on. :)



Adrian
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: More if_ath churn coming your way!

2011-01-22 Thread b. f.
Adrian Chadd wrote:
 2011/1/22 Dima Panov fluffy at fluffy.khv.ru:

  22.01.2011, 22:19, Adrian Chadd adrian.chadd at gmail.com:

 This is why I really do need this tested as much as possible. I'll put
 up instructions on how to build if_ath as a module (that's what I'm
 doing on my RELENG_8 EEEPC - I'm running the HEAD if_ath on it for
 testing on the AR9280) and then sort out any and all issues on the
 AR5416, AR9160, AR9280 and AR9285.

 Throwing 11n into the mix right now is just a bit too much for me to take on. 
 :)

Would you look to see if any of your improvements can also be used by uath(4)?

b.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: More if_ath churn coming your way!

2011-01-22 Thread Ian FREISLICH
Adrian Chadd wrote:
 On 20 January 2011 13:51, Adrian Chadd adrian.ch...@gmail.com wrote:
  Hi everyone,
 
  I'm in the process of merging in the non-intrusive changes to the
  if_ath code into -HEAD.
 
 Ok, so I lied - the ANI changes were slightly intrusive. But all in
 all the code was just shuffled around a bit.
 
 Someone's reported that the AR9285 was once stable but now isn't. I'd
 really appreciate it if others who are using AR9280/AR9285 chipsets
 would test this out and get back to me.

Oddly enough, I think my AR9285 uses less power now.  This I do
know however: at boot, it associates much much faster.  I used to
have to wait at least 10 seconds for the default route interface.
Now, association and DHCP blazes through without pausing.

Ian

-- 
Ian Freislich
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: More if_ath churn coming your way!

2011-01-22 Thread Adrian Chadd
On 23 January 2011 02:28, Ian FREISLICH i...@clue.co.za wrote:

 Someone's reported that the AR9285 was once stable but now isn't. I'd
 really appreciate it if others who are using AR9280/AR9285 chipsets
 would test this out and get back to me.

 Oddly enough, I think my AR9285 uses less power now.  This I do
 know however: at boot, it associates much much faster.  I used to
 have to wait at least 10 seconds for the default route interface.
 Now, association and DHCP blazes through without pausing.

Can you please verify this? Would you please let me know which version
of the OS you were running before this?

I haven't changed anything on the AR9285 codebase that would account
for the above.

Something to keep in mind with the AR9280/AR9285 support is that I've
seen it be -very- unpredictable - sometimes it's reliable off the bat,
sometimes it's not. You have to repeat it a few times to verify that
you've actually seen a change.

Thanks,


Adrian
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: More if_ath churn coming your way!

2011-01-22 Thread Adrian Chadd
On 23 January 2011 01:11, b. f. bf1...@googlemail.com wrote:

 Would you look to see if any of your improvements can also be used by uath(4)?

Nope, sorry. I can only do two things at a time. :)


Adrian
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: More if_ath churn coming your way!

2011-01-22 Thread b. f.
On 1/22/11, Adrian Chadd adr...@freebsd.org wrote:
 On 23 January 2011 01:11, b. f. bf1...@googlemail.com wrote:

 Would you look to see if any of your improvements can also be used by
 uath(4)?

 Nope, sorry. I can only do two things at a time. :)

I didn't mean immediately, but at some point in the not-too-distant
future.  Or do you lack the hardware, if not the time?

b.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Request: AR9285 EEPROM dumps (was Re: More if_ath churn coming your way!)

2011-01-22 Thread Adrian Chadd
Hi all,

I've just committed a new tool in src/tools/tools/ath/ called ath_prom_dump .

It dumps the contents of the atheros EEPROM into a text file for later analysis.

I don't have any AR9285's handy; if you have an AR9285, would you
please send me a hexdump of the EEPROM along with the contents of
pciconf and  dmesg | grep ath (so I can get the MAC/PHY version
numbers?)

Thanks,


Adrian
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: More if_ath churn coming your way!

2011-01-22 Thread Adrian Chadd
On 23 January 2011 07:47, b. f. bf1...@googlemail.com wrote:

 Nope, sorry. I can only do two things at a time. :)

 I didn't mean immediately, but at some point in the not-too-distant
 future.  Or do you lack the hardware, if not the time?

All of the above, sorry.

The atheros wifi hacking is mostly a spare-time project for me.
There's a lot to be done and I'd like to maximise my chances at
actually achieving what I set out to.



Adrian
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: More if_ath churn coming your way!

2011-01-22 Thread Ian FREISLICH
Adrian Chadd wrote:
 I haven't changed anything on the AR9285 codebase that would account
 for the above.

That maybe.  The visible difference in behaviour is that when there's
no traffic, the reported rate drops to 1Mbps.  As soon as there's
traffic it jumps to 54Mbps.

 Something to keep in mind with the AR9280/AR9285 support is that I've
 seen it be -very- unpredictable - sometimes it's reliable off the bat,
 sometimes it's not. You have to repeat it a few times to verify that
 you've actually seen a change.

So far, I've had instances where it's stopped transmitting or
recieving.  It claims to remain associated, but restarting the wlan
interface fails to reestablish the association and a list scan is
empty.  It only seems to happen when the laptop is running on battery.

Ian

-- 
Ian Freislich
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: More if_ath churn coming your way!

2011-01-22 Thread Adrian Chadd
Make sure you're absolutely, positively not doing power saving stuff.

I'm quite certain the ar5416+ HAL is just not doing the right thing
re: power saving mode.


Adrian

On 23 January 2011 13:55, Ian FREISLICH i...@clue.co.za wrote:
 Adrian Chadd wrote:
 I haven't changed anything on the AR9285 codebase that would account
 for the above.

 That maybe.  The visible difference in behaviour is that when there's
 no traffic, the reported rate drops to 1Mbps.  As soon as there's
 traffic it jumps to 54Mbps.

 Something to keep in mind with the AR9280/AR9285 support is that I've
 seen it be -very- unpredictable - sometimes it's reliable off the bat,
 sometimes it's not. You have to repeat it a few times to verify that
 you've actually seen a change.

 So far, I've had instances where it's stopped transmitting or
 recieving.  It claims to remain associated, but restarting the wlan
 interface fails to reestablish the association and a list scan is
 empty.  It only seems to happen when the laptop is running on battery.

 Ian

 --
 Ian Freislich

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: More if_ath churn coming your way!

2011-01-21 Thread Adrian Chadd
On 20 January 2011 13:51, Adrian Chadd adrian.ch...@gmail.com wrote:
 Hi everyone,

 I'm in the process of merging in the non-intrusive changes to the
 if_ath code into -HEAD.

Ok, so I lied - the ANI changes were slightly intrusive. But all in
all the code was just shuffled around a bit.

Someone's reported that the AR9285 was once stable but now isn't. I'd
really appreciate it if others who are using AR9280/AR9285 chipsets
would test this out and get back to me.

I'd like to make sure I fix all regressions before I start bringing
over more code from ath9k in preparation for enabling the basic
802.11n support for testing.



Adrian
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: More if_ath churn coming your way!

2011-01-21 Thread Dima Panov
Hello!

22.01.2011, 13:56, Adrian Chadd adrian.ch...@gmail.com:
 On 20 January 2011 13:51, Adrian Chadd adrian.ch...@gmail.com; wrote:

  Hi everyone,

  I'm in the process of merging in the non-intrusive changes to the
  if_ath code into -HEAD.

 Ok, so I lied - the ANI changes were slightly intrusive. But all in
 all the code was just shuffled around a bit.

 Someone's reported that the AR9285 was once stable but now isn't. I'd
 really appreciate it if others who are using AR9280/AR9285 chipsets
 would test this out and get back to me.

FreeBSD 9.0-900030-CURRENT #0 r217695M: Sat Jan 22 13:57:57 VLAT 2011
ath0: Atheros 9285 mem 0xf000-0xf000 irq 19 at device 0.0 on pci9
ath0: AR9285 mac 192.2 RF5133 phy 14.0

Signal strength is fine, no packets loss.
ath 9285 was stable for me last months.
Acer Ferrari One 200 laptop with half-sized atheros wifi card.

 I'd like to make sure I fix all regressions before I start bringing
 over more code from ath9k in preparation for enabling the basic
 802.11n support for testing.

-- 
Dima Panov (flu...@freebsd.org)
KDE@FreeBSD team

Facebook: http://www.facebook.com/?id=10181104157
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: More if_ath churn coming your way!

2011-01-20 Thread Adrian Chadd
On 20 January 2011 17:44, Max Khon f...@samodelkin.net wrote:

 Any chances for proper support for Atheros 802.11n cards?
 Should not we just port ath9k (Linux) or athn (OpenBSD) drivers?

*grin* I have the beginnings of functioning 802.11n support.

This stuff is just structural precursors to that. I'm just tidying up
bits and pieces and including some updates from ath9k before I begin
enabling the 802.11n hooks for others to play with.

But I do actually have 802.11n working on FreeBSD at home, at least in
station mode. So nyeah. :)


Adrian
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: More if_ath churn coming your way!

2011-01-20 Thread Max Khon
Adrian,

On Thu, Jan 20, 2011 at 11:51 AM, Adrian Chadd adrian.ch...@gmail.comwrote:

I'm in the process of merging in the non-intrusive changes to the
 if_ath code into -HEAD.

 I'd appreciate some testing just to ensure I haven't broken anything
 terribly obvious.


Any chances for proper support for Atheros 802.11n cards?
Should not we just port ath9k (Linux) or athn (OpenBSD) drivers?

Max
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: More if_ath churn coming your way!

2011-01-20 Thread Maciej Milewski
Dnia czwartek, 20 stycznia 2011 o 10:44:27 Max Khon napisał(a):
 Adrian,
 
 On Thu, Jan 20, 2011 at 11:51 AM, Adrian Chadd
 adrian.ch...@gmail.comwrote:
 
 I'm in the process of merging in the non-intrusive changes to the
 
  if_ath code into -HEAD.
  
  I'd appreciate some testing just to ensure I haven't broken anything
  terribly obvious.
 
 Any chances for proper support for Atheros 802.11n cards?
 Should not we just port ath9k (Linux) or athn (OpenBSD) drivers?
AFAIK OpenBSD support is limited on these cards.
From man athn(4)[1]

CAVEATS
 The athn driver does not support any of the 802.11n capabilities offered
 by the adapters.  Additional work is required in ieee80211(9) before

 those features can be supported.
[1] http://www.openbsd.org/cgi-
bin/man.cgi?query=athnapropos=0sektion=0manpath=OpenBSD+Currentarch=i386format=html

Regards,
Maciej Milewski
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org