clnhub / rtl8192eu-linux

Realtek rtl8192eu official Linux driver, versions: 5.2.19.1 (master), 5.6.3.1, 5.6.4 and 5.11.2.1 (default)
442 stars 90 forks source link

Fix conflicting get_ra() on PowerPC #76

Closed giuliobenetti closed 1 year ago

giuliobenetti commented 1 year ago

In PowerPc Linux only get_ra() exists0 and conflicts with local get_ra() that has a completely different purpose. So let's rename local get_ra() to rtl_get_ra() to make it different from Linux's get_ra().