]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Change the hwmp debugging to use %6D rather than ether_sprintf().
authorAdrian Chadd <adrian@FreeBSD.org>
Sat, 21 Jan 2012 00:38:18 +0000 (00:38 +0000)
committerAdrian Chadd <adrian@FreeBSD.org>
Sat, 21 Jan 2012 00:38:18 +0000 (00:38 +0000)
commitf7c90cbb77952289b8fe113c2f23de6555ac1af6
tree810bd0639c425f45a29e7db2614c27232007a86d
parent6dfe0a3dc2420d3353e5dd64dfd494a4c36769f2
Change the hwmp debugging to use %6D rather than ether_sprintf().

This allows for multiple MAC addresses to be printed on the same
debugging line.  ether_sprintf() uses a static char buffer and
thus isn't very useful here.

Submitted by: Monthadar Al Jaberi <monthadar@gmail.com>
sys/net80211/ieee80211_hwmp.c