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