commit | a1175124f34a4b859b5064efb84a197e4f6794a6 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Jan 21 06:21:10 2010 -0800 |
committer | Reinette Chatre <reinette.chatre@intel.com> | Tue Mar 09 16:03:13 2010 -0800 |
tree | 878c5965a18c27c61007be9d668f9e3aa8b3f554 | |
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>