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_iwn.c
Age
Commit message (
Expand
)
Author
2007-11-19
pairwise keys always have an ID equal to 0.
Damien Bergamini
2007-11-19
all TX rings have the same fixed size (256 entries) and this is not
Damien Bergamini
2007-11-17
fix reading of EEPROM for some adapters.
Damien Bergamini
2007-11-03
fix ENETRESET handling in {wpi,iwn}_ioctl() so that the firmware won't
Damien Bergamini
2007-09-11
s/iwn_edcaupdate/iwn_updateedca/ + hook it into net80211
Damien Bergamini
2007-09-10
fix interrupts processing and scan command + cleanup
Damien Bergamini
2007-09-10
if more than 5 consecutive beacons are lost, reinitialize sensitivity
Damien Bergamini
2007-09-10
only send a sensitivity update command when the settings have changed.
Damien Bergamini
2007-09-07
properly acknowledge interrupts. this fixes the interrupts storm i was
Damien Bergamini
2007-09-07
make sure the length of the first segment of a Tx descriptor is a multiple
Damien Bergamini
2007-09-07
use new malloc M_ZERO flag to shrink kernel.
Damien Bergamini
2007-09-06
fix temperature sensor. the sensors framework wants muK not degC!
Damien Bergamini
2007-09-06
disable interrupts coallescing for now.
Damien Bergamini
2007-09-06
new iwn(4) driver for Intel Wireless WiFi Link 4965AGN.
Damien Bergamini