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
/
pci
/
if_ipw.c
Age
Commit message (
Expand
)
Author
2004-10-27
Check that we are associated before sending anything. Call ipw_stop()
Damien Bergamini
2004-10-27
Handle fatal errors from firmware (imported from iwi).
Damien Bergamini
2004-10-27
Read MAC address from EEPROM in ipw_attach(). The address is now known
Damien Bergamini
2004-10-27
Cache firmware into kernel memory instead of sending it directly. The
Damien Bergamini
2004-10-27
Change firmware initialization sequence to be more consistent with iwi.
Damien Bergamini
2004-10-27
Add ipw_media_status() to report the current Tx rate properly.
Damien Bergamini
2004-10-27
Configure the adapter properly to avoid Tx retries from interfering with
Damien Bergamini
2004-10-27
Add authmode support (imported from iwi).
Damien Bergamini
2004-10-27
Import ipw_get_table() and ipw_get_radio() functions from iwi.
Damien Bergamini
2004-10-27
Remove unuseful initialization of ic->ic_bss->ni_chan in ipw_init().
Damien Bergamini
2004-10-27
Change the way supported rates set is initialized (to be consistent with
Damien Bergamini
2004-10-27
Reduce timeout from two seconds to one second for command ack and from five
Damien Bergamini
2004-10-27
Remove static for all non-inline functions.
Damien Bergamini
2004-10-27
Mostly cosmetic changes to be consistent with iwi:
Damien Bergamini
2004-10-20
support for Intel 2100/2200BG/2915ABG wireless devices written by
Theo de Raadt