2 Jul 2006 08:58
revision 1661 committed
Kel Modderman <svn-commits <at> madwifi.org>
2006-07-02 06:58:53 GMT
2006-07-02 06:58:53 GMT
Project : madwifi
Revision : 1661
Author : kelmo (Kel Modderman)
Date : 2006-07-02 08:58:47 +0200 (Sun, 02 Jul 2006)
Log Message :
There is a lack of hard information as to why ad-hoc has been limited
to channels 10 and 11, although there is a suggestion that this is
possibly the remenants of an old standard for ad-hoc usage. Replace
the table of channels used by ad-hoc mode with that used when in
station mode.
Closes ticket #623
Signed-off-by: Ian M Rawley <imr1 <at> waikato.ac.nz>
Affected Files:
* trunk/net80211/ieee80211_scan_sta.c updated
Modified: trunk/net80211/ieee80211_scan_sta.c
===================================================================
--- trunk/net80211/ieee80211_scan_sta.c 2006-06-30 02:23:09 UTC (rev 1660)
+++ trunk/net80211/ieee80211_scan_sta.c 2006-07-02 06:58:47 UTC (rev 1661)
<at> <at> -1169,7 +1169,7 <at> <at>
* of channels for scanning. Any channels in the ordered
* list not in the master list will be discarded.
*/
- for (scan = adhocScanTable; scan->list != NULL; scan++) {
+ for (scan = staScanTable; scan->list != NULL; scan++) {
mode = scan->mode;
(Continue reading)
RSS Feed