Merge tag 'rcu.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...
[linux-2.6-microblaze.git] / net / mac80211 / ethtool.c
index 99a2e30..b2253df 100644 (file)
@@ -14,7 +14,9 @@
 #include "driver-ops.h"
 
 static int ieee80211_set_ringparam(struct net_device *dev,
-                                  struct ethtool_ringparam *rp)
+                                  struct ethtool_ringparam *rp,
+                                  struct kernel_ethtool_ringparam *kernel_rp,
+                                  struct netlink_ext_ack *extack)
 {
        struct ieee80211_local *local = wiphy_priv(dev->ieee80211_ptr->wiphy);
 
@@ -25,7 +27,9 @@ static int ieee80211_set_ringparam(struct net_device *dev,
 }
 
 static void ieee80211_get_ringparam(struct net_device *dev,
-                                   struct ethtool_ringparam *rp)
+                                   struct ethtool_ringparam *rp,
+                                   struct kernel_ethtool_ringparam *kernel_rp,
+                                   struct netlink_ext_ack *extack)
 {
        struct ieee80211_local *local = wiphy_priv(dev->ieee80211_ptr->wiphy);