We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ac678 commit b9f21a6Copy full SHA for b9f21a6
os_dep/linux/ioctl_cfg80211.c
@@ -6000,7 +6000,10 @@ static int cfg80211_rtw_set_channel(struct wiphy *wiphy
6000
}
6001
6002
static int cfg80211_rtw_set_monitor_channel(struct wiphy *wiphy
6003
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 8, 0))
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(6, 13, 0))
6004
+ , struct net_device *dev
6005
+ , struct cfg80211_chan_def *chandef
6006
+#elif (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 8, 0))
6007
, struct cfg80211_chan_def *chandef
6008
#else
6009
, struct ieee80211_channel *chan
0 commit comments