summaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2011-07-12 22:26:33 -0500
committerLarry Finger <Larry.Finger@lwfinger.net>2011-08-23 20:24:57 -0500
commit4ebba6d6e34796bdc5ead494111fb19c619eb599 (patch)
treed8d412200a4d988d0a8a2829a5e57a660ab9deaa /drivers/staging
parent2e94b0bbbc247049da6e7bd5b3299e7c78df748d (diff)
staging: rtl8192e: Remove dead code associated with COMPATIBLE_WITH_RALINK_MESH
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/rtl8192e/rtllib_softmac.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/rtl8192e/rtllib_softmac.c b/drivers/staging/rtl8192e/rtllib_softmac.c
index a3a0397e10f..281d51bdc54 100644
--- a/drivers/staging/rtl8192e/rtllib_softmac.c
+++ b/drivers/staging/rtl8192e/rtllib_softmac.c
@@ -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;