| Age | Commit message (Expand) | Author |
| 2006-09-03 | - comment out impossible comparisons | christos |
| 2006-08-31 | Per discussion on tech-kern and tech-userlevel, move the bit-twiddling | dyoung |
| 2006-05-26 | Clean up bogus whitespace | blymn |
| 2006-05-14 | XXX: GCC uninitialized | christos |
| 2006-03-28 | Revamp ieee80211_get_rate. Now it does not use the rateset in the | dyoung |
| 2006-03-27 | Set the channel frequency and flags in the radiotap headers in | dyoung |
| 2006-03-27 | Remove unused argument ifflagsp from rtw_dmamap_load_txbuf. | dyoung |
| 2006-03-08 | Change macro names to avoid collisions: | dyoung |
| 2006-03-08 | Move my bit-twiddling macros to libkern.h from my drivers, where | dyoung |
| 2006-02-20 | Use device_is_active() rather than testing dv_flags for DVF_ACTIVE | thorpej |
| 2006-02-19 | When rtw_enable is called, power may have been removed and re-applied, | dyoung |
| 2006-02-04 | In rtw_{rx,tx}ring_fixup, do not set the tx/rx ring index to | dyoung |
| 2005-12-29 | Add support for the GCT Semiconductor GRF5101 transceiver/synthesizer. | dyoung |
| 2005-12-29 | Update rtw(4) for the new IBSS merge idiom, where ieee80211_ibss_merge() | dyoung |
| 2005-12-29 | In atw(4), use ieee80211_compute_duration() to compute IEEE 802.11 | dyoung |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-13 | Fix comments and debug printfs: Tx FIFOs underflow, they don't | dyoung |
| 2005-12-13 | On a transmit FIFO overflow (err, actually an underflow...) reset | dyoung |
| 2005-11-23 | Miscellaneous Realtek RTL8180L driver improvements: | dyoung |
| 2005-11-18 | Adapt drivers to the new net80211(9). | skrll |
| 2005-09-22 | Make arg of IFQ_SET_READY be &ifp->if_snd, to match all other drivers | gdt |
| 2005-09-07 | With the assistance of dyoung, fix the following problems: | dogcow |
| 2005-09-06 | make rtw.c compile again after the 22-jun-05 net80211 import | dogcow |
| 2005-07-11 | Add undefined variable 'ic' to rtw_attach. | dyoung |
| 2005-07-06 | Historically, an(4), ath(4), atw(4), rtw(4), and wi(4) have printed | dyoung |
| 2005-07-06 | Avoid an unnecessary API difference between NetBSD and FreeBSD: | dyoung |
| 2005-06-28 | Here is a grotty hack that lets the RTL8180L handle WEP in the | dyoung |
| 2005-06-27 | rtw: Try to get hardware WEP to work. It seems to work in | dyoung |
| 2005-06-22 | Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9) | dyoung |
| 2005-06-20 | Change the rest of the sysctl subsystem to use const consistently. | atatat |
| 2005-06-10 | Sprinkle __UNCONST() and rename variables to quiet uiet -Wcast-qual, | dyoung |
| 2005-03-02 | Misc. changes to improve ad hoc mode and to enable hostap mode: | dyoung |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-01-31 | Eliminate use of M_HASFCS. | thorpej |
| 2005-01-16 | Move the register access mode into struct rtw_regs. Change | dyoung |
| 2005-01-04 | Set initial conditions to guarantee that when read_seeprom toggles | dyoung |
| 2005-01-04 | Add the logic for IBSS merges. | dyoung |
| 2005-01-03 | sys/dev/ic/rtw.c: | dyoung |
| 2005-01-03 | In sys/dev/ic/rtw.c: | dyoung |
| 2005-01-02 | Cosmetic: change u_int{8,16,32,64}_t to C99-style uint{8,16,32,64}_t, | dyoung |
| 2004-12-29 | In rtw_detach, flag the rtw as "invalid" (RTW_F_INVALID). Do not | dyoung |
| 2004-12-29 | Remove some dead code. | dyoung |
| 2004-12-29 | I like the tlp/atw-style names for software descriptors, txsoft, | dyoung |
| 2004-12-29 | Consolidate variables related to the rx ring in sc_rxdesc_blk, | dyoung |
| 2004-12-28 | Add bpf(4) packet taps to rtw(4). Now you can tap DLT_EN10MB | dyoung |
| 2004-12-28 | If defined(RTW_DEBUG), provide a sysctl (hw.rtw.rxbufs_limit) for | dyoung |
| 2004-12-27 | Use a table to convert the hardware's bit rates (0, 1, 2, 3) to | dyoung |
| 2004-12-27 | Simplify the reset we do on a transmit timeout. Really, this could | dyoung |
| 2004-12-27 | Use the last descriptor to count collisions and failed transmissions, too. | mycroft |
| 2004-12-27 | When checking if a split packet is completed, check the *last* segment, not | mycroft |