Date: Fri, 6 Apr 2007 17:27:01 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 117526 for review Message-ID: <200704061727.l36HR1KE081460@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=117526 Change 117526 by sam@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; }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704061727.l36HR1KE081460>
