Commit a706b41b authored by Lauri Kenttä's avatar Lauri Kenttä Committed by Kalle Valo

rtlwifi: rtl8188ee: Fix pwrseqcmd.h include path.

Signed-off-by: default avatarLauri Kenttä <lauri.kentta@gmail.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 1d36f46b
......@@ -23,7 +23,7 @@
*
*****************************************************************************/
#include "pwrseqcmd.h"
#include "../pwrseqcmd.h"
#include "pwrseq.h"
/* drivers should parse below arrays and do the corresponding actions */
......
......@@ -26,7 +26,7 @@
#ifndef __RTL8723E_PWRSEQ_H__
#define __RTL8723E_PWRSEQ_H__
#include "pwrseqcmd.h"
#include "../pwrseqcmd.h"
/* Check document WM-20110607-Paul-RTL8188EE_Power_Architecture-R02.vsd
* There are 6 HW Power States:
* 0: POFF--Power Off
......
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