summaryrefslogtreecommitdiff
path: root/sys/dev/ic/awi.c
AgeCommit message (Expand)Author
2020-01-29Adopt <net/if_stats.h>.thorpej
2019-12-05 Remove SIOC[GS]IFMEDIA because ieee80211_ioctl() does the same thing.msaitoh
2019-05-28 Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.msaitoh
2019-05-23-No functional change:msaitoh
2019-04-26No 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-06-23constifymaxv
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-26Use M_GETCTXozaki-r
2012-10-27split device_t/softc for all remaining drivers.chs
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-11-12Simplify activation hook. Replace each use of sc_invalid by eitherdyoung
2009-09-15To ease a future device_t/softc split, se device_private() insteaddyoung
2009-09-15unifdef -D__NetBSD__ -U__FreeBSD__.dyoung
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2008-11-07*** Summary ***dyoung
2008-05-16Remove some #ifdef __FreeBSD__ code.dyoung
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-08use aprint_*_dev and device_xnamecegger
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-26Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier todyoung
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-10-04prevent empty body in if.christos
2006-09-24Add "name" parameter to powerhook_establish, to aid debugging. No objectionsjmcneill
2006-08-28add missing initializerchristos
2006-04-14Coverity CID 726: Remove bogus test. ni was checked for not NULL lines above,christos
2005-12-11merge ktrace-lwp.christos
2005-06-22Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9)dyoung
2005-02-27nuke trailing whitespaceperry
2004-10-30When adding/deleting multicast addresses, only whack the addressthorpej
2004-08-10Make the node table into an LRU cache: least-recently used nodesdyoung
2004-07-23Cleanup of ieee80211_node from madwifi:mycroft
2004-07-23IEEE80211_F_WEPON -> IEEE80211_F_PRIVACYmycroft
2004-01-16Do not return EINPROGRESS but 0 in awi_newstate, since the EINPROGRESSonoe
2004-01-15Correct beacon (src/bssid) for hostap and adhoc mode.onoe
2004-01-15Fix: panic when rate is specified but chan is left unspecified.onoe
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz
2003-11-02Use ieee80211_find_rxnode to attribute Rx packets to the writedyoung
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-10-15Re-order a little so that there's no unreachable code in this block.simonb
2003-10-13Adapt awi(4) to the new 802.11 layer.dyoung
2003-07-06Still more consolidation of 802.11 media-handling, moving movingdyoung
2003-02-25Add support for Prism monitor mode. From Kevin Laheydyoung
2003-01-18Merge the nathanw_sa branch.thorpej