From: jar_at_pcuf.fi
Date: 2002-06-11 21:03:29 UTC
I use the latest hostap_cs.o driver and I give module parameters;
iw_mode=1
essid=WLAN channel=13. Iwconfig shows that the frequency is 2.457 GHz.
Should the channel=13 give the frequency 2.484 GHz
The frequences in prism.c are listed below.
freq_list[] = { 2412, 2417, 2422, 2427, 2432, 2437, 2442,
2447, 2452, 2457, 2462, 2467, 2472, 2484 };
^^^^ => ch=10 ???
Is first channel 0 and last 13 ?
Is channel=0 --> 2412 GHz ?
What channel corresponds to 2484 GHz ?