Commit cebcbd75 authored by Johannes Berg's avatar Johannes Berg Committed by John W. Linville

iwlagn: rename iwl-pci.h to iwl-cfg.h

There's nothing PCI(E) specific in this file.
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent c01a4047
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
#include "iwl-helpers.h" #include "iwl-helpers.h"
#include "iwl-agn-hw.h" #include "iwl-agn-hw.h"
#include "iwl-shared.h" #include "iwl-shared.h"
#include "iwl-pci.h" #include "iwl-cfg.h"
/* Highest firmware API version supported */ /* Highest firmware API version supported */
#define IWL1000_UCODE_API_MAX 6 #define IWL1000_UCODE_API_MAX 6
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
#include "iwl-agn-hw.h" #include "iwl-agn-hw.h"
#include "iwl-6000-hw.h" #include "iwl-6000-hw.h"
#include "iwl-shared.h" #include "iwl-shared.h"
#include "iwl-pci.h" #include "iwl-cfg.h"
/* Highest firmware API version supported */ /* Highest firmware API version supported */
#define IWL2030_UCODE_API_MAX 6 #define IWL2030_UCODE_API_MAX 6
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
#include "iwl-5000-hw.h" #include "iwl-5000-hw.h"
#include "iwl-trans.h" #include "iwl-trans.h"
#include "iwl-shared.h" #include "iwl-shared.h"
#include "iwl-pci.h" #include "iwl-cfg.h"
/* Highest firmware API version supported */ /* Highest firmware API version supported */
#define IWL5000_UCODE_API_MAX 5 #define IWL5000_UCODE_API_MAX 5
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
#include "iwl-6000-hw.h" #include "iwl-6000-hw.h"
#include "iwl-trans.h" #include "iwl-trans.h"
#include "iwl-shared.h" #include "iwl-shared.h"
#include "iwl-pci.h" #include "iwl-cfg.h"
/* Highest firmware API version supported */ /* Highest firmware API version supported */
#define IWL6000_UCODE_API_MAX 4 #define IWL6000_UCODE_API_MAX 4
......
...@@ -64,11 +64,10 @@ ...@@ -64,11 +64,10 @@
#define __iwl_pci_h__ #define __iwl_pci_h__
/* This file includes the declaration that are internal to the PCI /*
* implementation of the bus layer * This file declares the config structures for all devices.
*/ */
/* configuration for the _agn devices */
extern struct iwl_cfg iwl5300_agn_cfg; extern struct iwl_cfg iwl5300_agn_cfg;
extern struct iwl_cfg iwl5100_agn_cfg; extern struct iwl_cfg iwl5100_agn_cfg;
extern struct iwl_cfg iwl5350_agn_cfg; extern struct iwl_cfg iwl5350_agn_cfg;
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
#include "iwl-shared.h" #include "iwl-shared.h"
#include "iwl-trans.h" #include "iwl-trans.h"
#include "iwl-csr.h" #include "iwl-csr.h"
#include "iwl-pci.h" #include "iwl-cfg.h"
/* PCI registers */ /* PCI registers */
#define PCI_CFG_RETRY_TIMEOUT 0x041 #define PCI_CFG_RETRY_TIMEOUT 0x041
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment