android_kernel_samsung_msm8976/drivers/net/wireless
Dan Williams 41480af27a [PATCH] wireless/airo: WEXT and quality corrections
This patch brings the airo driver into line with the current
WEXT specification of signal quality.  It also fixes the values
used to determine signal quality and level for MPI & PCMCIA 350
cards.  It turns out that BSSListRid.rssi was actually in dBm
for 350 series cards, and that we can use the normalized
signal strength reported by the card as our "quality" value, on
a scale of 0 - 100.  Since signal level values are in dBm for
this driver, max_qual->level MUST be 0, as specified in the WEXT
spec.  This patch also uses the IW_QUAL constants new in WEXT
version 17.

Signed-off-by: Dan Williams <dcbw@redhat.com>
2005-05-15 18:20:57 -04:00
..
prism54 [PATCH] u32 vs. pm_message_t fixes for drivers/net 2005-04-16 15:25:25 -07:00
airo.c [PATCH] wireless/airo: WEXT and quality corrections 2005-05-15 18:20:57 -04:00
airo_cs.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
airport.c [PATCH] u32 vs. pm_message_t fixes for drivers/net 2005-04-16 15:25:25 -07:00
arlan-main.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
arlan-proc.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
arlan.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atmel.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atmel.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atmel_cs.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atmel_pci.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hermes.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hermes.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hermes_rid.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
i82586.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
i82593.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ieee802_11.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Kconfig Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
netwave_cs.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
orinoco.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
orinoco.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
orinoco_cs.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
orinoco_pci.c [PATCH] u32 vs. pm_message_t fixes for drivers/net 2005-04-16 15:25:25 -07:00
orinoco_plx.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
orinoco_tmd.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ray_cs.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ray_cs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
rayctl.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
README Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
strip.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
todo.txt Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wavelan.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wavelan.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wavelan.p.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wavelan_cs.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wavelan_cs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wavelan_cs.p.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wl3501.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wl3501_cs.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00

	README
	------

	This directory is mostly for Wireless LAN drivers, in their
various incarnations (ISA, PCI, Pcmcia...).
	This separate directory is needed because a lot of driver work
on different bus (typically PCI + Pcmcia) and share 95% of the
code. This allow the code and the config options to be in one single
place instead of scattered all over the driver tree, which is never
100% satisfactory.

	Note : if you want more info on the topic of Wireless LANs,
you are kindly invited to have a look at the Wireless Howto :
		http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
	Some Wireless LAN drivers, like orinoco_cs, require the use of
Wireless Tools to be configured :
		http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html

	Special notes for distribution maintainers :
	1) wvlan_cs will be discontinued soon in favor of orinoco_cs
	2) Please add Wireless Tools support in your scripts

	Have fun...

	Jean