Skip to content

Commit 98cff1d

Browse files
authored
Merge pull request #360 from fangyi-zhou/fix-6-14-0-rc7
Fix build for 6.14.0
2 parents 1bbfc35 + 1f18097 commit 98cff1d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

os_dep/linux/ioctl_cfg80211.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4092,6 +4092,9 @@ static int cfg80211_rtw_set_txpower(struct wiphy *wiphy,
40924092
static int cfg80211_rtw_get_txpower(struct wiphy *wiphy,
40934093
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 8, 0))
40944094
struct wireless_dev *wdev,
4095+
#endif
4096+
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(6, 14, 0))
4097+
unsigned int link_id,
40954098
#endif
40964099
int *dbm)
40974100
{

0 commit comments

Comments
 (0)