| Age | Commit message (Expand) | Author |
| 2006-08-31 | Per discussion on tech-kern and tech-userlevel, move the bit-twiddling | dyoung |
| 2006-08-17 | Fix all the -D*DEBUG* code that it was rotting away and did not even compile. | christos |
| 2006-04-06 | In atw_start, do not initialize lasttx with -1, but initialize it | dyoung |
| 2006-04-06 | Correct sc_bbptype, sc_rftype bounds checks. Fixes Coverity CID | dyoung |
| 2006-03-28 | Revamp ieee80211_get_rate. Now it does not use the rateset in the | dyoung |
| 2006-03-12 | Note in radiotap header file and manual page that radiotap fields | dyoung |
| 2006-03-08 | Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings. | lukem |
| 2006-03-08 | Change macro names to avoid collisions: | dyoung |
| 2006-03-08 | Straggler from previous commit: rename macro LSHIFT->SHIFTIN. | 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 | ADM8211 hardware WEP is not working (probably due to a bug in 802.11 | dyoung |
| 2006-02-18 | When atw_enable is called, power may have been removed and re-applied, | dyoung |
| 2006-02-18 | Fix serious regression in AP-client mode: program adapter's BSSID | dyoung |
| 2005-12-29 | Remove declaration of deleted subroutine, atw_change_ibss(). | dyoung |
| 2005-12-29 | Extract subroutine is_running(). | dyoung |
| 2005-12-29 | atw_start() need not update IFF_OACTIVE if it hasn't put a new | dyoung |
| 2005-12-29 | Assert consistency of IFF_OACTIVE / out of sw/hw transmit descriptors | dyoung |
| 2005-12-29 | Always tickle the Receive Demand Register (ATW_RDR) after re-enabling | dyoung |
| 2005-12-29 | A couple changes to the hardware reset: | dyoung |
| 2005-12-29 | Cosmetic: make a three-step staircase out of a four-step staircase. | dyoung |
| 2005-12-29 | Revamp state machine: | dyoung |
| 2005-12-29 | Adapt atw(4) to the new IBSS merge idiom, where ieee80211_ibss_merge() | dyoung |
| 2005-12-29 | Delete atw_media_status(). Let SIOCGIFMEDIA call ieee80211_media_status() | dyoung |
| 2005-12-29 | Use the fragmentation threshold in the ieee80211com. | dyoung |
| 2005-12-29 | In atw_init(), always call atw_write_wep() to write the WEP state | 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-11-23 | Misc. bug fixes: | dyoung |
| 2005-11-18 | Adapt drivers to the new net80211(9). | skrll |
| 2005-07-07 | Don't write WEP keys to the chip unless it is enabled. | dyoung |
| 2005-07-06 | Historically, an(4), ath(4), atw(4), rtw(4), and wi(4) have printed | dyoung |
| 2005-06-26 | Do not build AP support if 'options IEEE80211_NO_HOSTAP' is in the | dyoung |
| 2005-06-25 | Cosmetic: join lines. | dyoung |
| 2005-06-22 | Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9) | dyoung |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-01-31 | Eliminate use of M_HASFCS. | thorpej |
| 2005-01-04 | IBSS-merge clean-up, inspired by some Linux patches from Jon Anderson | dyoung |
| 2004-12-27 | Replace d_plcp_svc with d_residue. The latter is the number of whole | mycroft |
| 2004-10-30 | When adding/deleting multicast addresses, only whack the address | thorpej |
| 2004-08-10 | Make the node table into an LRU cache: least-recently used nodes | dyoung |
| 2004-07-28 | Vastly simplify ieee80211_ibss_merge, eliminating the needless | dyoung |
| 2004-07-27 | Cancel scan callout when the device detaches. Pointed out by Todd | dyoung |
| 2004-07-24 | Pull the IBSS merge logic out of atw and into net80211, since ath | dyoung |
| 2004-07-24 | Doh, we really do need to set bit ATW_NAR_MM in ATW_NAR, or else | dyoung |
| 2004-07-24 | Add atw_nar_init, atw_next_scan prototypes (thanks Todd Miller) | dyoung |
| 2004-07-23 | Cleanup of ieee80211_node from madwifi: | mycroft |
| 2004-07-23 | Fix mismerge. | mycroft |
| 2004-07-23 | IEEE80211_F_WEPON -> IEEE80211_F_PRIVACY | mycroft |
| 2004-07-23 | Instrument atw(4) delays so that I can experiment and shorten the | dyoung |