]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/staging/ks7010/ks_wlan_net.c
Merge tag 'kgdb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux
[linux.git] / drivers / staging / ks7010 / ks_wlan_net.c
index 3cffc8be6656371f2bf7528dba9b08a2ae29fe56..211dd4a11cac509281bad3b9d9df10db1e5276e9 100644 (file)
@@ -45,7 +45,7 @@ struct wep_key {
  *     function prototypes
  */
 static int ks_wlan_open(struct net_device *dev);
-static void ks_wlan_tx_timeout(struct net_device *dev);
+static void ks_wlan_tx_timeout(struct net_device *dev, unsigned int txqueue);
 static int ks_wlan_start_xmit(struct sk_buff *skb, struct net_device *dev);
 static int ks_wlan_close(struct net_device *dev);
 static void ks_wlan_set_rx_mode(struct net_device *dev);
@@ -2498,7 +2498,7 @@ int ks_wlan_set_mac_address(struct net_device *dev, void *addr)
 }
 
 static
-void ks_wlan_tx_timeout(struct net_device *dev)
+void ks_wlan_tx_timeout(struct net_device *dev, unsigned int txqueue)
 {
        struct ks_wlan_private *priv = netdev_priv(dev);