summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rt2560.c
AgeCommit message (Expand)Author
2021-12-05s/decriptor/descriptor/ in comment.msaitoh
2021-06-16if_attach and if_initialize cannot fail, don't test return valueriastradh
2020-01-29Adopt <net/if_stats.h>.thorpej
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2018-12-22Replace: M_COPY_PKTHDR -> m_copy_pkthdr. No functional change, since themaxv
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-05-01GC private 802.11 rateset declarations, use the standard ones.maya
2018-02-08Typos.dholland
2017-10-23 If if_initialize() failed in the attach function, free resources and return.msaitoh
2017-05-23Apply deferred if_start to more driversozaki-r
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
2012-02-18split device_t/softcdrochner
2010-06-13No need to include PCI header files in bus independent code.tsutsui
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-05Invert logic around nested pmf(9) registrations for readability.tsutsui
2008-11-07*** Summary ***dyoung
2008-04-08use aprint_*_dev and device_xnamecegger
2008-03-17Merge some changes from OpenBSD:xtraeme
2008-01-09Make sure BBP is ready before writing to itdegroote
2007-12-23Remove dead power handling code.joerg
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-10-21Fix a number of driver which doesn't check wep flag in *_tx_mgt.degroote
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-09-01Use bpf_mtap2().dyoung
2007-09-01Change a bazillion occurrences of code resembling this,dyoung
2007-08-26Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier todyoung
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-25Add powerhook for RT2560-based cardbus wireless adapters.jmcneill
2006-09-17Call rt2560_stop() from rt2560_detach(). Fixes a panic on detach of cardbusjmcneill
2006-06-18Remove IF_PREPEND() to comply with altq. I think the logic is safe to justrpaulo
2006-06-18When calling IF_DEQUEUE() check if the dequeued mbuf is NULL to complyrpaulo
2006-06-04Driver for Ralink chipsets RT2460A, RT2560, RT2561S, RT2561 and RT2661rpaulo