Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff02d6bf authored by Larry Finger's avatar Larry Finger
Browse files

staging: rtl8192e: Remove dead code associated with CONFIG_FW_SETCHAN

parent 5c9e4285
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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
}