summaryrefslogtreecommitdiff
path: root/sys/dev/ic/bwi.c
AgeCommit message (Expand)Author
2018-12-22Replace: M_COPY_PKTHDR -> m_copy_pkthdr. No functional change, since themaxv
2018-07-25 Initialize some members in a mbuf which is on stack.msaitoh
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2017-10-23 If if_initialize() failed in the attach function, return.msaitoh
2017-07-29Check for M_EXT in m->m_flags, whether m is NULL, after MCLGET.riastradh
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-03-02PR/50882: David Binderman: Remove redundant code.christos
2015-04-10Fix a double free. "Suggested" by Brainy.maxv
2015-01-07Pass a correct firmware size (instead of 0) to firmware_freeozaki-r
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2013-10-17- remove unused variableschristos
2012-04-25Fix alignment and endian bugs observed on sparc64.nakayama
2012-04-14Remove duplicate code.nakayama
2012-04-12- Add pmf(9) suspend, resume to bwi(4) cardbus front end.nakayama
2012-03-15Fix array overflow, found by gcc -O3.bouyer
2011-10-10Kill local definition of __unused attribute.njoly
2011-01-28Don't BWI_DEBUG by default + comment cleanup.pooka
2010-04-16#include <sys/bus.h> instead of <machine/bus.h>. No functional changedyoung
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-07-25use __arraycount, kill N() macro.cegger
2009-04-26device_t/softc splitcegger
2009-04-23Add power hooks. Proposed a couple of days ago on tech-kern@, nokefren
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2009-02-23I smell rotting code. (Give a chance to the user to at least set the flagscube
2009-01-10use new exported constants from net80211.cegger
2009-01-10BCM4328 has MAC rev 12.cegger
2009-01-09Fix previous screwup.macallan
2009-01-09A driver for Broadcom BCM4302 wlan controllers, otherwise known asmacallan