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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user