Skip to content

Commit

Permalink
staging: rtl8192e: Remove dead code associated with CONFIG_FW_SETCHAN
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 5c9e428 commit ff02d6b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/staging/rtl8192e/rtl_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit ff02d6b

Please sign in to comment.