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
/
ic
/
rtw.c
Age
Commit message (
Expand
)
Author
2005-07-18
remove trailing newline in panic(9); ok millert@ and deraadt@
Federico G. Schwindt
2005-06-15
Match RTL8255 transceiver and stub out related support functions.
Jonathan Gray
2005-06-13
Move a bunch of small functions that only get called once into
Jonathan Gray
2005-05-29
use JAPAN for locale code 0 stored in some rtw EEPROMs.
Reyk Floeter
2005-05-29
further cleanup - use bzero, bcopy and bcmp
Reyk Floeter
2005-05-29
knf
Reyk Floeter
2005-05-29
cleanup rtw
Reyk Floeter
2005-05-27
make sure to enable socket on resume.
Robert Nagy
2005-05-23
Remove some unuseful debug code.
Jonathan Gray
2005-03-18
Only complain about tx fifo overflows if RTW_DEBUG is set.
Jonathan Gray
2005-03-15
Make attach errors appear on new lines and make
Jonathan Gray
2005-03-12
Fix RTW_DEBUG compilation and add a few more sanity checks in addition to
Jonathan Gray
2005-03-03
addtion of a generic function for allocating beacons: ieee80211_beacon_alloc().
Damien Bergamini
2005-03-02
radiotap support largely based on NetBSD rtw.
Jonathan Gray
2005-02-27
IBSS bits from NetBSD rtw.c -r 1.40
Jonathan Gray
2005-02-25
Add support for software WEP.
Jonathan Gray
2005-02-22
From part of NetBSD rtw.c rev 1.36:
Jonathan Gray
2005-02-19
From part of NetBSD rtw.c rev 1.42:
Jonathan Gray
2005-02-17
derived from NetBSD:
Reyk Floeter
2005-02-14
From NetBSD:
Jonathan Gray
2005-02-08
From NetBSD:
Jonathan Gray
2005-02-06
Wait 10ms for the completion of the EEPROM recall process, allowing a
Pedro Martelletto
2005-02-06
Remove some uneeded code to reduce delta to NetBSD.
Jonathan Gray
2005-02-06
Fix a merge error that was causing a panic after associating.
Jonathan Gray
2005-01-22
Reduce diff to NetBSD.
Jonathan Gray
2005-01-22
Reduce diff to NetBSD.
Jonathan Gray
2005-01-19
Remove the last of the rampant inline usage.
Jonathan Gray
2005-01-19
destatic functions.
Jonathan Gray
2005-01-19
Use the RF chipset type rather than the hardware version when determining
Jonathan Gray
2005-01-10
Make the time spent scanning per channel consistent with other drivers
Jonathan Gray
2005-01-09
From dyoung@NetBSD rev 1.41:
Jonathan Gray
2005-01-09
Use the macwrite instead of the hostwrite radio programming method
Jonathan Gray
2005-01-04
shrink dmesg output
Jonathan Gray
2004-12-31
Move the cfdriver struct to rtw.c where it belongs so cardbus rtw
Jonathan Gray
2004-12-29
Driver for Realtek 802.11 devices from NetBSD.
Jonathan Gray