summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ath.c
AgeCommit message (Expand)Author
2019-12-17Pull up following revision(s) (requested by christos in ticket #569):martin
2019-05-28 Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.msaitoh
2019-05-23 Whitespace fix (mainly tabify).msaitoh
2019-05-23-No functional change:msaitoh
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2017-02-02wlan interfaces make interrupt routine running on softint context.nonaka
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-05-26Introduce M_CLEARCTX and use it instead of open-coding rcvifozaki-r
2016-05-26Use M_GETCTXozaki-r
2016-04-08Revert prior.roy
2016-04-06Fix rssiroy
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2013-09-12Remove unused variablemartin
2013-01-27don't transmit while in a key change is in progressjmcneill
2012-11-08Use NetBSD's own KASSERT() and KASSERTMSG() instead of #undef and re-#definingdyoung
2011-11-28SVN r220966 from FreeBSD:jmcneill
2011-10-07Get rid of the "I don't know what I was thinking / somebody should havedyoung
2011-03-07Get improvements from FreeBSD-current (January 2011).cegger
2011-02-20support building as a modulejmcneill
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
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