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
2008-11-25
more sizeof->nitems
Damien Bergamini
2008-11-25
use shiny new m_defrag() and nitems() instead of rolling our own.
Damien Bergamini
2008-11-25
add a shitload of bus_dmamap_sync() calls, even though they are no-ops
Damien Bergamini
2008-11-22
- Slight wording tweak.. leave -> let.
Brad Smith
2008-11-21
Fix crystal and gain calibration on 5000 Series.
Damien Bergamini
2008-11-19
For 5000 Series, store baseband calibration results sent by the
Damien Bergamini
2008-11-16
clear pending interrupts in the driver attach routine.
Damien Bergamini
2008-11-16
remove dead code.
Damien Bergamini
2008-11-09
rework the rate coding code to get rid of the ugly {wpi,iwn}_plcp_signal()
Damien Bergamini
2008-11-08
when defragmenting an mbuf chain, do not call M_DUP_PKTHDR.
Damien Bergamini
2008-11-08
remove two printfs that slipped through my last commit.
Damien Bergamini
2008-11-08
do not call if_start() from tx_done() unless there is a reason to do so
Damien Bergamini
2008-11-08
rework iwn_start().
Damien Bergamini
2008-11-06
The EEPROM is lying about antennas. Hardcode things based on the chip
Damien Bergamini
2008-11-03
HW CCMP encryption/decryption of unicast frames.
Damien Bergamini
2008-10-22
lot of cleanup, small fixes.
Damien Bergamini
2008-10-13
Almost complete rewrite of iwn(4).
Damien Bergamini
2008-08-27
introduce new IEEE80211_STA_ONLY kernel option that can be set to
Damien Bergamini
2008-07-31
Wait much longer for clock stabilization.
Damien Bergamini
2008-07-21
instead of passing rx tstamp and rssi to the ieee80211_input function,
Damien Bergamini
2008-06-16
replace min() and max() function calls by MIN() and MAX().
Damien Bergamini
2008-04-27
fix rate control.
Damien Bergamini
2008-04-16
Kernel implementation of the 4-way handshake and group-key
Damien Bergamini
2008-03-08
allows SMALL_KERNEL compiles
Marc Espie
2007-11-30
s/letoh16/htole16/ in iwn_send_sensitivity().
Damien Bergamini
2007-11-27
fix DMA alignment constraints: rings must be aligned on a 256-byte
Damien Bergamini
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