| Age | Commit message (Expand) | Author |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-09-16 | In pmf(9), improve the implementation of device self-suspension | dyoung |
| 2009-08-02 | - fix TKIP, changes adapted from FreeBSD | jmcneill |
| 2008-12-11 | Doh! What should have happened happens ... | alc |
| 2008-12-11 | Sync ath(4) with the new HAL, mostly based on <jmcneill>'s patches. | alc |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-07-09 | - device/softc split for ath(4) | joerg |
| 2008-06-17 | Repair a discrepancy between the 802.11 standard and ath(4) operation | dyoung |
| 2008-05-04 | If a device transmit timeout occurs and sc_txintrperiod is greater than | rumble |
| 2008-03-12 | Use device_t and its accessors throughout. Use aprint_*_dev(). | dyoung |
| 2008-01-04 | Start detangling lock.h from intr.h. This is likely to cause short term | ad |
| 2007-12-22 | Remove the remnants of the powerhooks. | dyoung |
| 2007-12-14 | Exit from ath_init() with EBUSY if the device does not have power. | dyoung |
| 2007-12-13 | Back out previous my previous change, it stops device resumption | dyoung |
| 2007-12-13 | Do not reinitialize the NIC while it is suspended. | dyoung |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-11-27 | Bug fix: in ath_init(), if ath_enable() fails, ATH_UNLOCK() before | dyoung |
| 2007-11-26 | Don't process the CAB queue twice in ath_tx_proc_q0123. | dyoung |
| 2007-11-26 | Eliminate redundant check for read-only mbuf data, since | dyoung |
| 2007-11-26 | Bug fix: restore antenna diversity settings after reset. | dyoung |
| 2007-11-26 | Use device_xname(). Make device_printf() take a device_t argument. | dyoung |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-09-01 | Change a bazillion occurrences of code resembling this, | dyoung |
| 2007-08-29 | Constify: LLADDR() -> CLLADDR(). | dyoung |
| 2007-07-17 | Suppress spurious timeouts and avoid wedging in OACTIVE state: | dyoung |
| 2007-04-17 | Plug an mbuf leak. Found by inspection. | dyoung |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-01-29 | Remove more duplicate headers. | hubertf |
| 2007-01-09 | ath-specific support for 802.11 fragmentation. From Sam Leffler. | dyoung |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-24 | Add "name" parameter to powerhook_establish, to aid debugging. No objections | jmcneill |
| 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 |