diff options
author | Kolekar, Abhijeet <abhijeet.kolekar@intel.com> | 2008-12-18 21:37:18 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-01-29 15:59:03 -0500 |
commit | 5747d47fb469613901e76a1380daf14901e76092 (patch) | |
tree | 0e870726ffbff966e06f374528459a364c77fc63 /drivers/net/wireless/iwlwifi/iwl-3945.c | |
parent | eaa686c37d12aac37f955eb7643a62370c84ee12 (diff) |
iwl3945: include iwl-core.h
Use iwl-core.h instead of iwl-3945-core.h.
Signed-off-by: Abhijeet Kolekar <abhijeet.kolekar@intel.com>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-3945.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-3945.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.c b/drivers/net/wireless/iwlwifi/iwl-3945.c index 14f0923a4751..8c40f669978e 100644 --- a/drivers/net/wireless/iwlwifi/iwl-3945.c +++ b/drivers/net/wireless/iwlwifi/iwl-3945.c | |||
@@ -38,11 +38,11 @@ | |||
38 | #include <asm/unaligned.h> | 38 | #include <asm/unaligned.h> |
39 | #include <net/mac80211.h> | 39 | #include <net/mac80211.h> |
40 | 40 | ||
41 | #include "iwl-3945-core.h" | ||
42 | #include "iwl-3945-fh.h" | 41 | #include "iwl-3945-fh.h" |
43 | #include "iwl-commands.h" | 42 | #include "iwl-commands.h" |
44 | #include "iwl-3945.h" | 43 | #include "iwl-3945.h" |
45 | #include "iwl-helpers.h" | 44 | #include "iwl-helpers.h" |
45 | #include "iwl-core.h" | ||
46 | #include "iwl-agn-rs.h" | 46 | #include "iwl-agn-rs.h" |
47 | 47 | ||
48 | #define IWL_DECLARE_RATE_INFO(r, ip, in, rp, rn, pp, np) \ | 48 | #define IWL_DECLARE_RATE_INFO(r, ip, in, rp, rn, pp, np) \ |