summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rt2661.c
AgeCommit message (Expand)Author
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-06-26 bpf_mtap*() before ieee80211_encap() should be bpf_mtap() rather thanmsaitoh
2018-05-01GC private 802.11 rateset declarations, use the standard ones.maya
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
2015-01-07Pass a correct firmware size (instead of 0) to firmware_freeozaki-r
2012-02-18split device_t/softcdrochner
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-29Pull in some more changes from OpenBSD:scw
2008-04-08use aprint_*_dev and device_xnamecegger
2008-03-17Merge some changes from OpenBSD:xtraeme
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-29- Fix bpf radiotap: s/NPBFILTER/NBPFILTER/scw
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-07-04Add missing semicolon.rpaulo
2006-07-04Coverity CID 3805: Close the firmware_handle on error and avoid leaks.rpaulo
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-09Revert previous. Wrong way of doing things...rpaulo
2006-06-08Bring the following change from OpenBSD:rpaulo
2006-06-08Rename sta variable. Pointed out by Havard Eidnes and Juergen Hannken-Illjes.rpaulo
2006-06-06Oops, missing arg to firmware_free.rpaulo
2006-06-05Don't leak memory on error.rpaulo
2006-06-05Add missing firmware_close().rpaulo
2006-06-04Driver for Ralink chipsets RT2460A, RT2560, RT2561S, RT2561 and RT2661rpaulo