- 18 Jul, 2003 2 commits
-
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
The joys of having several arches at my home lab, thanks to parisc this time.
-
- 17 Jul, 2003 4 commits
-
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
Also aimed at being moved to the core wireless extensions code.
-
Arnaldo Carvalho de Melo authored
To validade if a channel is OK in a specific regulatory domain, I prefixed it with iw_ as I plan to move this stuff to the main wireless extensions code, ditto for the next changeset, where I'll introduce iw_chan2freq and iw_default_channel.
-
- 16 Jul, 2003 4 commits
-
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
But I still didn't managed to change the channel on the firmware... will implement wl3501_set_mib_value...
-
Arnaldo Carvalho de Melo authored
also remove some unneeded casts.
-
- 15 Jul, 2003 3 commits
-
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
I.e. less magic numbers, also rename freq_domain to reg_domain, as in regulatory domain, as the atmel driver does, and that made me realize that this defines and the function that checks if a channel is valid in a regulatory domain should be moved to the wireless extensions (or some other place) common code.
-
Arnaldo Carvalho de Melo authored
-
- 09 Jul, 2003 1 commit
-
-
Arnaldo Carvalho de Melo authored
-
- 07 Jul, 2003 4 commits
-
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
Following what is in the 802.11 specs and doing experimentations.
-
- 06 Jul, 2003 4 commits
-
-
Arnaldo Carvalho de Melo authored
It never was used for anything meaningful, i.e. driver_state never is set to non zero.
-
Arnaldo Carvalho de Melo authored
it was only setting INFRA mode...
-
Arnaldo Carvalho de Melo authored
Also fix some loop variables use, one of which potentially is related to ADHOC not working, i.e. it was not being properly initialized, thanks to gcc 3.3.1 (pre-release) and this was caught...
-
Arnaldo Carvalho de Melo authored
will be back in some way with iwpriv support.
-
- 02 Jul, 2003 2 commits
-
-
Arnaldo Carvalho de Melo authored
Will get back to this at some point.
-
Arnaldo Carvalho de Melo authored
It turns out that the first implementation of get_encode was right wrt checking WL3501_MIB_ATTR_PRIV_OPT_IMPLEMENTED, according to the "802.12 Wireless Networks - The Definitive Guide" O'Reilly book, so, put it back in.
-
- 01 Jul, 2003 9 commits
-
-
Arnaldo Carvalho de Melo authored
. collect statistics in wl3501_get_wireless_stats . WL3501_MIB_ATTR_PRIV_OPT_IMPLEMENTED doesn't seems to be related to WEP, remove its test in get_encode
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
Now to study how to enable power management.
-
Arnaldo Carvalho de Melo authored
. Well, this is just for completeness, as with this specific firmware in the cards I have WEP is not implemented... This is the information for the cards I have (tested just one but I doubt the others have WEP...): Card Name: OEM WLAN/WPCMCIA Firmware Date: 02.00.06 01/07/2000 12:13:49
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
. Using the MIB in the card I'm now able to find lots of useful information that will get used in more support for wireless extensions. . Also some cleanups wrt ifdefing the code not yet used to write into the flash of this card and some more messages tidy up.
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
This time from work done by Heiko Kirschke, and also do some simplification wrt access to ->addr4 in tx headers, i.e. use offsetoff and do just one wl3501_set_to_wla in wl3501_send_pkt.
-
- 30 Jun, 2003 7 commits
-
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
Information collected from another driver source found on the net for this hardware, written by magyver@zcom.com.tw, that I'm reading to find more information about this hardware, coalescing several efforts to have a driver for this card.
-
Arnaldo Carvalho de Melo authored
Now the sensitivity information in iwconfig is dinamically updated.
-
Arnaldo Carvalho de Melo authored
With this we can finally select in a sane way the channel to use, selectable thru wireless extensions/iwconfig interface freq nr_channel :-)
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
. The real BSSID is after the first two bytes, that is why this->bssid has 34 chars when IW_ESSID_MAX_SIZE is just 32... . Include some debug, selectable with the pc_debug kernel module parameter, that is turned off by default.
-
Arnaldo Carvalho de Melo authored
-