summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ath.c
AgeCommit message (Expand)Author
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-09-16In pmf(9), improve the implementation of device self-suspensiondyoung
2009-08-02- fix TKIP, changes adapted from FreeBSDjmcneill
2008-12-11Doh! What should have happened happens ...alc
2008-12-11Sync 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-17Repair a discrepancy between the 802.11 standard and ath(4) operationdyoung
2008-05-04If a device transmit timeout occurs and sc_txintrperiod is greater thanrumble
2008-03-12Use device_t and its accessors throughout. Use aprint_*_dev().dyoung
2008-01-04Start detangling lock.h from intr.h. This is likely to cause short termad
2007-12-22Remove the remnants of the powerhooks.dyoung
2007-12-14Exit from ath_init() with EBUSY if the device does not have power.dyoung
2007-12-13Back out previous my previous change, it stops device resumptiondyoung
2007-12-13Do not reinitialize the NIC while it is suspended.dyoung
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-11-27Bug fix: in ath_init(), if ath_enable() fails, ATH_UNLOCK() beforedyoung
2007-11-26Don't process the CAB queue twice in ath_tx_proc_q0123.dyoung
2007-11-26Eliminate redundant check for read-only mbuf data, sincedyoung
2007-11-26Bug fix: restore antenna diversity settings after reset.dyoung
2007-11-26Use device_xname(). Make device_printf() take a device_t argument.dyoung
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-09-01Change a bazillion occurrences of code resembling this,dyoung
2007-08-29Constify: LLADDR() -> CLLADDR().dyoung
2007-07-17Suppress spurious timeouts and avoid wedging in OACTIVE state:dyoung
2007-04-17Plug an mbuf leak. Found by inspection.dyoung
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-29Remove more duplicate headers.hubertf
2007-01-09ath-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-24Add "name" parameter to powerhook_establish, to aid debugging. No objectionsjmcneill
2006-07-14Consistently establish / disestablish shutdown hookseanb
2006-06-08Print bus_addr_t using PRIx64 (casting to uint64_t), which fixes buildsgdamore
2006-06-05Import new HAL 0.9.17.2. Approved by sam@gdamore
2006-05-26Clean up bogus whitespaceblymn
2006-05-11cast the return value of several macros that evaluate to "(func() == FOO)"mrg
2006-04-14Coverity CID 725: Remove dead code.christos
2006-04-02Reorganize ath layout as requested by sam@ and suggested by dyoung@ ingdamore
2006-03-08Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.lukem
2006-03-02Miscellaneous ath(4) and net80211 updates and bug-fixes coming fromdyoung
2006-02-27Quiet ath(4) when debug output is enabled with the hw.athX.debugdyoung
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-03s/NBFILTER/NBPFILTERrpaulo
2005-12-03Make this compile without bpf(4).rpaulo
2005-11-24Put the microsecond timestamp in the radiotap header for receiveddyoung
2005-11-23Non-functional change: a missing '}' in an #ifdef __FreeBSD__dyoung
2005-11-18Resolve conflicts.skrll
2005-10-14When bringing an interface up, and thus perhaps having just powered itgdt
2005-09-13The entity passed to the HAL as a HAL_BUS_HANDLE needs to be an integralmartin