| Age | Commit message (Expand) | Author |
| 2006-07-14 | Consistently establish / disestablish shutdown hook | seanb |
| 2006-06-08 | Print bus_addr_t using PRIx64 (casting to uint64_t), which fixes builds | gdamore |
| 2006-06-05 | Import new HAL 0.9.17.2. Approved by sam@ | gdamore |
| 2006-05-26 | Clean up bogus whitespace | blymn |
| 2006-05-11 | cast the return value of several macros that evaluate to "(func() == FOO)" | mrg |
| 2006-04-14 | Coverity CID 725: Remove dead code. | christos |
| 2006-04-02 | Reorganize ath layout as requested by sam@ and suggested by dyoung@ in | gdamore |
| 2006-03-08 | Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings. | lukem |
| 2006-03-02 | Miscellaneous ath(4) and net80211 updates and bug-fixes coming from | dyoung |
| 2006-02-27 | Quiet ath(4) when debug output is enabled with the hw.athX.debug | dyoung |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-03 | s/NBFILTER/NBPFILTER | rpaulo |
| 2005-12-03 | Make this compile without bpf(4). | rpaulo |
| 2005-11-24 | Put the microsecond timestamp in the radiotap header for received | dyoung |
| 2005-11-23 | Non-functional change: a missing '}' in an #ifdef __FreeBSD__ | dyoung |
| 2005-11-18 | Resolve conflicts. | skrll |
| 2005-10-14 | When bringing an interface up, and thus perhaps having just powered it | gdt |
| 2005-09-13 | The entity passed to the HAL as a HAL_BUS_HANDLE needs to be an integral | martin |
| 2005-08-21 | Remove redundant ath_tsf_extend subroutine. Use ath_extend_tsf, | dyoung |
| 2005-07-27 | A few fixes affecting user control of the transmit/receive antenna, | dyoung |
| 2005-07-27 | Cosmetic: remove an out-dated "note to self." | dyoung |
| 2005-07-26 | Resolve conflicts. | dyoung |
| 2005-07-06 | Historically, an(4), ath(4), atw(4), rtw(4), and wi(4) have printed | dyoung |
| 2005-07-03 | Locking changes. | dyoung |
| 2005-07-03 | Create per-instance sysctl nodes for ath(4), e.g., hw.ath0.debug, | dyoung |
| 2005-07-03 | Bug fix: send all multicast data frames at the lowest possible data | dyoung |
| 2005-07-03 | Cosmetic: repair indentation. | dyoung |
| 2005-06-30 | Fix $FreeBSD$ RCS IDs, which gave me a real shock when their revision | dyoung |
| 2005-06-22 | Remove unused <atomic.h> include; add <sys/device.h> includes where | martin |
| 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-02-27 | nuke trailing whitespace | perry |
| 2005-01-19 | For a proper IBSS merge, we have to discard the old beacon packet, | dyoung |
| 2005-01-16 | It's necessary to stop DMA on the beacon ring and reconfigure the | dyoung |
| 2005-01-04 | In ad hoc mode, start the ath rate adaptation with the lowest, most | dyoung |
| 2005-01-04 | IBSS-merge clean-up, inspired by some Linux patches from Jon Anderson | dyoung |
| 2004-12-27 | Disconnect the "stop transmitter/receiver" function from the | dyoung |
| 2004-09-28 | ath_getmbuf: check MCLGET failure. | yamt |
| 2004-09-07 | ath_debug is bitmask and takes much wider value than 0, 1, or 2. | enami |
| 2004-08-18 | Hubert Feyrer points out that hw.ath.countrycode really ought to | dyoung |
| 2004-08-10 | IBSS fixes: get IBSS beacon generation right. Merge with a same-SSID, | dyoung |
| 2004-08-10 | Make the node table into an LRU cache: least-recently used nodes | dyoung |
| 2004-08-08 | ath_init1: return EIO rather than -1 on a failure of ath_hal_reset. | yamt |
| 2004-08-03 | Synchronize with the WEP code in madwifi. Konstantin KABASSANOV | dyoung |
| 2004-07-30 | Only discard beacons in AHDEMO mode, where we ignore management frames | mycroft |
| 2004-07-28 | Finalize import of the Atheros HAL 0.9.9.13, bringing ath(4) | dyoung |
| 2004-07-23 | Cleanup of ieee80211_node from madwifi: | mycroft |
| 2004-07-23 | IEEE80211_F_WEPON -> IEEE80211_F_PRIVACY | mycroft |
| 2004-07-22 | Support promiscuous mode for an AP too(!). | mycroft |
| 2004-05-31 | No need for ath_start to set the WEP bit in the frame header, the | dyoung |