View a.diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/hal/hal_com_phycfg.c b/hal/hal_com_phycfg.c | |
index 8bb2747..16a85bf 100644 | |
--- a/hal/hal_com_phycfg.c | |
+++ b/hal/hal_com_phycfg.c | |
@@ -2575,7 +2575,7 @@ Hal_ChannelPlanToRegulation( | |
#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE | |
extern char *rtw_phy_file_path; | |
-char file_path[PATH_LENGTH_MAX]; | |
+char rtw_file_path[PATH_LENGTH_MAX]; |