Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile error on latest v5.6.4.2 #1090

Closed
SijmenHuizenga opened this issue Jul 3, 2023 · 1 comment · Fixed by #1091
Closed

Compile error on latest v5.6.4.2 #1090

SijmenHuizenga opened this issue Jul 3, 2023 · 1 comment · Fixed by #1091

Comments

@SijmenHuizenga
Copy link

SijmenHuizenga commented Jul 3, 2023

No problem in ca797e1, the following error when using 60222a5:

In file included from /var/lib/dkms/8812au/5.6.4.2_35491.20191025/build/include/drv_types.h:37,
                 from /var/lib/dkms/8812au/5.6.4.2_35491.20191025/build/core/rtw_io.c:47:
/var/lib/dkms/8812au/5.6.4.2_35491.20191025/build/include/drv_types_linux.h: In function ‘eth_hw_addr_set’:
/var/lib/dkms/8812au/5.6.4.2_35491.20191025/build/include/drv_types_linux.h:22:42: error: expected ‘;’ before ‘}’ token
   22 |     memcpy(dev->dev_addr, addr, ETH_ALEN)
      |                                          ^

Probably here missing a semicolon?

memcpy(dev->dev_addr, addr, ETH_ALEN)

@CGarces
Copy link

CGarces commented Jul 3, 2023

my bad!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants