open-sdr / openwifi

open-source IEEE 802.11 WiFi baseband FPGA (chip) design: driver, software
GNU Affero General Public License v3.0
3.82k stars 647 forks source link

Fixed errors during compilation of OpenWRT kernel modules #393

Closed robgar2001 closed 7 months ago

robgar2001 commented 7 months ago

Hi Xianjun Jiao,

Compiling the driver for OpenWRT gave some errors. These are fixed in this commit and should not influence the default OpenWiFi behaviour.

The changes are mainly type casting and removing the static keyword from the module pointers. Some printf strings where wrongly formatted according to the compiler.

Kind regards,

Robbe Gaeremynck