PERFORCE change 113826 for review
Sepherosa Ziehau
sephe at FreeBSD.org
Thu Feb 1 13:15:55 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=113826
Change 113826 by sephe at 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;
More information about the p4-projects
mailing list