Date: Thu, 1 Feb 2007 13:15:51 GMT From: Sepherosa Ziehau <sephe@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 113826 for review Message-ID: <200702011315.l11DFp3v095598@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=113826 Change 113826 by sephe@sephe_zealot:sam_wifi on 2007/02/01 13:15:23 Fix comments Affected files ... .. //depot/projects/wifi/sys/net80211/ieee80211_scan.c#8 edit .. //depot/projects/wifi/sys/net80211/ieee80211_scan_sta.c#12 edit Differences ... ==== //depot/projects/wifi/sys/net80211/ieee80211_scan.c#8 (text+ko) ==== @@ -547,7 +547,7 @@ * we notify the ap we're in power save mode. When * the scan is complete we leave power save mode. * If any beacon indicates there are frames pending - *for us then we drop out of power save mode + * for us then we drop out of power save mode * (and background scan) automatically by way of the * usual sta power save logic. */ ==== //depot/projects/wifi/sys/net80211/ieee80211_scan_sta.c#12 (text+ko) ==== @@ -494,8 +494,8 @@ } } else { /* - * This lets ieee80211_scan_add_channels - * upgrade an 11b channel to 11g if available. + * This lets add_channels upgrade an 11b channel + * to 11g if available. */ if (mode == IEEE80211_MODE_11B) mode = IEEE80211_MODE_AUTO; @@ -1216,8 +1216,8 @@ } } else { /* - * This lets ieee80211_scan_add_channels - * upgrade an 11b channel to 11g if available. + * This lets add_channels upgrade an 11b channel + * to 11g if available. */ if (mode == IEEE80211_MODE_11B) mode = IEEE80211_MODE_AUTO;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702011315.l11DFp3v095598>