1
0
mirror of https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git synced 2025-10-19 17:11:09 +02:00

may fix some compiling warnings

This commit is contained in:
Chen Minqiang
2016-10-12 23:19:10 +08:00
parent b4731aaa79
commit 90a2ee0e58
5 changed files with 16 additions and 7 deletions

View File

@@ -1297,9 +1297,9 @@ u8 convert_ip_addr(u8 hch, u8 mch, u8 lch)
int rtw_get_mac_addr_intel(unsigned char *buf)
{
int ret = 0;
int i;
struct file *fp = NULL;
mm_segment_t oldfs;
//int i;
//struct file *fp = NULL;
//mm_segment_t oldfs;
unsigned char c_mac[MAC_ADDRESS_LEN];
char fname[]="/config/wifi/mac.txt";
int jj,kk;