CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/01/06 00:27:15
Modified files:
share/man/man4 : athn.4 usb.4
sys/conf : files
sys/dev/usb : files.usb
sys/dev/ic : athn.c athnreg.h athnvar.h ar5008.c ar9280.c
ar9285.c ar9285reg.h
Added files:
sys/dev/usb : if_athn_usb.c if_athn_usb.h
Log message:
"athn* at uhub? port ?"
this adds preliminary support for the Atheros AR9271 chipset and
probably the AR9280+AR7010 and AR9287+AR7010 too though those were
not tested.
scanning still takes a very long time (~1 sec per channel) but
otherwise, operation in STA mode seems stable.
will implement fast channel change soon.
committed over the Ubiquiti WifiStation EXT (AR9271) on i386 with WPA.
requires firmware (see man page for details)
ok deraadt@ (who checked the .h files)