summaryrefslogtreecommitdiff
path: root/sys/dev/ic/atw.c
AgeCommit message (Expand)Author
2021-09-21don't opencode kauth_cred_get()christos
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
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
2019-02-05 Remove very old IFF_NOTRAILERS flag.msaitoh
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
2017-10-23- Free resources correctly on some errors in atw_attach().msaitoh
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-01-26PR/50692: David Binderman: Set the right wake up bits.christos
2013-11-22Put back and properly mark a variable which is used iff ATW_DEBUG.riz
2013-10-17- remove unused variableschristos
2013-09-14Don't include atw_hw_decrypted, it is not used. Keep it forjoerg
2011-04-02Fix misplaced parenthesis. From henning.petersen@t-online.de, thanks.mbalmer
2010-11-13Include sys/proc.h for curproc.uebayasi
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2010-01-08Expand PMF_FN_* macros.dyoung
2009-11-12Simplify activation hook.dyoung
2009-09-16In pmf(9), improve the implementation of device self-suspensiondyoung
2009-09-13Experimental support for fragmentation and RTS/CTS.dyoung
2009-09-05Invert logic around nested pmf(9) registrations for readability.tsutsui
2009-05-26Wrap some long lines. No functional change intended.dyoung
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-11-07*** Summary ***dyoung
2008-07-09- device/softc splitjoerg
2008-04-30Make various bits of debug code compile again.ad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-08use aprint_*_dev and device_xnamecegger
2008-03-11Prepare for PMF self-suspension: in the if_stop() methods, cleardyoung
2008-03-07Use device_t and accessors. Use PMF instead of legacy powerdyoung
2007-11-16Count received frames, Rx PLCP errors, Rx FCS (CRC32) errors, anddyoung
2007-11-16Cosmetic: rename some variables and constants. Move some constantsdyoung
2007-11-16Replace some magic numbers with HFA3861A register names.dyoung
2007-11-15Use __arraycount().dyoung
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-09-29s/NPBFILTER/NBPFILTER/ in some #endif comments. No functional change.scw
2007-09-01Change a bazillion occurrences of code resembling this,dyoung
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-24fix spelling of accommodate; from Zapher.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-11-13Stop using typeof() in the bit-twiddling macros, per yamt@'sdyoung