看板 DFBSD_commit 關於我們 聯絡資訊
commit 638601cad360b6d87119e466db37fe8fb4db0fba Author: Sascha Wildner <saw@online.de> Date: Thu Jun 10 21:49:05 2010 +0200 ath(4): Some cleanup regarding ether_sprintf(). We don't have it, but we can use kprintf("%6D", <addr>, ":") instead. Summary of changes: sys/dev/netif/ath/ath/if_ath.c | 21 +++++++++------------ sys/dev/netif/ath/hal/ah_osdep.c | 2 -- 2 files changed, 9 insertions(+), 14 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/638601cad360b6d87119e466db37fe8fb4db0fba -- DragonFly BSD source repository