kernel-fxtec-pro1x/drivers/net/wireless
Reinette Chatre a0987a8d68 iwlwifi: rely on API version read from firmware
This adds the infrastructure to support older firmware APIs.
The API version number is stored as part of the filename, we first try to
load the most recent firmware and progressively try lower versions.
The API version is also read from the firmware self and stored as part
of the iwl_priv structure. Only firmware that is supported by driver will
be loaded. The version number read from firmware is compared
to supported versions in the driver not the API version used as part of
filename.

An example using this new infrastrucure:
   if (IWL_UCODE_API(priv->ucode_ver) >= 2) {
        Driver interacts with Firmware API version >= 2.
   } else {
        Driver interacts with Firmware API version 1.
   }

Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2008-12-05 09:35:56 -05:00
..
ath5k ath5k: enable combined michael mic in key cache 2008-12-05 09:32:13 -05:00
ath9k ath9k: Choose correct ANI calibration period 2008-12-05 09:35:50 -05:00
b43
b43legacy
hostap hostap: select required crypto bits in Kconfig 2008-12-05 09:32:10 -05:00
ipw2x00 wireless: clean up radiotap a bit 2008-12-05 09:32:59 -05:00
iwlwifi iwlwifi: rely on API version read from firmware 2008-12-05 09:35:56 -05:00
libertas wireless: clean up radiotap a bit 2008-12-05 09:32:59 -05:00
libertas_tf
orinoco orinoco: Provide option to avoid unnecessary fw caching 2008-11-26 09:47:47 -05:00
p54 p54: fix lm87 checksum endianness 2008-12-05 09:35:46 -05:00
prism54
rt2x00 rt2x00: Release rt2x00 2.2.3 2008-12-05 09:35:51 -05:00
rtl818x rtl8187: fix retry count passed in rtl8187_tx 2008-12-05 09:32:59 -05:00
zd1211rw
adm8211.c
adm8211.h
airo.c
airo.h
airo_cs.c
arlan-main.c
arlan-proc.c
arlan.h
atmel.c
atmel.h
atmel_cs.c
atmel_pci.c
i82586.h
i82593.h
Kconfig orinoco: Provide option to avoid unnecessary fw caching 2008-11-26 09:47:47 -05:00
mac80211_hwsim.c mac80211_hwsim: fix-up some print_mac merge damage 2008-11-26 09:47:52 -05:00
Makefile
netwave_cs.c
ray_cs.c
ray_cs.h
rayctl.h
rndis_wlan.c
strip.c
wavelan.c
wavelan.h
wavelan.p.h
wavelan_cs.c
wavelan_cs.h
wavelan_cs.p.h
wl3501.h
wl3501_cs.c
zd1201.c
zd1201.h