PERFORCE change 80726 for review

Sam Leffler sam at FreeBSD.org
Fri Jul 22 00:35:31 GMT 2005


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

Change 80726 by sam at sam_ebb on 2005/07/22 00:34:52

	include calculated max rate in assoc failure diag so one
	can diagnose pureg rejections

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_input.c#55 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_input.c#55 (text+ko) ====

@@ -2473,9 +2473,9 @@
 		if ((rate & IEEE80211_RATE_BASIC) ||
 		    ((ic->ic_flags & IEEE80211_F_PUREG) && rate < 48)) {
 			IEEE80211_DPRINTF(ic, IEEE80211_MSG_ANY,
-			    "[%s] deny %s request, rate set mismatch\n",
+			    "[%s] deny %s request, rate set mismatch, rate 0x%x\n",
 			    ether_sprintf(wh->i_addr2),
-			    reassoc ? "reassoc" : "assoc");
+			    reassoc ? "reassoc" : "assoc", rate);
 			IEEE80211_SEND_MGMT(ic, ni, resp,
 				IEEE80211_STATUS_BASIC_RATE);
 			ieee80211_node_leave(ic, ni);


More information about the p4-projects mailing list