PERFORCE change 65289 for review

Sam Leffler sam at FreeBSD.org
Tue Nov 16 17:27:28 PST 2004


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

Change 65289 by sam at sam_ebb on 2004/11/17 01:27:05

	didn't mean to keep this...

Affected files ...

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

Differences ...

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

@@ -600,13 +600,6 @@
 		IEEE80211_NODE_STAT(ni, rx_ctrl);
 		ic->ic_stats.is_rx_ctl++;
 		if (ic->ic_opmode == IEEE80211_M_HOSTAP) {
-			/*
-			 * Check for power save state change.
-			 */
-			if (((wh->i_fc[1] & IEEE80211_FC1_PWR_MGT) ^
-			    (ni->ni_flags & IEEE80211_NODE_PWR_MGT)))
-				ieee80211_node_pwrsave(ni,
-					wh->i_fc[1] & IEEE80211_FC1_PWR_MGT);
 			switch (subtype) {
 			case IEEE80211_FC0_SUBTYPE_PS_POLL:
 				ieee80211_recv_pspoll(ic, ni, m);


More information about the p4-projects mailing list