Skip to content

Commit

Permalink
staging: rtl8192e: Remove dead code associated with COMPATIBLE_WITH_R…
Browse files Browse the repository at this point in the history
…ALINK_MESH

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 2e94b0b commit 4ebba6d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/staging/rtl8192e/rtllib_softmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -2561,11 +2561,6 @@ inline int rtllib_rx_frame_softmac(struct rtllib_device *ieee, struct sk_buff *s
case RTLLIB_STYPE_MANAGE_ACT:
rtllib_process_action(ieee,skb);
break;
#ifdef COMPATIBLE_WITH_RALINK_MESH
case RTLLIB_STYPE_MESH_ACT:
rtllib_process_action_mesh(ieee,skb,rx_stats);
break;
#endif
default:
return -1;
break;
Expand Down

0 comments on commit 4ebba6d

Please sign in to comment.