DragonFly commits List (threaded) for 2010-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: wlan - Convert low level if_ath driver.
commit a311f6cd04a3d45400693ac597045b745ea39a74
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Tue Sep 7 13:25:40 2010 -0700
wlan - Convert low level if_ath driver.
* Ripout old lock API.
* Use the new wlan_serialize_enter/exit and &wlan_global_serializer.
Summary of changes:
sys/dev/netif/ath/ath/if_ath.c | 411 +++++++++++++++++--------------
sys/dev/netif/ath/ath/if_ath_pci.c | 25 ++-
sys/dev/netif/ath/ath/if_athvar.h | 34 ---
sys/dev/netif/ath/hal/ah_osdep.c | 32 ++-
sys/dev/netif/ath/rate_amrr/amrr.c | 36 ++-
sys/dev/netif/ath/rate_onoe/onoe.c | 37 ++-
sys/dev/netif/ath/rate_sample/sample.c | 71 ++++--
7 files changed, 363 insertions(+), 283 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a311f6cd04a3d45400693ac597045b745ea39a74
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]