git: wlan - Convert low level if_ath driver.

看板DFBSD_commit作者時間15年前 (2010/09/08 04:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1CXg570x (DFBSD_commit)