rtlwifi: rtl8188ee: Fix pwrseqcmd.h include path.
Signed-off-by: Lauri Kenttä <lauri.kentta@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
1d36f46b4e
commit
a706b41b82
@ -23,7 +23,7 @@
|
|||||||
*
|
*
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
#include "pwrseqcmd.h"
|
#include "../pwrseqcmd.h"
|
||||||
#include "pwrseq.h"
|
#include "pwrseq.h"
|
||||||
|
|
||||||
/* drivers should parse below arrays and do the corresponding actions */
|
/* drivers should parse below arrays and do the corresponding actions */
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#ifndef __RTL8723E_PWRSEQ_H__
|
#ifndef __RTL8723E_PWRSEQ_H__
|
||||||
#define __RTL8723E_PWRSEQ_H__
|
#define __RTL8723E_PWRSEQ_H__
|
||||||
|
|
||||||
#include "pwrseqcmd.h"
|
#include "../pwrseqcmd.h"
|
||||||
/* Check document WM-20110607-Paul-RTL8188EE_Power_Architecture-R02.vsd
|
/* Check document WM-20110607-Paul-RTL8188EE_Power_Architecture-R02.vsd
|
||||||
* There are 6 HW Power States:
|
* There are 6 HW Power States:
|
||||||
* 0: POFF--Power Off
|
* 0: POFF--Power Off
|
||||||
|
Loading…
x
Reference in New Issue
Block a user