iwlwifi: drop non-production PCI-IDs
Remove the support for all the PCI_IDs never make into production Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
0924e519a3
commit
740e7f51c2
@@ -927,13 +927,11 @@ enum iwl_access_mode {
|
||||
/**
|
||||
* enum iwl_pa_type - Power Amplifier type
|
||||
* @IWL_PA_SYSTEM: based on uCode configuration
|
||||
* @IWL_PA_HYBRID: use both Internal and external PA
|
||||
* @IWL_PA_INTERNAL: use Internal only
|
||||
*/
|
||||
enum iwl_pa_type {
|
||||
IWL_PA_SYSTEM = 0,
|
||||
IWL_PA_HYBRID = 1,
|
||||
IWL_PA_INTERNAL = 2,
|
||||
IWL_PA_INTERNAL = 1,
|
||||
};
|
||||
|
||||
/* interrupt statistics */
|
||||
|
Reference in New Issue
Block a user