Replace file_path with rtw_file_path

file_path is a too generic name for a global variable.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
Jean-Francois Moine
2016-03-18 12:04:22 +01:00
committed by Hans de Goede
parent e6ee1ad72c
commit 0967b53ca2
4 changed files with 26 additions and 26 deletions

View File

@@ -452,7 +452,7 @@ static inline u32 rtw_phydm_ability_get(_adapter *adapter)
#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE
extern char *rtw_phy_file_path;
extern char file_path[PATH_LENGTH_MAX];
extern char rtw_file_path[PATH_LENGTH_MAX];
#define GetLineFromBuffer(buffer) strsep(&buffer, "\n")
#endif