Commit ff02d6bf authored by Larry Finger's avatar Larry Finger

staging: rtl8192e: Remove dead code associated with CONFIG_FW_SETCHAN

Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent 5c9e4285
......@@ -566,10 +566,6 @@ void rtl8192_set_chan(struct net_device *dev,short ch)
if (priv->rf_set_chan)
priv->rf_set_chan(dev,priv->chan);
#ifdef CONFIG_FW_SETCHAN
priv->rtllib->SetFwCmdHandler(dev, FW_CMD_CHAN_SET);
#endif
#endif
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment