Skip to content

Commit d3aecb6

Browse files
committed
Fix build with Kernel 6.14
1 parent b9f21a6 commit d3aecb6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

os_dep/linux/ioctl_cfg80211.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4204,6 +4204,9 @@ static int cfg80211_rtw_set_txpower(struct wiphy *wiphy,
42044204
static int cfg80211_rtw_get_txpower(struct wiphy *wiphy,
42054205
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 8, 0))
42064206
struct wireless_dev *wdev,
4207+
#endif
4208+
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(6, 14, 0))
4209+
unsigned int link_id,
42074210
#endif
42084211
int *dbm)
42094212
{

0 commit comments

Comments
 (0)