Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@
/*
 * Please use this file (iwl-4965-hw.h) only for hardware-related 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__
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@

#include "../net/mac80211/rate.h"

#include "iwl-4965.h"
#include "iwl-dev.h"
#include "iwl-core.h"
#include "iwl-helpers.h"

+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
#ifndef __iwl_4965_rs_h__
#define __iwl_4965_rs_h__

#include "iwl-4965.h"
#include "iwl-dev.h"

struct iwl4965_rate_info {
	u8 plcp;	/* uCode API:  IWL_RATE_6M_PLCP, etc. */
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@
#include <asm/unaligned.h>

#include "iwl-eeprom.h"
#include "iwl-4965.h"
#include "iwl-dev.h"
#include "iwl-core.h"
#include "iwl-io.h"
#include "iwl-helpers.h"
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
#include <asm/unaligned.h>

#include "iwl-eeprom.h"
#include "iwl-4965.h"
#include "iwl-dev.h"
#include "iwl-core.h"
#include "iwl-io.h"
#include "iwl-helpers.h"
Loading