summaryrefslogtreecommitdiff
path: root/sys/dev/ic/acx.c
AgeCommit message (Expand)Author
2007-03-16Split the beacon returned by ieee80211_beacon_alloc() in two parts andClaudio Jeker
2007-03-14In HostAP mode, ieee80211_input() will enqueue packets in if_snd withoutClaudio Jeker
2007-03-01In acx_set_probe_resp_tmplt () ieee80211_beacon_alloc() could fail so check theClaudio Jeker
2007-02-28Another round of makro killing. Kill _ACX_CONF_FUNC() and replace allClaudio Jeker
2007-02-28Fix a ieee80211_node refcount leak -- the node lookup is done inClaudio Jeker
2007-02-23Another two missing htoleX() for big endian support. Still more missingClaudio Jeker
2007-02-21Make the firmware load on big endian systems and while there make sure thatClaudio Jeker
2007-02-20Fix a memory leak in acx_load_radio_firmware() -- free the ucode after use.Claudio Jeker
2006-12-31Bye bye unused acx_shutdown() we won't miss you.Claudio Jeker
2006-12-30Don't use M_DUP_PKTHDR() on static mbufs. M_DUP_PKTHDR() copies the mtagClaudio Jeker
2006-12-17Kill some more macros. This time ACX_NOARG_FUNC and ACX_INIT_TMPLT_FUNCClaudio Jeker
2006-12-13First part of fixing broken beacon frames in acx(4) AP mode based on aMarcus Glocker
2006-12-08First round of evil macro removal. _acx_set_##name##_tmplt bites the dust.Claudio Jeker
2006-11-26Make use of ieee80211_std_ratesetJonathan Gray
2006-11-09Correctly update the m_pkthdr.len in the raw bpf tap. OK mglocker@Claudio Jeker
2006-10-10bescon -> beacon, found by Maxim Bourmistrov, thanks. Since I am correctingMarc Balmer
2006-10-03Enable altq in acx(4) the tx path is already handling all cases correctly.Claudio Jeker
2006-09-26Get HostAP mode working and fix IBSS tweaks. From DragonFly driver.Marcus Glocker
2006-08-29Don't panic when watchdog timeout is called.Marcus Glocker
2006-08-21Add missing amrr statistic updates. Makes rate control work proper.Marcus Glocker
2006-08-20Remove some dead code.Marcus Glocker
2006-08-19Replace existing rate adaption code with the ieee80211_amrr framework.Marcus Glocker
2006-08-15Remove DPRINTF from watchdog routine. To noisy even for debug mode.Marcus Glocker
2006-08-15Remove obsolete macros.Marcus Glocker
2006-08-15spacingTheo de Raadt
2006-08-15Some KNF and comment cleanup.Marcus Glocker
2006-08-15Improve watchdog handler.Marcus Glocker
2006-08-14Fix bogus scanning mode.Marcus Glocker
2006-08-14Turn off debug messages by default.Jonathan Gray
2006-08-13Enable hostap mode. Tested with acx100 and acx111.Marcus Glocker
2006-08-12KNF tweak.Marcus Glocker
2006-08-12Fill ic_max_rssi with values depending on the radio type. Makes signalMarcus Glocker
2006-08-08A more flexible method for deciding what firmware filenames to load.Jonathan Gray
2006-08-08Don't yell about failed channel enabling in none-debug mode, because weMarcus Glocker
2006-08-08Mention which MAC we are using (ACX100 or ACX111) and fixJonathan Gray
2006-08-08Print a string for radio type.Jonathan Gray
2006-08-07Make radio type 0x11 work. Radio firmware needs longer to initializeMarcus Glocker
2006-08-07Remove some unused/uneeded code.Jonathan Gray
2006-08-07Enable WEP.Marcus Glocker
2006-08-07Radio type is in hex not decimal. Therefore decide correctly whichMarcus Glocker
2006-08-06remove a dragonflybsd'ismDamien Bergamini
2006-08-06more s/f/wh/ that I forgot in rev 1.25Damien Bergamini
2006-08-06fix a comment.Damien Bergamini
2006-08-06use the same naming conventions than net80211.Damien Bergamini
2006-08-06Add bpf hooks. Based on slightly modified diff from jsg.Marcus Glocker
2006-08-05don't set ifp->if_xname twice.Damien Bergamini
2006-08-05Adjust copyright.Marcus Glocker
2006-08-05If ieee80211_encap() returns NULL the node is already free,Jonathan Gray
2006-08-05Be sure to call if_detach() so ghosts of hardwareJonathan Gray
2006-08-05nuke latest remaining firmware ioctl bits.Damien Bergamini