History log of /dflybsd-src/sys/dev/netif/wpi/if_wpivar.h (Results 1 – 9 of 9)
Revision Date Author Comments
# aaa67c6a 24-May-2016 Matthew Dillon <dillon@apollo.backplane.com>

wlan - Fix lockstatus debugging

* Fix lockstatus debugging (was missing 'curthread' arg).


# 7370bffc 23-May-2016 Matthew Dillon <dillon@apollo.backplane.com>

wlan - Sync dev/netif/wpi from FreeBSD

* Sync dev/netif/wpi from FreeBSD, fbsd git dd885b9a0a0e, May 11 2016.

* Straight re-port from FreeBSD using new infrastructure, with DragonFly
mods.


# d0c50e91 29-Jan-2015 Johannes Hofmann <johannes.hofmann@gmx.de>

kernel/wpi - Report wpi from FreeBSD

* Report wpi from FreeBSD as of FreeBSD git revision d692929f2


# 81c64c9b 08-Sep-2010 Joe Talbott <josepht@dragonflybsd.org>

wpi - Convert to wlan_global_serializer use.

* Rip out old locking inherited from FreeBSD
* Use wlan_serialize_{enter,exit}() to serialize wlan boundary crossings
per sys/netproto/802_11/README.DR

wpi - Convert to wlan_global_serializer use.

* Rip out old locking inherited from FreeBSD
* Use wlan_serialize_{enter,exit}() to serialize wlan boundary crossings
per sys/netproto/802_11/README.DRAGONFLY
* Clean up some minor cruft left over from porting.

show more ...


# 512f8059 31-Aug-2010 Sascha Wildner <saw@online.de>

wpi(4): sc is no longer used for locking (fixes LINT).


# 1a657da7 29-Aug-2010 Joe Talbott <josepht@dragonflybsd.org>

wpi - Convert to use wlan_token.


# dad604b8 17-Jun-2010 Joe Talbott <josepht@dragonflybsd.org>

wpi - Include struct arpcom as first entry in struct wpi_softc

As indicated by the comment preceeding the definition of struct ifnet
all ethernet drivers softc structures should start with a struct

wpi - Include struct arpcom as first entry in struct wpi_softc

As indicated by the comment preceeding the definition of struct ifnet
all ethernet drivers softc structures should start with a struct
arpcom.

show more ...


# f37bbeda 03-Jun-2010 Sascha Wildner <saw@online.de>

Add wpi(4) to LINT and fix a warning.


# 4db7dd1b 19-May-2010 Joe Talbott <josepht@dragonflybsd.org>

if_wpi - Port of FreeBSD's wpi driver for Intel 3945ABG Wifi adapters.