diff options
author | Johannes Berg <johannes.berg@intel.com> | 2010-01-21 09:21:10 -0500 |
---|---|---|
committer | Reinette Chatre <reinette.chatre@intel.com> | 2010-03-09 19:03:13 -0500 |
commit | a1175124f34a4b859b5064efb84a197e4f6794a6 (patch) | |
tree | 878c5965a18c27c61007be9d668f9e3aa8b3f554 /drivers/net/wireless/iwlwifi/iwl-5000.c | |
parent | eff66c519e8087e18526a6e0c5ee3dd1de1bc792 (diff) |
iwlagn: move ICT code into separate file
All the ICT ISR code is iwlagn specific, and doesn't
need to be in iwlcore. So create a new iwl-agn.h
header file that will hold agn specific function
declarations etc., and move the ICT code into a new
iwl-agn-ict.c file that is linked into iwlagn. This
also gets rid of exporting those symbols.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-5000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-5000.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-5000.c b/drivers/net/wireless/iwlwifi/iwl-5000.c index e476acb53aa7..f59628c1c1ce 100644 --- a/drivers/net/wireless/iwlwifi/iwl-5000.c +++ b/drivers/net/wireless/iwlwifi/iwl-5000.c | |||
@@ -43,6 +43,7 @@ | |||
43 | #include "iwl-io.h" | 43 | #include "iwl-io.h" |
44 | #include "iwl-sta.h" | 44 | #include "iwl-sta.h" |
45 | #include "iwl-helpers.h" | 45 | #include "iwl-helpers.h" |
46 | #include "iwl-agn.h" | ||
46 | #include "iwl-agn-led.h" | 47 | #include "iwl-agn-led.h" |
47 | #include "iwl-5000-hw.h" | 48 | #include "iwl-5000-hw.h" |
48 | #include "iwl-6000-hw.h" | 49 | #include "iwl-6000-hw.h" |