Staging: rtl8192u: Remove unused function
authorKsenija Stanojevic <ksenija.stanojevic@gmail.com>
Thu, 29 Oct 2015 01:59:55 +0000 (18:59 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2015 04:02:47 +0000 (20:02 -0800)
Function rtl8192_try_wake_queue is defined but not used, so remove it.

Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r8192U_core.c

index e06864f64beb82963eb0e116cf88a1ec88c939d6..f4a4eae72aa42562e1eb5761e6c6010130bf707d 100644 (file)
@@ -5114,21 +5114,6 @@ static void __exit rtl8192_usb_module_exit(void)
        RT_TRACE(COMP_DOWN, "Exiting");
 }
 
-
-void rtl8192_try_wake_queue(struct net_device *dev, int pri)
-{
-       unsigned long flags;
-       short enough_desc;
-       struct r8192_priv *priv = (struct r8192_priv *)ieee80211_priv(dev);
-
-       spin_lock_irqsave(&priv->tx_lock, flags);
-       enough_desc = check_nic_enough_desc(dev, pri);
-       spin_unlock_irqrestore(&priv->tx_lock, flags);
-
-       if (enough_desc)
-               ieee80211_wake_queue(priv->ieee80211);
-}
-
 void EnableHWSecurityConfig8192(struct net_device *dev)
 {
        u8 SECR_value = 0x0;
This page took 0.02732 seconds and 5 git commands to generate.