PERFORCE change 135739 for review

Sam Leffler sam at FreeBSD.org
Tue Feb 19 19:25:29 UTC 2008


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

Change 135739 by sam at sam_ebb on 2008/02/19 19:25:18

	correct handling of active media status on vaps

Affected files ...

.. //depot/projects/vap/sys/net80211/ieee80211.c#24 edit

Differences ...

==== //depot/projects/vap/sys/net80211/ieee80211.c#24 (text+ko) ====

@@ -1253,6 +1253,8 @@
 			vap->iv_bss->ni_txrate, mode);
 	} else
 		imr->ifm_active |= IFM_AUTO;
+	if (imr->ifm_status & IFM_ACTIVE)
+		imr->ifm_current = imr->ifm_active;
 }
 
 /*


More information about the p4-projects mailing list