]> git.baikalelectronics.ru Git - kernel.git/commit
iwlagn: don't check ucode subtype
authorJohannes Berg <johannes.berg@intel.com>
Mon, 6 Jun 2011 16:41:15 +0000 (09:41 -0700)
committerWey-Yi Guy <wey-yi.w.guy@intel.com>
Sat, 11 Jun 2011 14:09:09 +0000 (07:09 -0700)
commitea7d96379dfe2851698516d8223fce4a7738aabc
tree73bf39a66c32e2764bfd354cae90f05d9599052d
parente2207f54ce80f2a95f719997b79967824c1e70e8
iwlagn: don't check ucode subtype

The ucode subtypes keep changing, and there's no
particular reason to be checking them (other than
a paranoid sanity check). Since the numbers are
also in conflict between different ucode images
now, simply don't check them any more and rely on
the images being built correctly.

Also, to indicate that, rename the constants and
the enum, moving it to a different file.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
drivers/net/wireless/iwlwifi/iwl-agn-ucode.c
drivers/net/wireless/iwlwifi/iwl-agn.c
drivers/net/wireless/iwlwifi/iwl-agn.h
drivers/net/wireless/iwlwifi/iwl-commands.h
drivers/net/wireless/iwlwifi/iwl-debugfs.c
drivers/net/wireless/iwlwifi/iwl-dev.h
drivers/net/wireless/iwlwifi/iwl-sv-open.c