From: Matthew Dillon Date: Tue, 7 Sep 2010 20:28:36 +0000 (-0700) Subject: wlan - cleanup X-Git-Tag: v2.9.0~268 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/6357843ee754cf8762634218f62a683fb4482476 wlan - cleanup * Remove some debugging. --- diff --git a/sys/netproto/802_11/wlan/ieee80211_proto.c b/sys/netproto/802_11/wlan/ieee80211_proto.c index 0337c54278..8f09f54ec9 100644 --- a/sys/netproto/802_11/wlan/ieee80211_proto.c +++ b/sys/netproto/802_11/wlan/ieee80211_proto.c @@ -1131,7 +1131,6 @@ update_channel_task(void *arg, int npending) void ieee80211_waitfor_parent(struct ieee80211com *ic) { - print_backtrace(-1); wlan_assert_serialized(); wlan_serialize_exit(); /* exit to block */ taskqueue_block(ic->ic_tq);