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.
2 parents 9e3e6b5 + f5fe174 commit 31762c7Copy full SHA for 31762c7
vwifi.c
@@ -2064,6 +2064,9 @@ static int vwifi_set_tx_power(struct wiphy *wiphy,
2064
/* Get transmit power from the virtual interface */
2065
static int vwifi_get_tx_power(struct wiphy *wiphy,
2066
struct wireless_dev *wdev,
2067
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 14, 0)
2068
+ unsigned int link_id,
2069
+#endif
2070
int *dbm)
2071
{
2072
struct vwifi_vif *vif = wdev_get_vwifi_vif(wdev);
0 commit comments