Remove unsused mm_segment_t structures

This commit is contained in:
Carlos Garcés 2022-04-06 14:14:57 +02:00
parent 047a8aefc4
commit 93e7ee5103
2 changed files with 0 additions and 2 deletions

View File

@ -3042,7 +3042,6 @@ int storeAdaptorInfoFile(char *path, u8 *efuse_data)
int retriveAdaptorInfoFile(char *path, u8 *efuse_data) int retriveAdaptorInfoFile(char *path, u8 *efuse_data)
{ {
int ret = _SUCCESS; int ret = _SUCCESS;
mm_segment_t oldfs;
struct file *fp; struct file *fp;
if (path && efuse_data) { if (path && efuse_data) {

View File

@ -1496,7 +1496,6 @@ int rtw_get_mac_addr_intel(unsigned char *buf)
int ret = 0; int ret = 0;
int i; int i;
struct file *fp = NULL; struct file *fp = NULL;
mm_segment_t oldfs;
unsigned char c_mac[MAC_ADDRESS_LEN]; unsigned char c_mac[MAC_ADDRESS_LEN];
char fname[] = "/config/wifi/mac.txt"; char fname[] = "/config/wifi/mac.txt";
int jj, kk; int jj, kk;