Skip to content

Commit

Permalink
update function definition for kernel 6.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtr126 committed Feb 8, 2025
1 parent f119398 commit 69c9524
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions os_dep/linux/ioctl_cfg80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -5868,6 +5868,9 @@ static int cfg80211_rtw_set_channel(struct wiphy *wiphy
}

static int cfg80211_rtw_set_monitor_channel(struct wiphy *wiphy
#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 13, 0)
, struct net_device *dev
#endif
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 8, 0))
, struct cfg80211_chan_def *chandef
#else
Expand Down

0 comments on commit 69c9524

Please sign in to comment.