Age | Commit message (Expand) | Author |
2007-11-21 | Remove superfluous function declaration | Bret Lambert |
2007-10-24 | Unconditionally initialize all channels, regardless of locale. | Bret Lambert |
2007-09-30 | s/NPBFILTER/NBPFILTER/ in #endif comment. No functional change. | Mark Kettenis |
2007-09-17 | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no | Kenneth R Westerback |
2007-06-07 | move ieee80211_compute_duration() and ieee80211_compute_duration1() | Damien Bergamini |
2007-04-06 | Correct order of bus_space_barrier() parameters. | Jonathan Gray |
2007-04-02 | Similar to other drivers call if_start() at the end of the rx interrupt because | Claudio Jeker |
2007-02-14 | remove some unused goop | Jonathan Gray |
2007-01-03 | M_DUP_PKTHDR() cleanup. On static buffers M_DUP_PKTHDR() will leak mbuf tags. | Claudio Jeker |
2006-11-26 | Make use of ieee80211_std_rateset | Jonathan Gray |
2006-08-30 | Return from channel tuning code if we get IEEE80211_CHAN_ANY | Jonathan Gray |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-02-05 | Add a fix from David Young to not set the ring indexes to something | Jonathan Gray |
2006-01-05 | rev 1.59 & 1.60 of rtw.c commited by David Young to NetBSD: | Jonathan Gray |
2006-01-05 | part of rev 1.58 of rtw.c David Young comitted to NetBSD: | Jonathan Gray |
2005-11-20 | Add support for GCT GRF5101 RF transceiver based hardware. Magic numbers | Jonathan Gray |
2005-11-05 | Move displaying rf/pa type to rtw_rf_attach to simplify code. | Jonathan Gray |
2005-11-04 | remove uneeded debug function. | Jonathan Gray |
2005-11-04 | Move access to RF tranceiver functions to be via callbacks. | Jonathan Gray |
2005-10-24 | change read/write callbacks to use a void * instead of struct rtw_regs. | Reyk Floeter |
2005-10-24 | fix RTW_DEBUG | Reyk Floeter |
2005-10-24 | change RTW_ANAPARM to RTW_ANAPARM_0 for consistency with the rtl8225 code. | Reyk Floeter |
2005-10-23 | Move rtw_attach error condition handling out of rtw_detach and into | Jonathan Gray |
2005-10-23 | use read/write/barrier callbacks, will be used later | Reyk Floeter |
2005-10-23 | knf | Reyk Floeter |
2005-09-15 | Move two tiny sa2400 init functions back into calling sa2400 init function. | Jonathan Gray |
2005-09-15 | Remove rtw_rfbus_write abstraction for readability. | Jonathan Gray |
2005-09-14 | As the _create functions for all the rf transceivers now just set some | Jonathan Gray |
2005-09-14 | Remove rtw_rf/rtw_rfbus and some other related abstractions | Jonathan Gray |
2005-09-08 | Remove the last of the FreeBSD compatiblity goop. | Jonathan Gray |
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 |