rtlwifi: rtl8188ee: Fix wrong header patch

This patch is to fix some wrong header file path.
It has caused the build failed.

Signed-off-by: Chen, Chien-Chia <machen@suse.com>
Cc: larry.finger@lwfinger.net
Cc: zhiyuan_yang@realsil.com.cn
Cc: page_he@realsil.com.cn
Cc: mmarek@suse.cz
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Chen, Chien-Chia 2013-04-02 22:01:55 +08:00 committed by John W. Linville
parent 3ad4519c73
commit 2a2ac7561a
9 changed files with 27 additions and 27 deletions

View File

@ -27,9 +27,9 @@
*
*****************************************************************************/
#include "wifi.h"
#include "base.h"
#include "pci.h"
#include "../wifi.h"
#include "../base.h"
#include "../pci.h"
#include "reg.h"
#include "def.h"
#include "phy.h"

View File

@ -27,9 +27,9 @@
*
*****************************************************************************/
#include "wifi.h"
#include "pci.h"
#include "base.h"
#include "../wifi.h"
#include "../pci.h"
#include "../base.h"
#include "reg.h"
#include "def.h"
#include "fw.h"

View File

@ -27,13 +27,13 @@
*
*****************************************************************************/
#include "wifi.h"
#include "efuse.h"
#include "base.h"
#include "regd.h"
#include "cam.h"
#include "ps.h"
#include "pci.h"
#include "../wifi.h"
#include "../efuse.h"
#include "../base.h"
#include "../regd.h"
#include "../cam.h"
#include "../ps.h"
#include "../pci.h"
#include "reg.h"
#include "def.h"
#include "phy.h"

View File

@ -27,8 +27,8 @@
*
*****************************************************************************/
#include "wifi.h"
#include "pci.h"
#include "../wifi.h"
#include "../pci.h"
#include "reg.h"
#include "led.h"

View File

@ -27,9 +27,9 @@
*
*****************************************************************************/
#include "wifi.h"
#include "pci.h"
#include "ps.h"
#include "../wifi.h"
#include "../pci.h"
#include "../ps.h"
#include "reg.h"
#include "def.h"
#include "phy.h"

View File

@ -30,7 +30,7 @@
#ifndef __RTL8723E_PWRSEQCMD_H__
#define __RTL8723E_PWRSEQCMD_H__
#include "wifi.h"
#include "../wifi.h"
/*---------------------------------------------*/
/* The value of cmd: 4 bits */
/*---------------------------------------------*/

View File

@ -27,7 +27,7 @@
*
*****************************************************************************/
#include "wifi.h"
#include "../wifi.h"
#include "reg.h"
#include "def.h"
#include "phy.h"

View File

@ -27,9 +27,9 @@
*
*****************************************************************************/
#include "wifi.h"
#include "core.h"
#include "pci.h"
#include "../wifi.h"
#include "../core.h"
#include "../pci.h"
#include "reg.h"
#include "def.h"
#include "phy.h"

View File

@ -27,10 +27,10 @@
*
*****************************************************************************/
#include "wifi.h"
#include "pci.h"
#include "base.h"
#include "stats.h"
#include "../wifi.h"
#include "../pci.h"
#include "../base.h"
#include "../stats.h"
#include "reg.h"
#include "def.h"
#include "phy.h"