Date: Sat, 30 Jun 2007 21:39:21 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wi.c src/sys/net80211 ieee80211_scan.c ieee80211_scan.h Message-ID: <200706302139.l5ULdLP7096527@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2007-06-30 21:39:21 UTC FreeBSD src repository Modified files: sys/dev/wi if_wi.c sys/net80211 ieee80211_scan.c ieee80211_scan.h Log: Fix scanning issues since the new net80211 code went in - provide dummy routines for ic_scan_curchan and ic_scan_mindwell, we do not support those operations. - add ieee80211_scan_done() to tell the scanning module that all channels have been scanned. - pass IEEE80211_S_SCAN state off to net80211 so it can initiate scanning - fix overflow in the rates array - scale the rate value passed back from the firmware scan to the units that net80211 uses. Submitted by: Token Reviewed by: sam, avatar Approved by: re (kensmith) Revision Changes Path 1.210 +27 -10 src/sys/dev/wi/if_wi.c 1.3 +13 -10 src/sys/net80211/ieee80211_scan.c 1.3 +1 -0 src/sys/net80211/ieee80211_scan.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706302139.l5ULdLP7096527>