aircrack-ng / rtl8812au

RTL8812AU/21AU and RTL8814AU driver with monitor mode and frame injection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

heitbaum opened this issue · comments

This change in commit

EXTRA_CFLAGS += -Wno-error=incompatible-pointer-types

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/