Commit 3e0d4cb1 authored by Tomas Winkler's avatar Tomas Winkler Committed by John W. Linville

iwlwifi: rename iwl-4965.h to iwl-dev.h

This patch renames iwl-4965.h to iwl-dev.h
Signed-off-by: default avatarTomas Winkler <tomas.winkler@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 5a36ba0e
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
/* /*
* Please use this file (iwl-4965-hw.h) only for hardware-related definitions. * Please use this file (iwl-4965-hw.h) only for hardware-related definitions.
* Use iwl-commands.h for uCode API definitions. * Use iwl-commands.h for uCode API definitions.
* Use iwl-4965.h for driver implementation definitions. * Use iwl-dev.h for driver implementation definitions.
*/ */
#ifndef __iwl_4965_hw_h__ #ifndef __iwl_4965_hw_h__
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#include "../net/mac80211/rate.h" #include "../net/mac80211/rate.h"
#include "iwl-4965.h" #include "iwl-dev.h"
#include "iwl-core.h" #include "iwl-core.h"
#include "iwl-helpers.h" #include "iwl-helpers.h"
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#ifndef __iwl_4965_rs_h__ #ifndef __iwl_4965_rs_h__
#define __iwl_4965_rs_h__ #define __iwl_4965_rs_h__
#include "iwl-4965.h" #include "iwl-dev.h"
struct iwl4965_rate_info { struct iwl4965_rate_info {
u8 plcp; /* uCode API: IWL_RATE_6M_PLCP, etc. */ u8 plcp; /* uCode API: IWL_RATE_6M_PLCP, etc. */
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#include <asm/unaligned.h> #include <asm/unaligned.h>
#include "iwl-eeprom.h" #include "iwl-eeprom.h"
#include "iwl-4965.h" #include "iwl-dev.h"
#include "iwl-core.h" #include "iwl-core.h"
#include "iwl-io.h" #include "iwl-io.h"
#include "iwl-helpers.h" #include "iwl-helpers.h"
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#include <asm/unaligned.h> #include <asm/unaligned.h>
#include "iwl-eeprom.h" #include "iwl-eeprom.h"
#include "iwl-4965.h" #include "iwl-dev.h"
#include "iwl-core.h" #include "iwl-core.h"
#include "iwl-io.h" #include "iwl-io.h"
#include "iwl-helpers.h" #include "iwl-helpers.h"
......
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
#include <linux/kernel.h> #include <linux/kernel.h>
#include <net/mac80211.h> #include <net/mac80211.h>
#include "iwl-4965.h" #include "iwl-dev.h"
#include "iwl-core.h" #include "iwl-core.h"
#include "iwl-calib.h" #include "iwl-calib.h"
#include "iwl-eeprom.h" #include "iwl-eeprom.h"
......
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
#include <net/mac80211.h> #include <net/mac80211.h>
#include "iwl-eeprom.h" #include "iwl-eeprom.h"
#include "iwl-core.h" #include "iwl-core.h"
#include "iwl-4965.h" #include "iwl-dev.h"
#ifdef CONFIG_IWLWIFI_RUN_TIME_CALIB #ifdef CONFIG_IWLWIFI_RUN_TIME_CALIB
void iwl_chain_noise_calibration(struct iwl_priv *priv, void iwl_chain_noise_calibration(struct iwl_priv *priv,
......
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
/* /*
* Please use this file (iwl-commands.h) only for uCode API definitions. * Please use this file (iwl-commands.h) only for uCode API definitions.
* Please use iwl-4965-hw.h for hardware-related definitions. * Please use iwl-4965-hw.h for hardware-related definitions.
* Please use iwl-4965.h for driver implementation definitions. * Please use iwl-dev.h for driver implementation definitions.
*/ */
#ifndef __iwl4965_commands_h__ #ifndef __iwl4965_commands_h__
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
struct iwl_priv; /* FIXME: remove */ struct iwl_priv; /* FIXME: remove */
#include "iwl-debug.h" #include "iwl-debug.h"
#include "iwl-eeprom.h" #include "iwl-eeprom.h"
#include "iwl-4965.h" /* FIXME: remove */ #include "iwl-dev.h" /* FIXME: remove */
#include "iwl-core.h" #include "iwl-core.h"
#include "iwl-io.h" #include "iwl-io.h"
#include "iwl-rfkill.h" #include "iwl-rfkill.h"
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#include <net/mac80211.h> #include <net/mac80211.h>
#include "iwl-4965.h" #include "iwl-dev.h"
#include "iwl-debug.h" #include "iwl-debug.h"
#include "iwl-core.h" #include "iwl-core.h"
#include "iwl-io.h" #include "iwl-io.h"
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
* *
*****************************************************************************/ *****************************************************************************/
/* /*
* Please use this file (iwl-4965.h) for driver implementation definitions. * Please use this file (iwl-dev.h) for driver implementation definitions.
* Please use iwl-commands.h for uCode API definitions. * Please use iwl-commands.h for uCode API definitions.
* Please use iwl-4965-hw.h for hardware-related definitions. * Please use iwl-4965-hw.h for hardware-related definitions.
*/ */
......
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
#include <net/mac80211.h> #include <net/mac80211.h>
#include "iwl-commands.h" #include "iwl-commands.h"
#include "iwl-4965.h" #include "iwl-dev.h"
#include "iwl-core.h" #include "iwl-core.h"
#include "iwl-debug.h" #include "iwl-debug.h"
#include "iwl-eeprom.h" #include "iwl-eeprom.h"
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include <linux/version.h> #include <linux/version.h>
#include <net/mac80211.h> #include <net/mac80211.h>
#include "iwl-4965.h" /* FIXME: remove */ #include "iwl-dev.h" /* FIXME: remove */
#include "iwl-debug.h" #include "iwl-debug.h"
#include "iwl-eeprom.h" #include "iwl-eeprom.h"
#include "iwl-core.h" #include "iwl-core.h"
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#include <linux/etherdevice.h> #include <linux/etherdevice.h>
#include <asm/unaligned.h> #include <asm/unaligned.h>
#include "iwl-4965.h" #include "iwl-dev.h"
#include "iwl-core.h" #include "iwl-core.h"
#include "iwl-io.h" #include "iwl-io.h"
#include "iwl-helpers.h" #include "iwl-helpers.h"
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#include <net/mac80211.h> #include <net/mac80211.h>
#include "iwl-eeprom.h" #include "iwl-eeprom.h"
#include "iwl-4965.h" #include "iwl-dev.h"
#include "iwl-core.h" #include "iwl-core.h"
#include "iwl-commands.h" #include "iwl-commands.h"
#include "iwl-debug.h" #include "iwl-debug.h"
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#include <net/mac80211.h> #include <net/mac80211.h>
#include "iwl-eeprom.h" #include "iwl-eeprom.h"
#include "iwl-4965.h" #include "iwl-dev.h"
#include "iwl-core.h" #include "iwl-core.h"
#include "iwl-helpers.h" #include "iwl-helpers.h"
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include <linux/etherdevice.h> #include <linux/etherdevice.h>
#include "iwl-eeprom.h" #include "iwl-eeprom.h"
#include "iwl-4965.h" #include "iwl-dev.h"
#include "iwl-core.h" #include "iwl-core.h"
#include "iwl-sta.h" #include "iwl-sta.h"
#include "iwl-io.h" #include "iwl-io.h"
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
#include <asm/div64.h> #include <asm/div64.h>
#include "iwl-eeprom.h" #include "iwl-eeprom.h"
#include "iwl-4965.h" #include "iwl-dev.h"
#include "iwl-core.h" #include "iwl-core.h"
#include "iwl-io.h" #include "iwl-io.h"
#include "iwl-helpers.h" #include "iwl-helpers.h"
......
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