mirror of https://gitee.com/openkylin/linux.git
staging: rtl8192e: Remove rtl8192_rx_cmd()
Function is empty. Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
84b2ce69f9
commit
3a82a2fe2c
|
@ -2161,11 +2161,6 @@ static void rtl8192_rx_normal(struct net_device *dev)
|
|||
|
||||
}
|
||||
|
||||
static void rtl8192_rx_cmd(struct net_device *dev)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
static void rtl8192_tx_resume(struct net_device *dev)
|
||||
{
|
||||
struct r8192_priv *priv = (struct r8192_priv *)rtllib_priv(dev);
|
||||
|
@ -2192,9 +2187,6 @@ void rtl8192_irq_rx_tasklet(struct r8192_priv *priv)
|
|||
{
|
||||
rtl8192_rx_normal(priv->rtllib->dev);
|
||||
|
||||
if (MAX_RX_QUEUE > 1)
|
||||
rtl8192_rx_cmd(priv->rtllib->dev);
|
||||
|
||||
write_nic_dword(priv->rtllib->dev, INTA_MASK,
|
||||
read_nic_dword(priv->rtllib->dev, INTA_MASK) | IMR_RDU);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue