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