PERFORCE change 39848 for review

Sam Leffler sam at FreeBSD.org
Fri Oct 17 11:08:55 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=39848

Change 39848 by sam at sam_ebb on 2003/10/17 11:08:42

	add debug msg for tx frames discarded when encapsulating

Affected files ...

.. //depot/projects/netperf/sys/net80211/ieee80211_output.c#8 edit

Differences ...

==== //depot/projects/netperf/sys/net80211/ieee80211_output.c#8 (text+ko) ====

@@ -171,6 +171,9 @@
 			 * multicast/broadcast frame.
 			 */
 			if (!IEEE80211_IS_MULTICAST(eh.ether_dhost)) {
+				IEEE80211_DPRINTF(("%s: no node for dst %s, "
+					"discard frame", __func__,
+					ether_sprintf(eh.ether_dhost)));
 				ic->ic_stats.is_tx_nonode++; 
 				goto bad;
 			}


More information about the p4-projects mailing list