summaryrefslogtreecommitdiff
path: root/sys/dev/ic/acx100.c
AgeCommit message (Collapse)Author
2007-07-18unbreak build.Damien Bergamini
pointed out by mglocker@
2007-07-18replace the ieee80211_wepkey structure with a more generic ieee80211_keyDamien Bergamini
one that can be used with other ciphers than WEP.
2007-02-28Another round of makro killing. Kill _ACX_CONF_FUNC() and replace allClaudio Jeker
calls with acx_set_conf()/acx_get_conf(). OK mglocker@
2006-12-17Kill some more macros. This time ACX_NOARG_FUNC and ACX_INIT_TMPLT_FUNCClaudio Jeker
bite the dust and make the code easier to read. Help and OK mglocker@
2006-12-13First part of fixing broken beacon frames in acx(4) AP mode based on aMarcus Glocker
diff from Sepherosa Ziehau (DragonFly); The firmware TIM element template was initialized wrong. Though, our ieee80211_alloc_beacon() routine calculates it's own TIM element, which now results in having two TIMs in an acx(4) beacon. Would it be an idea to introduce a ieee80211_alloc_beacon() flag to turn the TIM element off? Because fiddling out the TIM element in the driver for cases in which the firmware calculates its own TIM is a bit ugly ... ok claudio@
2006-12-08First round of evil macro removal. _acx_set_##name##_tmplt bites the dust.Claudio Jeker
OK mglocker@
2006-11-26avoid extra inclusions; ok jsgTheo de Raadt
2006-11-26Make use of ieee80211_std_ratesetJonathan Gray
2006-09-27add missing sys/device.h header.Brad Smith
2006-08-19Replace existing rate adaption code with the ieee80211_amrr framework.Marcus Glocker
ok jsg@
2006-08-15spacingTheo de Raadt
2006-08-14Turn off debug messages by default.Jonathan Gray
Reminded by deraadt@
2006-08-07Enable WEP.Marcus Glocker
ok jsg@
2006-08-06Add bpf hooks. Based on slightly modified diff from jsg.Marcus Glocker
ok jsg@
2006-08-05Some KNF.Marcus Glocker
2006-08-05Adjust copyright.Marcus Glocker
2006-08-03Fix more cvs Id tag tweaks in copyright notes.Marcus Glocker
Spotted by <gwyllion@ulyssis.org>
2006-08-03Add/Fix copyright notes.Marcus Glocker
2006-08-03Change to OpenBSD cvs tag.Marcus Glocker
2006-08-03Inital import for the acx(4) driver.Marcus Glocker
ok deraadt@ jsg@