aircrack-ng / rtl8812au

RTL8812AU/21AU and RTL8814AU driver with monitor mode and frame injection
GNU General Public License v2.0
3.5k stars 767 forks source link

no-error=incompatible-pointer-types hiding pointer incompatibility in kernel 6.7-rc1 #1126

Closed heitbaum closed 6 months ago

heitbaum commented 10 months ago

This change in commit https://github.com/aircrack-ng/rtl8812au/blob/a3e0c0b6d54546418f046db0dbf1d20e454c9ec2/Makefile#L12 inadvertently allows rtl8812au to compile on kernel 6.7-rc1.

struct cfg80211_beacon_data *beacon has been replaced by struct cfg80211_ap_settings *params

Ref: https://lore.kernel.org/all/20230727174100.11721-1-quic_alokad@quicinc.com/