1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2025-12-07 04:18:36 +03:00

fix build for kernel 6.14

This commit is contained in:
Ricardo Pardini
2025-03-25 07:59:42 -03:00
committed by GitHub
parent 80d4ba5a67
commit 40ace70134

View File

@@ -4327,6 +4327,9 @@ if(type == NL80211_TX_POWER_FIXED) {
static int cfg80211_rtw_get_txpower(struct wiphy *wiphy,
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 8, 0))
struct wireless_dev *wdev,
#endif
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(6, 14, 0))
unsigned int link_id,
#endif
int *dbm)
{