Android-x86
Fork
Faire un don

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-kernel-drivers: Commit

external/kernel-drivers


Commit MetaInfo

Révisionebe5aa0212a321b35637c03e354914f78d8c0884 (tree)
l'heure2020-05-12 20:41:22
AuteurChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Message de Log

Fix mismatch header guard macros

The realtek code is a mess.

Change Summary

Modification

--- a/rtl8723bu/hal/phydm/phydm_features.h
+++ b/rtl8723bu/hal/phydm/phydm_features.h
@@ -19,7 +19,7 @@
1919 ******************************************************************************/
2020
2121 #ifndef __PHYDM_FEATURES_H__
22-#define __PHYDM_FEATURES
22+#define __PHYDM_FEATURES_H__
2323
2424
2525 #if (DM_ODM_SUPPORT_TYPE == ODM_WIN)
--- a/rtl8812au/hal/phydm/phydm_features.h
+++ b/rtl8812au/hal/phydm/phydm_features.h
@@ -19,7 +19,7 @@
1919 ******************************************************************************/
2020
2121 #ifndef __PHYDM_FEATURES_H__
22-#define __PHYDM_FEATURES
22+#define __PHYDM_FEATURES_H__
2323
2424 #define ODM_DC_CANCELLATION_SUPPORT (ODM_RTL8188F | ODM_RTL8710B | ODM_RTL8821C | ODM_RTL8822B)
2525
--- a/rtl8812au/hal/phydm/phydm_kfree.h
+++ b/rtl8812au/hal/phydm/phydm_kfree.h
@@ -20,7 +20,7 @@
2020 ******************************************************************************/
2121
2222 #ifndef __PHYDMKFREE_H__
23-#define __PHYDKFREE_H__
23+#define __PHYDMKFREE_H__
2424
2525 #define KFREE_VERSION "1.0"
2626
--- a/rtl8812au/include/rtl8812a_sreset.h
+++ b/rtl8812au/include/rtl8812a_sreset.h
@@ -17,7 +17,7 @@
1717 *
1818 *
1919 ******************************************************************************/
20-#ifndef _RTL88812A_SRESET_H_
20+#ifndef _RTL8812A_SRESET_H_
2121 #define _RTL8812A_SRESET_H_
2222
2323 #include <rtw_sreset.h>
--- a/rtl8821ce/hal/phydm/phydm_kfree.h
+++ b/rtl8821ce/hal/phydm/phydm_kfree.h
@@ -20,7 +20,7 @@
2020 ******************************************************************************/
2121
2222 #ifndef __PHYDMKFREE_H__
23-#define __PHYDKFREE_H__
23+#define __PHYDMKFREE_H__
2424
2525 #define KFREE_VERSION "1.0"
2626
Afficher sur ancien navigateur de dépôt.