lwfinger / rtl8723bu

Driver for RTL8723BU
283 stars 143 forks source link

Fix build failure on PowerPc architecture #192

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 wifi_get_ra() to make it different from Linux's get_ra().

Signed-off-by: Giulio Benetti giulio.benetti@benettiengineering.com

giuliobenetti commented 1 year ago

Hi @lwfinger,

thank you for the super fast merge of #194. Can you please merge this PR too? This way I can drop local patch in Buildroot. As you can see it's referenced a lot and it's been build-tested a lot with Buildroot autobuilders. Thanks in advance!

lwfinger commented 1 year ago

Sorry that this one took a long time. Thanks.

giuliobenetti commented 1 year ago

@lwfinger thanks a lot. And I have to say sorry instead to @dini because he already opened a PR for Linux 6.1 #193 :-/ and I didn't check before creating patches...