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
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-16
Kernel implementation of the 4-way handshake and group-key
Damien Bergamini
2008-03-08
allows SMALL_KERNEL compiles
Marc Espie
2007-11-19
all TX rings have the same fixed size (256 entries) and this is not
Damien Bergamini
2007-11-03
fix ENETRESET handling in {wpi,iwn}_ioctl() so that the firmware won't
Damien Bergamini
2007-09-11
- add callbacks for setting EDCA parameters and pairwise crypto keys.
Damien Bergamini
2007-09-11
fix a bug in the scan command I introduced with my previous commit.
Damien Bergamini
2007-09-10
- add support for 802.11 headers with various sizes (will be required
Damien Bergamini
2007-09-07
use new malloc M_ZERO flag to shrink kernel.
Damien Bergamini
2007-08-28
unify firmware load failure messages; ok mglocker
Theo de Raadt
2007-08-22
when running out of rx buffers, allocate a new mbuf and copy the rx
Damien Bergamini
2007-08-10
make it more clear that the temperature can range between 0 and 285,
Jasper Lievisse Adriaanse
2007-07-24
hardware WEP in the TX path.
Damien Bergamini
2007-07-11
endianness
Damien Bergamini
2007-07-10
change firmware loading code to adopt the new 2.14.4 firmware layout.
Damien Bergamini
2007-07-05
move the logic of determining whether an extended supported rates IE is
Damien Bergamini
2007-06-16
do not allocate ring descriptors for the service queue.
Damien Bergamini
2007-06-11
Wait for firmware command WPI_CMD_TXPOWER to complete before sending
Damien Bergamini
2007-06-09
print regulatory domain in dmesg output.
Damien Bergamini
2007-06-06
comment an unused function (wpi_setup_beacon).
Damien Bergamini
2007-06-06
- #undef the correct macro
Damien Bergamini
2007-06-06
make sensors framework usage consistent with other drivers; ok damien@
Constantine A. Murenin
2007-06-05
Major wpi(4) update:
Damien Bergamini
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
[next]