summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/rtwvar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-7/+1
* Massage the powerhook functions into activate functions, and then callderaadt2010-08-291-2/+2
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-2/+2
* hook no longer neededderaadt2009-08-101-2/+1
* timeout_add -> timeout_add_msecblambert2009-07-281-3/+3
* Remove (unused) CASSERT macro. Whatever it was intended to be used for, itmiod2009-06-101-4/+1
* instead of passing rx tstamp and rssi to the ieee80211_input function,damien2008-07-211-2/+2
* move ieee80211_compute_duration() and ieee80211_compute_duration1()damien2007-06-071-3/+10
* __attribute__((__packed__)) -> __packedjsg2006-06-271-3/+3
* part of rev 1.58 of rtw.c David Young comitted to NetBSD:jsg2006-01-051-26/+32
* Move access to RF tranceiver functions to be via callbacks.jsg2005-11-041-1/+7
* change read/write callbacks to use a void * instead of struct rtw_regs.reyk2005-10-241-8/+8
* two sc_anaparm registersreyk2005-10-241-2/+2
* Move rtw_attach error condition handling out of rtw_detach and intojsg2005-10-231-14/+1
* use read/write/barrier callbacks, will be used laterreyk2005-10-231-1/+11
* Remove rtw_rfbus_write abstraction for readability.jsg2005-09-151-2/+1
* Remove rtw_rf/rtw_rfbus and some other related abstractionsjsg2005-09-141-70/+16
* Match RTL8255 transceiver and stub out related support functions.jsg2005-06-151-11/+17
* use JAPAN for locale code 0 stored in some rtw EEPROMs.reyk2005-05-291-2/+2
* knfreyk2005-05-291-6/+8
* cleanup rtwreyk2005-05-291-5/+27
* Fix compilation on macppc and likely other archs.jsg2005-05-261-1/+2
* radiotap support largely based on NetBSD rtw.jsg2005-03-021-9/+17
* From part of NetBSD rtw.c rev 1.42:jsg2005-02-191-15/+29
* From NetBSD:jsg2005-02-141-12/+20
* Reduce diff to NetBSD.jsg2005-01-221-6/+9
* Reduce diff to NetBSD.jsg2005-01-221-30/+30
* destatic functions.jsg2005-01-191-38/+8
* Use the RF chipset type rather than the hardware version when determiningjsg2005-01-191-1/+3
* Driver for Realtek 802.11 devices from NetBSD.jsg2004-12-291-0/+468