linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] rtlwifi: rtl8188ee: Fix pwrseqcmd.h include path.
@ 2015-05-08 19:01 Lauri Kenttä
  2015-05-26 10:42 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Lauri Kenttä @ 2015-05-08 19:01 UTC (permalink / raw)
  To: Larry.Finger, chaoming_li, kvalo
  Cc: linux-wireless, trivial, Lauri Kenttä

Signed-off-by: Lauri Kenttä <lauri.kentta@gmail.com>
---
 drivers/net/wireless/rtlwifi/rtl8188ee/pwrseq.c | 2 +-
 drivers/net/wireless/rtlwifi/rtl8188ee/pwrseq.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/wireless/rtlwifi/rtl8188ee/pwrseq.c b/drivers/net/wireless/rtlwifi/rtl8188ee/pwrseq.c
index ef28c8e..02013df 100644
--- a/drivers/net/wireless/rtlwifi/rtl8188ee/pwrseq.c
+++ b/drivers/net/wireless/rtlwifi/rtl8188ee/pwrseq.c
@@ -23,7 +23,7 @@
  *
  *****************************************************************************/
 
-#include "pwrseqcmd.h"
+#include "../pwrseqcmd.h"
 #include "pwrseq.h"
 
 /* drivers should parse below arrays and do the corresponding actions */
diff --git a/drivers/net/wireless/rtlwifi/rtl8188ee/pwrseq.h b/drivers/net/wireless/rtlwifi/rtl8188ee/pwrseq.h
index 7910334..f2d9c61 100644
--- a/drivers/net/wireless/rtlwifi/rtl8188ee/pwrseq.h
+++ b/drivers/net/wireless/rtlwifi/rtl8188ee/pwrseq.h
@@ -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
-- 
2.4.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: rtlwifi: rtl8188ee: Fix pwrseqcmd.h include path.
  2015-05-08 19:01 [PATCH] rtlwifi: rtl8188ee: Fix pwrseqcmd.h include path Lauri Kenttä
@ 2015-05-26 10:42 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2015-05-26 10:42 UTC (permalink / raw)
  To: Lauri Kenttä
  Cc: Larry.Finger, chaoming_li, linux-wireless, trivial, Lauri Kenttä

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="us-ascii", Size: 116 bytes --]


> Signed-off-by: Lauri Kenttä <lauri.kentta@gmail.com>

Thanks, applied to wireless-drivers-next.git.

Kalle Valo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-26 13:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-08 19:01 [PATCH] rtlwifi: rtl8188ee: Fix pwrseqcmd.h include path Lauri Kenttä
2015-05-26 10:42 ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).