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
2007-01-03
M_DUP_PKTHDR() cleanup. On static mbufs M_DUP_PKTHDR() will leak mbuf tags.
Claudio Jeker
2006-11-26
do not have each net80211 driver define its own rates structures. if they use
Theo de Raadt
2006-11-13
first round of commits for proper 11b/g protection support:
Damien Bergamini
2006-11-01
fix firmware fatal errors on re-associations.
Damien Bergamini
2006-10-23
remove detach() function. this is not hotplug and this is dead code.
Damien Bergamini
2006-10-23
make sure wpi_iter_func() is called at splnet.
Damien Bergamini
2006-09-18
don't use IF_PREPEND() on altq's.
Damien Bergamini
2006-08-28
Completely rework the allocation/management of Rx buffers.
Damien Bergamini
2006-08-20
- turn the interface down if the user press the radio kill button while
Damien Bergamini
2006-08-18
set of unrelated cosmetic tweaks.
Damien Bergamini
2006-08-10
fix a use-after-free (read) of a mbuf in wpi_tx_intr().
Damien Bergamini
2006-08-06
endianness.
Damien Bergamini
2006-08-06
cosmetic tweaks.
Damien Bergamini
2006-08-04
extend the set of supported 802.11a channels (100-140).
Damien Bergamini
2006-08-03
Fix 802.11a. With these changes I can now connect my wpi(4) to
Damien Bergamini
2006-08-01
more 802.11a bits
Damien Bergamini
2006-08-01
- improve scan code to support scanning of 802.11a channels
Damien Bergamini
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