diff --git a/src/capwap/cwrmsg.h b/src/capwap/cwrmsg.h index 3ee7b971..d1d3c1d7 100644 --- a/src/capwap/cwrmsg.h +++ b/src/capwap/cwrmsg.h @@ -9,9 +9,9 @@ struct cwrmsg{ int type; int seqnum; int msglen; -#ifdef WITH_RMAC_SUPPORT +//#ifdef WITH_RMAC_SUPPORT uint8_t * rmac; -#endif +//#endif };