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_wpi.c
Age
Commit message (
Expand
)
Author
2006-06-17
Move AMRR rate control algorithm out of wpi(4) and ural(4), into net80211.
Damien Bergamini
2006-06-17
- re-enable AMRR
Damien Bergamini
2006-06-16
- fix reassociations (the firmware was crashing because the configuration
Damien Bergamini
2006-06-14
must use RTS/CTS protection when sending frames at OFDM rates in a BSS
Damien Bergamini
2006-06-14
clear the IFF_UP interface flag before shutting down the interface.
Brad Smith
2006-06-10
endianness
Damien Bergamini
2006-06-05
- discard Rx frames with a bad CRC early
Damien Bergamini
2006-05-29
Do not cast a bus_addr_t back in to a pointer as these types may not be
Miod Vallat
2006-05-25
automatic rate control (AMRR) + cosmetic and small fixes
Damien Bergamini
2006-05-20
more radiotap.
Damien Bergamini
2006-05-20
more rx radiotap stats
Damien Bergamini
2006-05-20
- fix monitor mode
Damien Bergamini
2006-05-20
- fix CCK mask for 802.11b/only
Damien Bergamini
2006-05-20
- fix short slot time and short preamble settings
Damien Bergamini
2006-05-19
read channels calibration settings from EEPROM only once in wpi_attach()
Damien Bergamini
2006-05-19
don't leak a mbuf with each scan command
Damien Bergamini
2006-05-19
simplify finalization of mbuf in wpi_rx_intr()
Damien Bergamini
2006-05-19
use ieee80211_add_ssid() in ieee80211_beacon_alloc() and wpi(4) instead
Damien Bergamini
2006-05-17
mega-commit of unrelated changes:
Damien Bergamini
2006-05-16
Fix tsleep wait channel name; ok damien@
Miod Vallat
2006-05-14
Initial import of wpi(4), a blob-free driver for Intel PRO/Wireless 3945ABG
Damien Bergamini