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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user