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:

committed by
Hans de Goede

parent
e6ee1ad72c
commit
0967b53ca2
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user