Linux 6.14 compat: get_txpower

Signed-off-by: Rin Cat (鈴猫) <rincat@rincat.dev>
This commit is contained in:
2025-04-06 00:22:33 -04:00
parent f0644acaa8
commit fda90b7760
2 changed files with 4 additions and 1 deletions

View File

@@ -4658,6 +4658,9 @@ exit:
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)
{