PERFORCE change 117526 for review

Sam Leffler sam at FreeBSD.org
Fri Apr 6 17:27:02 UTC 2007


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

Change 117526 by sam at sam_ebb on 2007/04/06 17:26:12

	remove dup code from mis-merge

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_node.c#90 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_node.c#90 (text+ko) ====

@@ -957,15 +957,6 @@
 		}
 		/* XXX not right for 802.1x/WPA */
 		ieee80211_node_authorize(ni);
-		if (ic->ic_opmode == IEEE80211_M_AHDEMO) {
-			/*
-			 * Blindly propagate capabilities based on the
-			 * local configuration.  In particular this permits
-			 * us to use QoS to disable ACK's.
-			 */
-			if (ic->ic_flags & IEEE80211_F_WME)
-				ni->ni_flags |= IEEE80211_NODE_QOS;
-		}
 	}
 	return ni;
 }


More information about the p4-projects mailing list